aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/xburst/patches-2.6.34/056-udc.patch
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
* Add 2.6.34 patchesLars-Peter Clausen2010-05-121-0/+2637
SVN-Revision: 21438