1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00
Commit Graph

363 Commits

Author SHA1 Message Date
Xiangfu Liu 4a2e8be9e7 fix the [issue 50]. correct the acute(grave) key 2010-03-31 12:53:23 +08:00
Lars-Peter Clausen 8ca0219487 Merge branch 'xburst' of git@projects.qi-hardware.com:openwrt-xburst into xburst 2010-03-29 15:01:07 +02:00
Lars-Peter Clausen 2b22c4023e Merge commit 'nbd/master' into xburst 2010-03-29 14:59:30 +02:00
Mirko Vogt 0bb65150d1 enable more tty's (thanks to jow) 2010-03-28 18:19:22 +02:00
mirko e8aa5f9f5c adjust module loading sequence to change 20345, as snd-soc-core needs to get loaded before
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20490 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-26 18:10:09 +00:00
Mirko Vogt f4086120b3 increase loading sequence number of xburst-specific sound kernel modules, as otherwise - because of openwrt commit #20345 - it results in wrong loading sequences and unresolved symbols 2010-03-26 14:06:01 +01:00
juhosg b4fcbf1114 kernel: update to 2.6.32.10
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20444 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-26 10:45:25 +00:00
Lars-Peter Clausen 8dbc93e92d Merge commit 'nbd/master' into xburst 2010-03-22 20:08:09 +01:00
lars 113249c0a9 [xburst] sound jz4740_pcm: Set dma channel to NULL after it has been freed,
because hw_free can be called multiple times aswell.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20373 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-22 18:57:50 +00:00
lars 124c6d16d7 [xburst] sound jz4740_pcm: Don't request dma channel mor then once.
It is possible that the hw_params callback is called multiple times when using
the oss emulation layer. Thus we need to check whether the dma channel has
already been requested otherwise we'll end up with all dma channels being
requested by sound driver.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20369 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-22 15:22:26 +00:00
Lars-Peter Clausen 37e44c0bce Merge commit 'nbd/master' into xburst 2010-03-21 16:56:08 +01:00
lars 8ffe821c14 [xburst] jz_mmc: Fix timeout timer. Annotate timeout checks as unlikely()
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20349 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-21 15:46:49 +00:00
Xiangfu Liu 8c7e9d753d Merge branch 'xburst' of git@projects.qi-hardware.com:openwrt-xburst into xburst 2010-03-19 20:32:24 +08:00
Xiangfu Liu 7dcba2f7c5 change the volume keys to F11 and F12 2010-03-19 20:29:49 +08:00
mirko 4271069692 do not use font <FONT_MINI_4x6> for target lb60 by default as it's unreadable
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20274 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-18 14:32:48 +00:00
Lars-Peter Clausen 4ab937829d Revert "[kernel] enable sound in kernel config"
This reverts commit d8a88a22db.

Sound support has been moved to kernel module packages. (See kmod-sound-*)
2010-03-18 09:02:20 +01:00
Xiangfu Liu 9a059cb12c [kernel] remove the MINI font 2010-03-18 12:56:17 +08:00
Xiangfu Liu d8a88a22db [kernel] enable sound in kernel config 2010-03-18 12:47:45 +08:00
Lars-Peter Clausen 277ecd06ee Merge commit 'nbd/master' into xburst
Conflicts:

	target/linux/xburst/qi_lb60/config-2.6.32
2010-03-17 16:10:43 +01:00
lars 5289528bdb [xburst] refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20253 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-17 15:07:36 +00:00
Lars-Peter Clausen 82aaedbfed Merge branch 'xburst' of git@projects.qi-hardware.com:openwrt-xburst into xburst
Conflicts:

	target/linux/xburst/image/Makefile
2010-03-17 15:41:49 +01:00
Xiangfu Liu c5a2840ebd [kernel] update the config file 2010-03-17 21:43:18 +08:00
lars 64c149da3d [xburst] The lcm driver currently does not use any of the backlight api, so
remove CONFIG_BACKLIGHT_CLASS_DEVICE as a dependecy and from the config. Fixes #6871


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20248 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-16 23:15:18 +00:00
Xiangfu Liu e182d51938 [xburst] [u-boot] when boot from sd. load kernel in first vfat partition of sd card 2010-03-15 12:36:35 +08:00
lars 46f715372d [xburst] config-2.6.32: Add mising symbol
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20217 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 19:27:13 +00:00
lars 64a8bb6646 [xburst] jzcodec: Fix supported formats.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20210 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 17:49:30 +00:00
lars ed4ac39c98 [xburst] modules.mk: Fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20179 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-13 14:45:57 +00:00
Xiangfu Liu df67d8a66f [u-boot] add sakc support 2010-03-13 22:30:12 +08:00
Mirko Vogt 4240deaa13 fix typo 2010-03-12 07:42:01 +01:00
Mirko Vogt 2f991b6945 do not use font <MINI_4x6> so remove it from kernel config 2010-03-12 07:39:39 +01:00
Lars-Peter Clausen 1e67e793b2 Merge commit 'nbd/master' into xburst
Conflicts:

	target/linux/xburst/image/Makefile
2010-03-11 20:30:57 +01:00
lars fce615f549 [xburst] Fix image generation for qi_lb60 subtarget
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20152 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-11 19:02:00 +00:00
nico 8fe94a14fe do *not* enable CONFIG_PCI in generic config, but on targets where it makes sense instead (partially revert [18370])
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20136 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-11 09:50:11 +00:00
lars 545ff8b63b [xburst] Add kernel sound packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20132 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-11 02:00:59 +00:00
lars a88dfb0e9b [xburst] jz4740-i2s: Export jz4740_i2s_dai
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20131 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-11 01:54:09 +00:00
lars 6a2544bb80 [xburst] dma: export jz4740_dma_request
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20129 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-11 01:29:44 +00:00
lars 345d039b28 [xburst] metronomefb: Add rotation support and some minor cleanups
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20128 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-11 00:29:21 +00:00
lars c44117cefd [xburst] n516-lpc: Fix irq strom during resume
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20127 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-11 00:28:39 +00:00
Lars-Peter Clausen 1b7f171111 Merge commit 'origin/xburst' into xburst
Conflicts:

	target/linux/xburst/config-2.6.32
2010-03-10 19:01:12 +01:00
Lars-Peter Clausen fd4aac8085 Merge commit 'nbd/master' into xburst 2010-03-10 18:59:11 +01:00
Xiangfu Liu 89c1681c40 [xburst] [kernel] refresh .config file 2010-03-09 22:51:58 +08:00
lars 95a4336b23 [xburst] jz4740: Properly setup intc irq handler.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20082 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-09 12:03:48 +00:00
lars 3a2459c94c [xburst] n516-lpc: Ack wakeup events and some minor cleanups
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20075 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-09 00:03:40 +00:00
lars c60251a7a0 [xburst] jz4740-gpio: Fix potential race condition
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20071 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-08 20:34:40 +00:00
lars 114dc323ef [xbrust] Fix gpio and irq wakeup irq handling.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20070 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-08 20:34:01 +00:00
lars 66703ccb32 [xburst] Export gpio and irq registers through debugfs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20069 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-08 20:32:08 +00:00
lars 38f5248e7c [xburst] Add sound support for the n516.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20044 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-07 23:45:45 +00:00
lars 06c8bec13f [xburst] Add support for enabling/disabling the aic controllers clock.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20043 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-07 23:44:58 +00:00
lars cde7986406 [xburst] Add support for the n516
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19987 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-05 04:21:41 +00:00
lars de2c2b0b71 [xburst] Add subtarget for each device
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19986 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-05 04:15:51 +00:00