1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-25 15:39:42 +02:00
Commit Graph

55 Commits

Author SHA1 Message Date
Lars-Peter Clausen
8932999d6e jz4740: New timer module 2010-01-11 03:13:58 +01:00
Lars-Peter Clausen
fef52063ca Remove another now obsolete file: ops.h 2010-01-11 02:16:50 +01:00
Lars-Peter Clausen
5405742d1e jz4740: pm.c buildfix and cleanup 2010-01-08 00:04:01 +01:00
Lars-Peter Clausen
226777efbc Merge branch 'xburst' of git@projects.qi-hardware.com:openwrt-xburst into xburst 2010-01-05 03:19:39 +01:00
Lars-Peter Clausen
5ae0421a75 jz4740: new dma api. cleanup audio pcm module 2010-01-05 03:18:01 +01:00
Lars-Peter Clausen
9d14f68289 jz4740: Cleanup gpio module 2010-01-05 03:10:51 +01:00
Xiangfu Liu
6af9805d49 switch the [FN] to left contrl 2010-01-04 14:06:07 +08:00
Mirko Vogt
9444a34380 Merge branch 'xburst' of projects.qi-hardware.com:openwrt-xburst into xburst 2009-12-24 16:32:13 +01:00
Mirko Vogt
3d0bd9af22 remove the data partition and have a big rootfs partition instead 2009-12-24 16:31:18 +01:00
Xiangfu Liu
2c3c04e7bb this make the [red up] modifier keys works in directfb 2009-12-24 00:25:15 +08:00
Lars-Peter Clausen
24c8a8bc38 jz4740: proc.c Remove udc proc file. It doesn't make much sense... 2009-12-18 15:44:49 +01:00
Lars-Peter Clausen
900088580a jz4740: Remove dead code from prom code. 2009-12-18 14:59:03 +01:00
Lars-Peter Clausen
043bd2e062 jz4740: Fix mmc plaform device name. 2009-12-02 09:49:37 +01:00
Lars-Peter Clausen
3ae48ccb8c jz4740: GPIO: Add functions to put function pins to high-z and to restore their
function.

