summaryrefslogtreecommitdiffstats
path: root/target/linux/xburst/patches-2.6.34
Commit message (Collapse)AuthorAgeFilesLines
* udc: Fix recursive spinlocksLars-Peter Clausen2010-05-291-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 configLars-Peter Clausen2010-05-291-95/+91
| | | | SVN-Revision: 21618
* core fixes * Mask timer irq on startup * Fix dma width constants * Do not ↵Lars-Peter Clausen2010-05-292-59/+55
| | | | | | try to ack intc irqs SVN-Revision: 21617
* jzcodec: Enable support for S8 formatLars-Peter Clausen2010-05-291-7/+7
| | | | SVN-Revision: 21615
* fb: Fix pseudo palette for non 32bit color depth.Lars-Peter Clausen2010-05-291-20/+32
| | | | SVN-Revision: 21614
* rtc: Put rtc Kconfig entry into the correct sectionLars-Peter Clausen2010-05-291-9/+7
| | | | SVN-Revision: 21613
* Add 2.6.34 patchesLars-Peter Clausen2010-05-1228-0/+29113
SVN-Revision: 21438