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

15356 Commits

Author SHA1 Message Date
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
207ee3b6f5 u-boot: Don't initalize i2c and ssi gpio pins.
We use neither.
2009-11-08 23:00:32 +01:00
Xiangfu Liu
1652213e92 [U-BOOT] fix init 2009-10-30 15:44:24 +08:00
Lars-Peter Clausen
44e92dbd5d gpm940b0: Select high driver frequency
Fixes flicker.
2009-10-30 02:18:31 +01:00
Xiangfu Liu
6293205a75 font SUN8x16 is better 2009-10-28 03:13:33 +08:00
Xiangfu Liu
d0e8e5dbfc update u-boot patch
Signed-off-by: Xiangfu Liu <xiangfu@qi-hardware.com>
2009-10-28 03:13:33 +08:00
JieJing.Zhang
907a34b80e jz_battery: fix bug cause kernel panic.
all about container_of macro.

Signed-off-by: JieJing.Zhang <kzjeef@gmail.com>
2009-10-28 03:13:33 +08:00
Xiangfu Liu
110c87a5f7 revert commit: 3dbe390f5347b6c279c9d193445e1c86fbee9894
those change make kernel panic.
2009-10-28 03:13:33 +08:00
Xiangfu Liu
8319e34599 fix the jz4740_pcm_mmap function
now Ben can play online Radio
2009-10-28 03:13:33 +08:00
Jiejing.Zhang
96b315a920 add disable sound amp while sound not playback.
This will save power of amp.

Signed-off-by: Jiejing.Zhang <kzjeef@gmail.com>
2009-10-28 03:13:33 +08:00
Xiangfu Liu
6aec1a06bf change system name form OpenWrt to BenNanoNote 2009-10-28 03:13:32 +08:00
Xiangfu Liu
6abb40220e fix the comma and period key 2009-10-28 03:13:32 +08:00
Xiangfu Liu
fa7ec6d7d6 enable the speaker 2009-10-28 03:13:32 +08:00
Xiangfu Liu
e64a14b4fd enable the sound as default 2009-10-28 03:13:32 +08:00
Xiangfu Liu
3843e5f1af upgrade u-boot to 2009.08 2009-10-28 03:13:32 +08: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
cc05485408 jz4740_nand: Add ident_callback
Add ident_callback which is called after the nand chip has been identified and
before it is setup. This can be used by board code to set partition and ecc info
depending on the chip.
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
9c229a412e Remove old ingenic framebuffer drivers.
I think it's time to get rid of these
2009-10-28 03:13:31 +08:00
Lars-Peter Clausen
c84ef25bf3 Merge patches into files. 2009-10-28 03:13:31 +08:00
Lars-Peter Clausen
c456866a4a jz4740_fb: Properly initalize physical video memory address 2009-10-28 03:13:31 +08:00
Florian Fainelli
7df7bde3ac refresh xburst patches 2009-10-28 03:13:30 +08:00
Xiangfu Liu
767987c14e cleaup code style 2009-10-28 03:13:30 +08:00
Xiangfu Liu
d89fdafa97 update power button patch 2009-10-28 03:13:30 +08:00
Mirko Vogt
e818ccc989 use the linux kernel version 2.6.31 (final) 2009-10-28 03:13:30 +08:00
Xiangfu Liu
3dde1ac212 code style cleanup jz4740_nand.c 2009-10-28 03:13:30 +08:00
Xiangfu Liu
ce96b1f2a5 remove init WAKEUP in board-qi_lb60 file 2009-10-28 03:13:30 +08:00
Xiangfu Liu
4fc4138e68 add power button driver 2009-10-28 03:13:30 +08:00
Xiangfu Liu
2f3ac925c4 cleanup-gpm940b0-code-style.patch 2009-10-28 03:13:29 +08:00
Xiangfu Liu
1649bbc3d6 make poweroff command work 2009-10-28 03:13:29 +08:00
Mirko Vogt
3fc244fbb4 add <qipackages> git repository as feed 2009-10-28 03:13:29 +08:00
Mirko Vogt
f70f46a3ae enable phone-, efl-, desktop- and xfce- feeds by default 2009-10-28 03:13:29 +08:00
Xiangfu Liu
71e391515f cleanup modifier keys driver 2009-10-28 03:13:29 +08:00
Mirko Vogt
a1ef81c12e enable ext3 and (v)fat by default 2009-10-28 03:13:29 +08:00
Mirko Vogt
090ea365ad disabled MMC debug output in default config 2009-10-28 03:13:29 +08:00
Mirko Vogt
204259721b do not use default device type <router> as we do not need dnsmasq, ppp, iptables, etc. for now 2009-10-28 03:13:29 +08:00
Mirko Vogt
c2696d65ee use rootwait instead of rootdelay as it is mor dynamic - however there's no delay needed anyway when booting from nand 2009-10-28 03:13:28 +08:00
Jiejing.Zhang
cd0d71a697 jz-battery: improve code. clear static var.
1. clear static global var, use platform_get_drvdata.
2. check gpio state before register power supply.

Signed-off-by: Jiejing.Zhang <kzjeef@gmail.com>
2009-10-28 03:13:28 +08:00
Mirko Vogt
45c720faff add base files for
- assigning IP 192.168.1.1 per default to usb0-interface (usb-ethernet-gadget)
 - add mountpoint for 1st partrition of sd-card - prelimary for testing purposes
2009-10-28 03:13:28 +08:00
Xiangfu Liu
2b24518947 enable printk_time 2009-10-28 03:13:28 +08:00
Jiejing.Zhang
c91cec083b jz_battery: improve driver code.
1. put all gobal var to a driver info struct.
2. check gpio before use it.

Signed-off-by: Jiejing.Zhang <kzjeef@gmail.com>
2009-10-28 03:13:28 +08:00
Lars-Peter Clausen
ae01e2fb2c Add jz4740-adc.h 2009-10-28 03:13:28 +08:00
Lars-Peter Clausen
90dc5a173c jz4740-ac: Fix some small bugs 2009-10-28 03:13:27 +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
Lars-Peter Clausen
7a88b927f8 Add jz4740 ADC driver. 2009-10-28 03:13:27 +08:00
Xiangfu Liu
7c9aa25b12 refresh patch 2009-10-28 03:13:27 +08:00
Xiangfu Liu
9e02463e3e add jz4740_batt.h 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