summaryrefslogtreecommitdiffstats
path: root/target/linux/xburst
Commit message (Collapse)AuthorAgeFilesLines
* buildsystem: rename tgz/TGZ "feature" and matching options to targz/TARGZNicolas Thill2010-04-281-1/+1
| | | | SVN-Revision: 21238
* sync to kernel 2.6.32.12Alexandros C. Couloumbis2010-04-271-1/+1
| | | | SVN-Revision: 21195
* define a shared IMG_PREFIX variable used as a basename for image files, it ↵Nicolas Thill2010-04-121-3/+3
| | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files SVN-Revision: 20834
* remove 'svn:executable' propertyNicolas Thill2010-04-121-0/+0
| | | | SVN-Revision: 20831
* time.c: Timer enable registers are only 8bit width.Lars-Peter Clausen2010-04-111-2/+2
| | | | SVN-Revision: 20796
* jzcodec: Only support 16bit formats for nowLars-Peter Clausen2010-04-041-5/+2
| | | | SVN-Revision: 20701
* do not disable netfilter support for xburst target (some packages require ↵Mirko Vogt2010-04-041-1/+0
| | | | | | netfilter support) SVN-Revision: 20698
* adjust module loading sequence to change 20345, as snd-soc-core needs to get ↵Mirko Vogt2010-03-261-3/+3
| | | | | | loaded before SVN-Revision: 20490
* kernel: update to 2.6.32.10Gabor Juhos2010-03-261-1/+1
| | | | SVN-Revision: 20444
* sound jz4740_pcm: Set dma channel to NULL after it has been freed, because ↵Lars-Peter Clausen2010-03-221-1/+3
| | | | | | hw_free can be called multiple times aswell. SVN-Revision: 20373
* sound jz4740_pcm: Don't request dma channel mor then once.Lars-Peter Clausen2010-03-221-4/+5
| | | | | | | | | 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. SVN-Revision: 20369
* jz_mmc: Fix timeout timer. Annotate timeout checks as unlikely()Lars-Peter Clausen2010-03-211-17/+23
| | | | SVN-Revision: 20349
* do not use font <FONT_MINI_4x6> for target lb60 by default as it's unreadableMirko Vogt2010-03-181-1/+0
| | | | SVN-Revision: 20274
* refresh patchesLars-Peter Clausen2010-03-174-20/+27
| | | | SVN-Revision: 20253
* The lcm driver currently does not use any of the backlight api, so remove ↵Lars-Peter Clausen2010-03-162-2/+1
| | | | | | CONFIG_BACKLIGHT_CLASS_DEVICE as a dependecy and from the config. Fixes #6871 SVN-Revision: 20248
* config-2.6.32: Add mising symbolLars-Peter Clausen2010-03-141-0/+1
| | | | SVN-Revision: 20217
* jzcodec: Fix supported formats.Lars-Peter Clausen2010-03-141-2/+5
| | | | SVN-Revision: 20210
* modules.mk: Fix typoLars-Peter Clausen2010-03-131-3/+4
| | | | SVN-Revision: 20179
* Fix image generation for qi_lb60 subtargetLars-Peter Clausen2010-03-111-11/+1
| | | | SVN-Revision: 20152
* do *not* enable CONFIG_PCI in generic config, but on targets where it makes ↵Nicolas Thill2010-03-111-1/+0
| | | | | | sense instead (partially revert [18370]) SVN-Revision: 20136
* Add kernel sound packagesLars-Peter Clausen2010-03-118-142/+80
| | | | SVN-Revision: 20132
* jz4740-i2s: Export jz4740_i2s_daiLars-Peter Clausen2010-03-111-0/+1
| | | | SVN-Revision: 20131
* dma: export jz4740_dma_requestLars-Peter Clausen2010-03-111-2/+3
| | | | SVN-Revision: 20129
* metronomefb: Add rotation support and some minor cleanupsLars-Peter Clausen2010-03-112-96/+214
| | | | SVN-Revision: 20128
* n516-lpc: Fix irq strom during resumeLars-Peter Clausen2010-03-111-1/+1
| | | | SVN-Revision: 20127
* jz4740: Properly setup intc irq handler.Lars-Peter Clausen2010-03-091-2/+3
| | | | SVN-Revision: 20082
* n516-lpc: Ack wakeup events and some minor cleanupsLars-Peter Clausen2010-03-091-54/+40
| | | | SVN-Revision: 20075
* jz4740-gpio: Fix potential race conditionLars-Peter Clausen2010-03-081-1/+1
| | | | SVN-Revision: 20071
* Fix gpio and irq wakeup irq handling.Lars-Peter Clausen2010-03-082-1/+7
| | | | SVN-Revision: 20070
* Export gpio and irq registers through debugfsLars-Peter Clausen2010-03-082-18/+90
| | | | SVN-Revision: 20069
* Add sound support for the n516.Lars-Peter Clausen2010-03-073-0/+313
| | | | SVN-Revision: 20044
* Add support for enabling/disabling the aic controllers clock.Lars-Peter Clausen2010-03-072-27/+50
| | | | SVN-Revision: 20043
* Add support for the n516Lars-Peter Clausen2010-03-0511-3/+2467
| | | | SVN-Revision: 19987
* Add subtarget for each deviceLars-Peter Clausen2010-03-057-23/+57
| | | | SVN-Revision: 19986
* jz4740 pm: Fix gpio suspend/resume. Turn pll off while in suspend and gate ↵Lars-Peter Clausen2010-03-056-20/+52
| | | | | | clocks off which arn't handeld by their subsystems yet. SVN-Revision: 19984
* gpio.h: Add proper parenthesis to JZ_GPIO_PORTX macrosLars-Peter Clausen2010-03-051-4/+4
| | | | SVN-Revision: 19983
* jz4740_fb: Add support for parallel displays, improve power consumption and ↵Lars-Peter Clausen2010-03-053-106/+295
| | | | | | some minor bugfixes SVN-Revision: 19982
* jz4740_udc: Implement suspend/resumeLars-Peter Clausen2010-03-041-9/+39
| | | | SVN-Revision: 19978
* kernel: update to kernel 2.6.32.9Hauke Mehrtens2010-02-281-1/+1
| | | | SVN-Revision: 19890
* jz4740_nand: * Use NAND_ECC_HW_OOB_FIRST mode instead of a patched ↵Lars-Peter Clausen2010-02-262-67/+45
| | | | | | NAND_ECC_HW * Fix subpage writing * speed up reading SVN-Revision: 19875
* Add per board struct describing the external clock setup.Lars-Peter Clausen2010-02-2010-55/+47
| | | | SVN-Revision: 19783
* change back kernel version to 2.6.32.8Imre Kaloz2010-02-161-1/+1
| | | | SVN-Revision: 19653
* Add audio feature flag.Lars-Peter Clausen2010-02-151-2/+2
| | | | | | | | | There are targets which neither have usb host nor pci support but do have audio capabilities. Those targets should expliclitly specifiy that they support audio through the new feature flag. The audio feature flag is also implicitly selected by the usb and pci feature flags. SVN-Revision: 19643
* jz-mmc: Fix deadlock which could occur if the card was removed while a data ↵Lars-Peter Clausen2010-02-131-10/+53
| | | | | | transfer was active. SVN-Revision: 19628
* update kernel from 2.6.32.7 to 2.6.32.8, thanks tripolarTravis Kemen2010-02-121-1/+1
| | | | SVN-Revision: 19591
* clean up handling of some kernel symbolsImre Kaloz2010-02-111-1/+0
| | | | SVN-Revision: 19581
* re-sort all target and subtarget config filesImre Kaloz2010-02-111-36/+36
| | | | SVN-Revision: 19580
* jz4740_fb: Do not disable lcd clock during blanking. Only during suspend.Lars-Peter Clausen2010-02-081-9/+42
| | | | SVN-Revision: 19561
* defkeymap.c has been renamed to defkeymap.c_shipped in 2.6.32Lars-Peter Clausen2010-02-071-0/+0
| | | | SVN-Revision: 19544
* board-qi_lb60: Fix battery platform data.Lars-Peter Clausen2010-02-071-6/+9
| | | | SVN-Revision: 19541