Lars-Peter Clausen
287b78fea2
Merge branch 'xburst' of git@projects.qi-hardware.com:openwrt-xburst into xburst
2009-11-21 15:33:51 +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
Mirko Vogt
499fe597b8
reenable JFFS2 - why it got didabled?
2009-11-21 14:22:26 +01:00
Mirko Vogt
1689628529
Merge branch 'xburst' of projects.qi-hardware.com:openwrt-xburst into xburst
2009-11-21 13:48:01 +01:00
Lars-Peter Clausen
145c533ec2
Fix issues form previous commit...
2009-11-21 03:14:20 +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
Lars-Peter Clausen
1ac22689b8
jz4740: Get rid of unused files.
2009-11-20 19:28:03 +01:00
Xiangfu Liu
df58b94fba
disable JFFS2 and SQUASH filesystem
...
enable input event for poweroff daemon
2009-11-21 00:10:17 +08:00
Xiangfu Liu
ac43468371
disable init gpio as uart0 for end user
...
in Ben NanoNote uart0 and keyboard use the one same gpio
if init this gpio as uart0. this cause a keyboard bug
2009-11-20 23:31:30 +08:00
Xiangfu Liu
0f4bab5d6b
update u-boot patch use ubifs in BOOTARGS
2009-11-18 23:25:40 +08: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
2982c214f6
Add ubifs support.
2009-11-14 20:27:04 +01:00
Mirko Vogt
370ffd20be
link stdc++ libraries to staging_dir as some builds need to have it there (e.g. zimlib)
2009-11-14 20:27:04 +01:00
Mirko Vogt
7ad63bda2c
link stdc++ libraries to staging_dir as some builds need to have it there (e.g. zimlib)
2009-11-13 21:25:25 +01:00
Lars-Peter Clausen
31ee690d0a
u-boot: Disable adc and usb host clock at boot
...
Adc clock will be enabled when it's needed and we don't use usbhost.
2009-11-12 01:40:11 +01:00
Lars-Peter Clausen
0d3b54ed10
gpm940b0: Add suspend/resume support.
2009-11-09 19:32:20 +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
213a66582d
xburst: Enable gpio buttons driver in config.
...
This is required to make the power button work.
2009-11-09 17:55:22 +01:00
Lars-Peter Clausen
1dd40a2e65
xburst: Enable suspend in config
2009-11-09 17:53:35 +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
c9cb830945
u-boot: Disable clocks we don't need
...
We might gain a few more minutes battery runtime by this.
2009-11-09 00:44:26 +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
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