Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ADC and battery fixes * Fix concurrent battery readings * Add missing kfree ↵ | Lars-Peter Clausen | 2010-10-27 | 2 | -0/+89 | |
| | | | | | | in battery driver remove * Fix disabling of a ADC component SVN-Revision: 23670 | |||||
* | linux kernel version 2.6.36.7 is not (yet) released... | Mirko Vogt | 2010-10-13 | 1 | -1/+1 | |
| | | | | SVN-Revision: 23424 | |||||
* | Add 2.6.36 patches | Lars-Peter Clausen | 2010-10-13 | 29 | -1/+19196 | |
| | | | | SVN-Revision: 23421 | |||||
* | do not override CFLAGS - the default ones are fine | Mirko Vogt | 2010-10-08 | 1 | -2/+0 | |
| | | | | SVN-Revision: 23323 | |||||
* | update 2.6.35.x to 2.6.35.7 | Lars-Peter Clausen | 2010-10-04 | 2 | -17/+4 | |
| | | | | SVN-Revision: 23213 | |||||
* | Update 2.6.35.x to 2.6.35.4 | Lars-Peter Clausen | 2010-08-29 | 1 | -2/+2 | |
| | | | | SVN-Revision: 22833 | |||||
* | refresh config | Lars-Peter Clausen | 2010-08-22 | 2 | -30/+28 | |
| | | | | SVN-Revision: 22777 | |||||
* | Fix n5x6 sound drivers | Lars-Peter Clausen | 2010-08-22 | 2 | -42/+13 | |
| | | | | SVN-Revision: 22776 | |||||
* | Update to 2.6.35.3 | Michael Büsch | 2010-08-21 | 1 | -1/+1 | |
| | | | | SVN-Revision: 22753 | |||||
* | qi_lb60: Fix keyboard gpio pins | Lars-Peter Clausen | 2010-08-07 | 1 | -1/+1 | |
| | | | | SVN-Revision: 22524 | |||||
* | Add missing symbol to 2.6.35 config | Mirko Vogt | 2010-08-06 | 1 | -0/+1 | |
| | | | | SVN-Revision: 22513 | |||||
* | Drop 2.6.32 patches | Lars-Peter Clausen | 2010-08-04 | 92 | -29224/+0 | |
| | | | | SVN-Revision: 22485 | |||||
* | Set -march=mips32 | Lars-Peter Clausen | 2010-08-04 | 1 | -0/+2 | |
| | | | | SVN-Revision: 22484 | |||||
* | Adjust codec driver module name for 2.6.35 | Lars-Peter Clausen | 2010-08-04 | 5 | -8/+18 | |
| | | | | SVN-Revision: 22483 | |||||
* | Fix mmc card detection | Lars-Peter Clausen | 2010-08-04 | 1 | -13/+22 | |
| | | | | SVN-Revision: 22481 | |||||
* | Add 2.6.35 patches | Lars-Peter Clausen | 2010-08-02 | 48 | -2/+29971 | |
| | | | | SVN-Revision: 22463 | |||||
* | massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950 | Claudio Mignanti | 2010-07-12 | 1 | -4/+4 | |
| | | | | SVN-Revision: 22145 | |||||
* | kernel: update to kernel 2.6.34.1 | Hauke Mehrtens | 2010-07-10 | 1 | -1/+1 | |
| | | | | SVN-Revision: 22118 | |||||
* | udc: Fix recursive spinlocks | Lars-Peter Clausen | 2010-05-29 | 1 | -14/+13 | |
| | | | | | | | | | | | | Driver had recursive spinlock locking: 1. jz4740_queue() acquires lock 2. done() is called in chain: jz4740_queue()->jz4740_ep0_kick()->jz4740_ep0_in()->write_fifo_ep0()->done() and it tries to acquire same lock. 3. Deadlock. Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com> SVN-Revision: 21619 | |||||
* | ASoC: Fix and cleaup dma config | Lars-Peter Clausen | 2010-05-29 | 1 | -95/+91 | |
| | | | | SVN-Revision: 21618 | |||||
* | core fixes * Mask timer irq on startup * Fix dma width constants * Do not ↵ | Lars-Peter Clausen | 2010-05-29 | 2 | -59/+55 | |
| | | | | | | try to ack intc irqs SVN-Revision: 21617 | |||||
* | jzcodec: Enable support for S8 format | Lars-Peter Clausen | 2010-05-29 | 1 | -7/+7 | |
| | | | | SVN-Revision: 21615 | |||||
* | fb: Fix pseudo palette for non 32bit color depth. | Lars-Peter Clausen | 2010-05-29 | 1 | -20/+32 | |
| | | | | SVN-Revision: 21614 | |||||
* | rtc: Put rtc Kconfig entry into the correct section | Lars-Peter Clausen | 2010-05-29 | 1 | -9/+7 | |
| | | | | SVN-Revision: 21613 | |||||
* | Add checksum for 2.6.34, refresh 2.6.34 patches and update targets from ↵ | Lars-Peter Clausen | 2010-05-17 | 1 | -1/+1 | |
| | | | | | | 2.6.34-rcX to 2.6.34 SVN-Revision: 21498 | |||||
* | Add 2.6.34 patches | Lars-Peter Clausen | 2010-05-12 | 34 | -4/+29530 | |
| | | | | SVN-Revision: 21438 | |||||
* | sound-soc-qi_lb60: rename package as underscores are not allowed by opkg | Mirko Vogt | 2010-05-09 | 2 | -3/+3 | |
| | | | | SVN-Revision: 21412 | |||||
* | enable inotify support target xburst | Mirko Vogt | 2010-04-29 | 1 | -1/+2 | |
| | | | | SVN-Revision: 21260 | |||||
* | buildsystem: rename tgz/TGZ "feature" and matching options to targz/TARGZ | Nicolas Thill | 2010-04-28 | 1 | -1/+1 | |
| | | | | SVN-Revision: 21238 | |||||
* | sync to kernel 2.6.32.12 | Alexandros C. Couloumbis | 2010-04-27 | 1 | -1/+1 | |
| | | | | SVN-Revision: 21195 | |||||
* | define a shared IMG_PREFIX variable used as a basename for image files, it ↵ | Nicolas Thill | 2010-04-12 | 1 | -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' property | Nicolas Thill | 2010-04-12 | 1 | -0/+0 | |
| | | | | SVN-Revision: 20831 | |||||
* | time.c: Timer enable registers are only 8bit width. | Lars-Peter Clausen | 2010-04-11 | 1 | -2/+2 | |
| | | | | SVN-Revision: 20796 | |||||
* | jzcodec: Only support 16bit formats for now | Lars-Peter Clausen | 2010-04-04 | 1 | -5/+2 | |
| | | | | SVN-Revision: 20701 | |||||
* | do not disable netfilter support for xburst target (some packages require ↵ | Mirko Vogt | 2010-04-04 | 1 | -1/+0 | |
| | | | | | | netfilter support) SVN-Revision: 20698 | |||||
* | adjust module loading sequence to change 20345, as snd-soc-core needs to get ↵ | Mirko Vogt | 2010-03-26 | 1 | -3/+3 | |
| | | | | | | loaded before SVN-Revision: 20490 | |||||
* | kernel: update to 2.6.32.10 | Gabor Juhos | 2010-03-26 | 1 | -1/+1 | |
| | | | | SVN-Revision: 20444 | |||||
* | sound jz4740_pcm: Set dma channel to NULL after it has been freed, because ↵ | Lars-Peter Clausen | 2010-03-22 | 1 | -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 Clausen | 2010-03-22 | 1 | -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 Clausen | 2010-03-21 | 1 | -17/+23 | |
| | | | | SVN-Revision: 20349 | |||||
* | do not use font <FONT_MINI_4x6> for target lb60 by default as it's unreadable | Mirko Vogt | 2010-03-18 | 1 | -1/+0 | |
| | | | | SVN-Revision: 20274 | |||||
* | refresh patches | Lars-Peter Clausen | 2010-03-17 | 4 | -20/+27 | |
| | | | | SVN-Revision: 20253 | |||||
* | The lcm driver currently does not use any of the backlight api, so remove ↵ | Lars-Peter Clausen | 2010-03-16 | 2 | -2/+1 | |
| | | | | | | CONFIG_BACKLIGHT_CLASS_DEVICE as a dependecy and from the config. Fixes #6871 SVN-Revision: 20248 | |||||
* | config-2.6.32: Add mising symbol | Lars-Peter Clausen | 2010-03-14 | 1 | -0/+1 | |
| | | | | SVN-Revision: 20217 | |||||
* | jzcodec: Fix supported formats. | Lars-Peter Clausen | 2010-03-14 | 1 | -2/+5 | |
| | | | | SVN-Revision: 20210 | |||||
* | modules.mk: Fix typo | Lars-Peter Clausen | 2010-03-13 | 1 | -3/+4 | |
| | | | | SVN-Revision: 20179 | |||||
* | Fix image generation for qi_lb60 subtarget | Lars-Peter Clausen | 2010-03-11 | 1 | -11/+1 | |
| | | | | SVN-Revision: 20152 | |||||
* | do *not* enable CONFIG_PCI in generic config, but on targets where it makes ↵ | Nicolas Thill | 2010-03-11 | 1 | -1/+0 | |
| | | | | | | sense instead (partially revert [18370]) SVN-Revision: 20136 | |||||
* | Add kernel sound packages | Lars-Peter Clausen | 2010-03-11 | 8 | -142/+80 | |
| | | | | SVN-Revision: 20132 | |||||
* | jz4740-i2s: Export jz4740_i2s_dai | Lars-Peter Clausen | 2010-03-11 | 1 | -0/+1 | |
| | | | | SVN-Revision: 20131 |