Age | Message |
---|---|
10 years 4 months | slcd: Use generic dmaengine interface |
Commit 882c68dcd6f4800c4a08c9541cdb2b031a3a2d93,
by Lars C.
|
|
10 years 4 months | ASoC: jz4740: Use the generic dmaengine PCM driver Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> |
Commit bda17f4a7919a3be082943d0cae81d2e323df694,
by Lars C.
|
|
10 years 5 months | mmc: jz4740: Add devicetree support Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> |
Commit 117b7bbe597bca8a6b3d423df45d997804681829,
by Lars C.
|
|
10 years 5 months | mmc: jz4740: Use a regulator for power control |
Commit 545753c83ce974176854db693bac89682e62efe6,
by Lars C.
|
|
10 years 4 months | regulator: of_get_regulation_constraints: Use node name as fallback If no name was explicitly specified using the "regulator-name" property use the name of the device tree as a fallback. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> |
Commit 3b4520f301d8cde6ef9275065b6a0bd151eb332c,
by Lars C.
|
|
10 years 4 months | ASoC: jz4740-codec: Add device tree support Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> |
Commit 3b4e82ef78589a18453d42289a3eede386e71d22,
by Lars C.
|
|
10 years 4 months | usb: jz4740-udc: Add devicetree support Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> |
Commit adabd8ace75f3f305a4124ba76230267b0b1a701,
by Lars C.
|
|
10 years 5 months | drivers/rtc/rtc-jz4740.c: jz4740: Add device tree support Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> |
Commit 688271817eca9317d27fdc4f0f0d35f09d7cd8d7,
by Lars C.
|
|
10 years 4 months | drivers/rtc/rtc-jz4740.c: Use managed resources Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> |
Commit 8a8fe1c14234e370db978bf339242607b904d2c4,
by Lars C.
|
|
10 years 4 months | mmc: jz4740: Use clk_prepare_enable/clk_disable_unprepare In preparation to switching the jz4740 clk driver to the common clk framework update the clk enable/disable calls to clk_prepare_enable/clk_disable_unprepare. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> |
Commit 87bc1de4f03f087ae033c4337a2f9989787caf3f,
by Lars C.
|
|
10 years 4 months | video: jz4740-fb: Use clk_prepare_enable/clk_disable_unprepare In preparation to switching the jz4740 clk driver to the common clk framework update the clk enable/disable calls to clk_prepare_enable/clk_disable_unprepare. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> |
Commit 3c83284672b5ac49ca2fcd735e7a853c87fabc8a,
by Lars C.
|
|
10 years 4 months | pwm: jz4740: Pass device to clk_get In preparation to switching the jz4740 clk driver to the common clk framework make sure to pass the device to clk_get(). Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> |
Commit 29f864c782291a22045fa12a90c58e6966f7bd83,
by Lars C.
|
|
13 years 26 days | Add defconfig for the Dingoo A320 This is the config from the jz-3.5 branch brought up to date for 3.6. |
12 years 11 months | Add defconfig for the Ben NanoNote This is the config from the jz-3.5 branch brought up to date for 3.6. |
Commit 10dd20c38ffe6d7ea0e687aa134d01521548240a,
by Lars C.
|
|
12 years 3 months | OpenDingux: Add initrd The initrd contents are specified using initrd/tree.txt. The gen_init_cpio tool will parse that text file and generate a cpio archive. splashkill is a simple program that is meant to be launched directly by the kernel, before mininit. It forks itself and sleeps until the ENTER key is pressed; when it occurs, it enables the framebuffer console by writting to a file in /sys. This permits to 'kill' the kernel splash screen, in order to display the boot log. The source for the mininit and splashkill binaries can be found here: https://github.com/Ayla-/mininit |
11 years 8 months | OpenDingux: Add logo We have a full-screen logo that is used as a splash screen. |
12 years 6 months | MIPS: A320: Add Dingoo A320 board support This is a squashed version of the development done in the jz-3.5 branch. |
12 years 1 month | MIPS: A320: Add SoC sound support for Dingoo A320 |
11 years 3 months | MIPS: JZ4740: Work around fbcon logo crash with SLCD The logo data is in the init section. However, when using the SLCD driver, the fbcon code will try to fetch the logo data after the init section has already been freed, potentially crashing the kernel. This is a workaround because we have to release a stable kernel now. The root cause should be found and fixed later. |
12 years 3 months | MIPS: JZ4740: SLCD framebufer driver This driver sends the frame buffer to a smart LCD controller, that is a controller with its own video memory. It is a squashed version of development done in the jz-3.5 branch. |
12 years 3 months | MMC: JZ4740: Added support for CPU frequency changing The MSC device clock is stopped before the frequency change. After the change a new divider is computed and the clock is restarted. Also the frequency change is postponed if an I/O operation is in progress. |
12 years 6 months | MIPS: JZ4740: Add cpufreq support This is a squashed version of Uli's driver that was further developed in the qi-kernel repository. |
13 years 28 days | MIPS: JZ4740: Added setting of PLL rate and main dividers This functionality makes a cpufreq driver possible. Squashed version of the development done in the jz-2.6.39 branch. |
12 years 11 months | qi_lb60: Don't use 3-wire spi mode for the display for now The spi_gpio driver does not support 3-wire mode. |
Commit ece171624ab0f3eb03170c56fb2b519f08bf1852,
by Lars C.
|
|
13 years 1 month | Add ili8960 lcd driver Includes the following changes from the jz-3.5 branch: - Use module_spi_driver - Use devm_kzalloc - Use kstrtoul Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> |
Commit d0ef25739e4e1cc41ac83621a93af732f192b29b,
by Lars C.
|
Branches:
ben-wpan
ben-wpan-stefan
javiroman/ks7010
jz-2.6.34
jz-2.6.34-rc5
jz-2.6.34-rc6
jz-2.6.34-rc7
jz-2.6.35
jz-2.6.36
jz-2.6.37
jz-2.6.38
jz-2.6.39
jz-3.0
jz-3.1
jz-3.11
jz-3.12
jz-3.13
jz-3.15
jz-3.16
jz-3.18-dt
jz-3.2
jz-3.3
jz-3.4
jz-3.5
jz-3.6
jz-3.6-rc2-pwm
jz-3.9
jz-3.9-clk
jz-3.9-rc8
jz47xx
jz47xx-2.6.38
master
Tags:
od-2011-09-04
od-2011-09-18
v2.6.34-rc5
v2.6.34-rc6
v2.6.34-rc7
v3.9