Age Message
12 years 9 months MIPS: A320: Add watchdog device to A320 board.
12 years 9 months Add support for the hardware watchdog found in Ingenic's jz4740 System-on-Chip.

The platform changes are included now as well.
12 years 9 months Revert "Add support for the hardware watchdog found in Ingenic's jz4740 System-on-Chip."

This reverts commit 25b5850a70e9b877dec8f3b737143665b642f34f.
The commit was incomplete.
The complete version will be added as one commit to make it easier to cherry-pick into future branches.
12 years 9 months MIPS: A320: defconfig: Enabled watchdog.

Enabled the new watchdog driver.
This allows us to let the Dingoo be automatically reset when the system hangs, for example because the user overclocked it too far.
Which is very useful if you don't have a paperclip or other object near to press the reset button.
12 years 9 months Add support for the hardware watchdog found in Ingenic's jz4740 System-on-Chip.
13 years 26 days MIPS: JZ4740: a320_defconfig: Default config for Dingoo A320.

This is the config from the jz-2.6.35 branch brought up to date for 2.6.36.
13 years 4 months MIPS: JZ4740: A320: Force vmlinuz load address on Dingoo A320

The Dingux dual boot loader seems to require a fixed load address.
12 years 10 months MIPS: JZ4740: A320: Updated signature of panic blink function

For some unspecified reason the time argument changed from a long to an int in 2.6.36.
12 years 10 months MTD: NAND: JZ4740: Experimental multi-bank support

Original patch by Lars-Peter Clausen with some bug fixes from me.
Squashed version of development done in jz-2.6.35 branch.
13 years 26 days MTD: JZ4740: Expand eccpos to 72 bytes.

This is required to support 4K pages: 8*9 byte ECC for 8*512 byte data.
13 years 28 days mtd: cc_ftl: New FTL driver for media players using China Chip firmware.

Tested on Dingoo A320: the FAT partition on the NAND is mounted successfully.
Read-only for now.
Not robust against bad FTL admin data yet: the driver won't crash, but it might return unnecessary I/O errors.

Squashed version of development done in jz-2.6.35 branch.
13 years 28 days 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-2.6.35 branch.
13 years 28 days a320 snd: Add SoC sound support for Dingoo A320.

Squashed commit based on the jz-2.6.35 branch.
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.35 branch.
13 years 28 days MIPS: JZ4740: Add Dingoo A320 board support.

This is a squashed version of the development done in the jz-2.6.35 branch.
13 years 5 months MIPS: JZ4740: Add Dingux logo.
13 years 2 months cpufreq_stats: Support runtime changes to frequency table.
13 years 18 days /dev/mem: Add kernel config option to omit this device.

Omitting this device prevents software from accessing the hardware directly, which can cause trouble if the kernel accesses the same hardware.
It also saves some space on embedded systems.
13 years 4 months MIPS: Implement flush_kernel_dcache_page().

This is just a quick fix: a real fix would implement flush_kernel_vmap_range() and invalidate_kernel_vmap_range() as well, but those are only used in XFS for which we have no need on the Dingoo.
13 years 28 days MIPS: JZ4740: Add cpufreq support.

This is a squashed version of Uli's driver that was further developed in the opendingux-kernel repository.
13 years 2 months a320: Added ccnand device nodes to initrd.

Thanks to Ayla for preparing this image.
13 years 5 months Added binary of initial ramdisk made by booboo.
13 years 3 months Updated Dingoo specific README.
13 years 5 months README from booboo with "History" and "Contributing" added as new sections.
12 years 11 months POWER: jz4740-battery: Protect against concurrent battery readings

We can not handle more then one ADC request at a time to the battery. The patch
adds a mutex around the ADC read code to ensure this.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>


interactive