Skip to content

Commits

Permalink
for-upstream-l…
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Jan 27, 2019

  1. LB60: Attempt to fix keymap

    pcercuei committed Jan 27, 2019
    Copy the full SHA
    4c53c59 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

  1. FIX jz4740_bch

    pcercuei committed Jan 25, 2019
    Copy the full SHA
    de8ee23 View commit details
    Browse the repository at this point in the history
  2. FIX jz4780_nand

    pcercuei committed Jan 25, 2019
    Copy the full SHA
    b96429f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    36c7ee8 View commit details
    Browse the repository at this point in the history
  4. MIPS: DTS: LB60: Move SPI to devicetree

    Signed-off-by: Paul Cercueil <paul@crapouillou.net>
    pcercuei committed Jan 25, 2019
    Copy the full SHA
    1472498 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    67c5770 View commit details
    Browse the repository at this point in the history
  6. MIPS: jz4740: LB60: Fix pin config for fbdev driver

    Signed-off-by: Paul Cercueil <paul@crapouillou.net>
    pcercuei committed Jan 25, 2019
    Copy the full SHA
    aaf53f5 View commit details
    Browse the repository at this point in the history
  7. MIPS: jz4740: Drop dead code

    Signed-off-by: Paul Cercueil <paul@crapouillou.net>
    pcercuei committed Jan 25, 2019
    Copy the full SHA
    8947419 View commit details
    Browse the repository at this point in the history
  8. MIPS: configs: lb60: Update defconfig

    Signed-off-by: Paul Cercueil <paul@crapouillou.net>
    pcercuei committed Jan 25, 2019
    Copy the full SHA
    46b89fd View commit details
    Browse the repository at this point in the history
  9. MIPS: board-qi_lb60: Move some more stuff to devicetree

    Signed-off-by: Paul Cercueil <paul@crapouillou.net>
    pcercuei committed Jan 25, 2019
    Copy the full SHA
    601d243 View commit details
    Browse the repository at this point in the history
  10. MIPS: DTS: LB60: Move NAND to devicetree

    Signed-off-by: Paul Cercueil <paul@crapouillou.net>
    pcercuei committed Jan 25, 2019
    Copy the full SHA
    2d520fd View commit details
    Browse the repository at this point in the history
  11. MIPS: jz4740: LB60: Move musb to devicetree

    Signed-off-by: Paul Cercueil <paul@crapouillou.net>
    pcercuei committed Jan 25, 2019
    Copy the full SHA
    af52435 View commit details
    Browse the repository at this point in the history
  12. MIPS: jz4740: lb60: Move sound card to devicetree

    Signed-off-by: Paul Cercueil <paul@crapouillou.net>
    pcercuei committed Jan 25, 2019
    Copy the full SHA
    ac0866a View commit details
    Browse the repository at this point in the history
  13. MIPS: qi_lb60: Move MMC configuration to devicetree

    Signed-off-by: Paul Cercueil <paul@crapouillou.net>
    pcercuei committed Jan 25, 2019
    Copy the full SHA
    7abd62c View commit details
    Browse the repository at this point in the history
  14. MIPS: DTS: jz4740: Add nodes for the memory and BCH controllers

    Signed-off-by: Paul Cercueil <paul@crapouillou.net>
    pcercuei committed Jan 25, 2019
    Copy the full SHA
    57ce14d View commit details
    Browse the repository at this point in the history
  15. MIPS: jz4740: Move musb to devicetree

    Signed-off-by: Paul Cercueil <paul@crapouillou.net>
    pcercuei committed Jan 25, 2019
    Copy the full SHA
    400c792 View commit details
    Browse the repository at this point in the history
  16. MIPS: DTS: jz4740: Add AIC and CODEC nodes

    Signed-off-by: Paul Cercueil <paul@crapouillou.net>
    pcercuei committed Jan 25, 2019
    Copy the full SHA
    1c71098 View commit details
    Browse the repository at this point in the history
  17. MIPS: DTS: jz4740: Add nodes for the MMC driver

    Signed-off-by: Paul Cercueil <paul@crapouillou.net>
    pcercuei committed Jan 25, 2019
    Copy the full SHA
    fa0a8e2 View commit details
    Browse the repository at this point in the history
  18. MIPS: DTS: jz4740: Correct interrupt number of DMA core

    The interrupt number set in the devicetree node of the DMA driver was
    wrong.
    
    Signed-off-by: Paul Cercueil <paul@crapouillou.net>
    pcercuei committed Jan 25, 2019
    Copy the full SHA
    f1b4151 View commit details
    Browse the repository at this point in the history
  19. clk: ingenic: jz4740: Fix gating of UDC clock

    The UDC clock is gated when the bit is cleared, not when it is set.
    
    Signed-off-by: Paul Cercueil <paul@crapouillou.net>
    pcercuei committed Jan 25, 2019
    Copy the full SHA
    313dc76 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. ASoC: codecs: Kconfig: Show option for jz4740 in menuconfig

    Signed-off-by: Paul Cercueil <paul@crapouillou.net>
    pcercuei committed Jan 22, 2019
    Copy the full SHA
    838f3c3 View commit details
    Browse the repository at this point in the history
  2. ASoC: codecs: jz4740: Add support for devicetree

    Add support for probing the driver from devicetree.
    
    Signed-off-by: Paul Cercueil <paul@crapouillou.net>
    pcercuei committed Jan 22, 2019
    Copy the full SHA
    ec549c3 View commit details
    Browse the repository at this point in the history
  3. sound: soc: jz4740: Fix broken audio for !mono sound

    The jz4780 SoC offers the possibility to configure the number of
    channels used for playback. Right now, the corresponding bits in the
    configuration register are always zero, which means that the hardware is
    only configured for monaural sound.
    
    With this commit, the hardware is now correctly configured for the
    number of channels requested by the ALSA core are.
    
    Signed-off-by: Paul Cercueil <paul@crapouillou.net>
    pcercuei committed Jan 22, 2019
    Copy the full SHA
    804df81 View commit details
    Browse the repository at this point in the history
  4. sound: soc: JZ4740: Fix divider written at incorrect offset in register

    The 4-bit divider value was written at offset 8, while the jz4740
    programming manual locates it at offset 0.
    
    This fixes a bug in commit 26b0aad
    
    Signed-off-by: Paul Cercueil <paul@crapouillou.net>
    pcercuei committed Jan 22, 2019
    Copy the full SHA
    d6e330c View commit details
    Browse the repository at this point in the history
  5. mmc: jz4740: Remove platform data and make use of device properties

    Signed-off-by: Paul Cercueil <paul@crapouillou.net>
    pcercuei committed Jan 22, 2019
    Copy the full SHA
    4fb64cb View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    1ed9426 View commit details
    Browse the repository at this point in the history
  7. mtd: rawnand: jz4780-bch: Add support for the JZ4740

    Add the backend code for the jz4780-bch driver to support the JZ4725B
    SoC from Ingenic.
    
    Signed-off-by: Paul Cercueil <paul@crapouillou.net>
    pcercuei committed Jan 22, 2019
    Copy the full SHA
    0d532c9 View commit details
    Browse the repository at this point in the history
  8. mtd: rawnand: jz4780-bch: Add support for the JZ4725B

    Add the backend code for the jz4780-bch driver to support the JZ4725B
    SoC from Ingenic.
    
    Signed-off-by: Paul Cercueil <paul@crapouillou.net>
    pcercuei committed Jan 22, 2019
    Copy the full SHA
    230f591 View commit details
    Browse the repository at this point in the history
  9. mtd: rawnand: jz4780-bch: Separate top-level and SoC specific code

    The jz4780-nand driver uses an API provided by the jz4780-bch driver.
    This makes it difficult to support other SoCs in the jz4780-bch driver.
    To work around this, we separate the API functions from the SoC-specific
    code, so that these API functions are SoC-agnostic.
    
    Signed-off-by: Paul Cercueil <paul@crapouillou.net>
    pcercuei committed Jan 22, 2019
    Copy the full SHA
    e9baee7 View commit details
    Browse the repository at this point in the history
  10. mtd: rawnand: jz4780: Add ooblayout for the JZ4725B

    The boot ROM of the JZ4725B SoC expects a specific OOB layout on the
    NAND, so it makes sense to use this OOB layout unconditionally on this
    SoC.
    
    Signed-off-by: Paul Cercueil <paul@crapouillou.net>
    pcercuei committed Jan 22, 2019
    Copy the full SHA
    a81eb21 View commit details
    Browse the repository at this point in the history
  11. mtd: rawnand: jz4780: Add support for the JZ4725B

    Add support for probing the jz4780-nand driver on the JZ4725B SoC from
    Ingenic.
    
    Signed-off-by: Paul Cercueil <paul@crapouillou.net>
    pcercuei committed Jan 22, 2019
    Copy the full SHA
    164eb4b View commit details
    Browse the repository at this point in the history
  12. mtd: rawnand: jz4780: Use SPDX license notifiers

    Use SPDX license notifiers instead of GPLv2 license text in the headers.
    
    Signed-off-by: Paul Cercueil <paul@crapouillou.net>
    pcercuei committed Jan 22, 2019
    Copy the full SHA
    b9ff7b3 View commit details
    Browse the repository at this point in the history
  13. mtd: rawnand: Move drivers for Ingenic SoCs to subfolder

    Before adding support for more SoCs and seeing the number of files for
    these drivers grow, we move them to their own subfolder to keep it tidy.
    
    Signed-off-by: Paul Cercueil <paul@crapouillou.net>
    pcercuei committed Jan 22, 2019
    Copy the full SHA
    f9c87c1 View commit details
    Browse the repository at this point in the history
  14. dt-bindings: mtd: ingenic: Add compatible strings for the JZ4725B

    Add compatible strings to probe the jz4780-nand and jz4780-bch drivers
    from devicetree on the JZ4725B SoC from Ingenic.
    
    Signed-off-by: Paul Cercueil <paul@crapouillou.net>
    pcercuei committed Jan 22, 2019
    Copy the full SHA
    27928c7 View commit details
    Browse the repository at this point in the history
  15. memory: jz4780_nemc: Add support for the JZ4725B

    Add support for the JZ4725B SoC from Ingenic.
    
    Signed-off-by: Paul Cercueil <paul@crapouillou.net>
    pcercuei committed Jan 22, 2019
    Copy the full SHA
    fac93f6 View commit details
    Browse the repository at this point in the history
Older