Age Message
10 years 10 months slcd: Use generic dmaengine interface
10 years 10 months ASoC: jz4740: Use the generic dmaengine PCM driver

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
10 years 10 months mmc: jz4740: Add devicetree support

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
10 years 10 months mmc: jz4740: Use a regulator for power control
10 years 10 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>
10 years 10 months ASoC: jz4740-codec: Add device tree support

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
10 years 10 months usb: jz4740-udc: Add devicetree support

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
10 years 10 months drivers/rtc/rtc-jz4740.c: jz4740: Add device tree support

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
10 years 10 months drivers/rtc/rtc-jz4740.c: Use managed resources

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
10 years 10 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>
10 years 10 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>
10 years 10 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>
13 years 6 months Add defconfig for the Dingoo A320

This is the config from the jz-3.5 branch brought up to date for 3.6.
13 years 4 months Add defconfig for the Ben NanoNote

This is the config from the jz-3.5 branch brought up to date for 3.6.
12 years 9 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
12 years 1 month OpenDingux: Add logo

We have a full-screen logo that is used as a splash screen.
13 years 3 days MIPS: A320: Add Dingoo A320 board support

This is a squashed version of the development done in the jz-3.5 branch.
12 years 7 months MIPS: A320: Add SoC sound support for Dingoo A320
11 years 9 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 9 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 9 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.
13 years 3 days 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 6 months 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.
13 years 5 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.
13 years 7 months 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>


interactive