We want to put function pins to high-z to decrease power leakage during suspend.
2009-12-02 04:12:39 +01:00
Lars-Peter Clausen
b49fda4c4d board-qi_lb60: remove obsolete definitions. 2009-12-01 12:37:30 +01:00
Lars-Peter Clausen
9b6b004c29 Don't reference non existing file 2009-12-01 11:40:04 +01:00
Lars-Peter Clausen
093af2c9c4 board-n526: Add very basic n526 support. 2009-12-01 11:28:00 +01:00
Lars-Peter Clausen
a37293414f jz4740-mmc: Some minor fixes. 2009-12-01 11:13:52 +01:00
Lars-Peter Clausen
77179384c6 jz4740: Use new mmc driver. 2009-11-28 07:39:48 +01:00
Lars-Peter Clausen
7cb18ebd63 jz4740: Use old mmc driver for now (the new one hasn't been commited yet) 2009-11-21 15:31:36 +01:00
Lars-Peter Clausen
0c0247d223 Merge branch 'xburst' of git@projects.qi-hardware.com:openwrt-xburst into xburst 2009-11-20 19:38:21 +01:00
Lars-Peter Clausen
a5b5e808a5 jz4740: Some restrucuring to prepare for regs.h and ops.h removal 2009-11-20 19:36:33 +01:00
Xiangfu Liu
92167260ad re-license the board-qi_lb60.c with GPLv2 or later 2009-11-18 10:23:56 +08:00
Lars-Peter Clausen
733ee36727 jz4740: gpio: Emulate EDGE_BOTH irq type.
The jz4740 only supports EDGE_RISING or EDGE_FALLING. Some drivers need
EDGE_BOTH so we try to emulate it.
2009-11-16 01:34:50 +01:00
Lars-Peter Clausen
92e06e95a5 jz4740: qi_lb60: Allow the power button to wakeup the device from suspend. 2009-11-09 17:56:21 +01:00
Lars-Peter Clausen
27ca1adf36 jz4740: Cleanup powermanagemnt code. Add inital suspend support. 2009-11-09 17:47:28 +01:00
Lars-Peter Clausen
12f85f8a91 jz4740: Don't enable all clocks when booting.
All clocks we need should allready be enabled by the bootloader.
2009-11-09 01:10:31 +01:00
Lars-Peter Clausen
bc0684a065 jz4740: Remove imem and ipu support from proc
It's not used and wastes 4MB of mem.
2009-11-09 00:25:34 +01:00
Lars-Peter Clausen
928b8ba548 jz4740: Remove mmc file from proc section
It does not make sense to keep it threre.
2009-11-08 23:48:53 +01:00
Lars-Peter Clausen
9eff41dbb1 qi_lb60: Initalize nand paritions and ecc layout depending on the chip size. 2009-10-28 03:13:31 +08:00
Lars-Peter Clausen
7fa87373a8 mach-jz4740: Move all non generic code from platform.c to board-qi_lb60.c
platform.c should only contain the generic platform device definitons,
everything board specific should go into the board file.
2009-10-28 03:13:31 +08:00
Lars-Peter Clausen
5709f560f9 Cleanup qi-lb60 board code. 2009-10-28 03:13:31 +08:00
Lars-Peter Clausen
c84ef25bf3 Merge patches into files. 2009-10-28 03:13:31 +08:00
Xiangfu Liu
1649bbc3d6 make poweroff command work 2009-10-28 03:13:29 +08:00
Lars-Peter Clausen
bdbda932b8 Compile fix jz4740-battery.c, use adc driver and some other minor cleanups.
Enable adc and battery.
2009-10-28 03:13:27 +08:00
Xiangfu Liu
9e7f1e7f1a remove the JZ_BAT_XXX_VOLTAGE define 2009-10-28 03:13:27 +08:00
Jiejing.Zhang
5878098ab3 cleanup more about battery gpio and platform data 2009-10-28 03:13:26 +08:00
Lars-Peter Clausen
4c36a20b10 Add jz4740-rtc driver. 2009-10-28 03:13:26 +08:00
Lars-Peter Clausen
918f1072ed Remove i2c. 2009-10-28 03:13:26 +08:00
Lars-Peter Clausen
4230547879 Some build fixes. 2009-10-28 03:13:26 +08:00
Lars-Peter Clausen
0a70a90d30 jz4740: irq and dma cleanups. 2009-10-28 03:13:25 +08:00
Lars-Peter Clausen
557e48bc8e Some build fixes. 2009-10-28 03:13:25 +08:00
Lars-Peter Clausen
9b4d9a94d6 Oops... those where missing from commit cbecf6e9f1 2009-10-28 03:13:25 +08:00
Lars-Peter Clausen
8c57ef78b6 jz4740: Cleanup Kconfig 2009-10-28 03:13:24 +08:00
Lars-Peter Clausen
fdeff24f83 jz4740: irq and dma cleanups. 2009-10-28 03:13:24 +08:00
Xiangfu Liu
281d29e9b7 fix the kernel compile error in openwrt
the patch folder is not correct
2009-10-28 03:13:22 +08:00
Lars-Peter Clausen
3a1ece5ea7 Add lcm driver. 2009-10-28 03:13:21 +08:00
Lars-Peter Clausen
b8419470a2 Add clock support. Mostly untested. 2009-10-28 03:13:21 +08:00
Xiangfu Liu
ee8a609caf fix [SHIFT,CAPSLOCK] key define
Signed-off-by: Xiangfu Liu <xiangfu.z@gmail.com>
2009-10-28 03:13:15 +08:00
Lars-Peter Clausen
a66785b06c Add gpio pin definitions and functions to configure a pin as a function pin. 2009-10-28 03:13:15 +08:00