Commits
for-upstream-l…
Name already in use
Commits on Jan 27, 2019
Commits on Jan 25, 2019
-
-
-
MIPS: DTS: LB60: Move SPI to devicetree
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
-
-
MIPS: jz4740: LB60: Fix pin config for fbdev driver
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
-
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
-
MIPS: configs: lb60: Update defconfig
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
-
MIPS: board-qi_lb60: Move some more stuff to devicetree
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
-
MIPS: DTS: LB60: Move NAND to devicetree
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
-
MIPS: jz4740: LB60: Move musb to devicetree
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
-
MIPS: jz4740: lb60: Move sound card to devicetree
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
-
MIPS: qi_lb60: Move MMC configuration to devicetree
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
-
MIPS: DTS: jz4740: Add nodes for the memory and BCH controllers
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
-
MIPS: jz4740: Move musb to devicetree
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
-
MIPS: DTS: jz4740: Add AIC and CODEC nodes
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
-
MIPS: DTS: jz4740: Add nodes for the MMC driver
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
-
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>
-
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>
Commits on Jan 22, 2019
-
ASoC: codecs: Kconfig: Show option for jz4740 in menuconfig
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
-
ASoC: codecs: jz4740: Add support for devicetree
Add support for probing the driver from devicetree. Signed-off-by: Paul Cercueil <paul@crapouillou.net>
-
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>
-
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>
-
mmc: jz4740: Remove platform data and make use of device properties
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
-
-
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>
-
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>
-
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>
-
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>
-
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>
-
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>
-
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>
-
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>
-
memory: jz4780_nemc: Add support for the JZ4725B
Add support for the JZ4725B SoC from Ingenic. Signed-off-by: Paul Cercueil <paul@crapouillou.net>