aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musbhsdma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-29usb: musb: dma: merge ->start/stop into create/destroySebastian Andrzej Siewior1-13/+3
2013-07-29usb: musb: musbhsdma: drop the controller check in dma_controller_destroy()Sebastian Andrzej Siewior1-3/+0
2012-11-21usb: remove use of __devinitBill Pemberton1-2/+1
2012-09-16Merge 3.6-rc6 into usb-nextGreg Kroah-Hartman1-1/+1
2012-09-06usb: musb: musbhsdma: fix IRQ checkSergei Shtylyov1-1/+1
2012-08-09usb: musb: Make dma_controller_create __devinitShubhrajyoti D1-1/+1
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-05-13usb: musb: drop unneeded musb_debug trickeryFelipe Balbi1-5/+6
2011-04-13USB: musb: blackfin: work around anomaly 05000450Mike Frysinger1-0/+8
2010-12-16Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman1-1/+1
2010-12-01usb: musb: add names for IRQs in structure resourceHema Kalliguddi1-1/+1
2010-11-09usb: musb: fail unaligned DMA transfers on v1.8 and aboveAnand Gadiyar1-0/+14
2010-10-22usb: musb: musbhsdma: increase max_len to 1MBAnil Shetty1-1/+1
2010-08-10USB: musb: do not override DMA mode in channel programAnand Gadiyar1-4/+1
2010-06-30USB: musb: Enable the maximum supported burst mode for DMAHema HK1-11/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-02usb: musb: workaround MUSB DMA_INTR sometimes reads zeroAnand Gadiyar1-3/+22
2009-12-11USB: musb: fix printf warning in debug codeMike Frysinger1-1/+1
2009-12-11USB: musb: clear the Blackfin interrupt pending bits early in the ISRCliff Cai1-5/+5
2009-04-17USB: musb: sanitize clearing TXCSR DMA bits (take 2)Sergei Shtylyov1-23/+36
2009-04-17USB: musb: bugfixes for multi-packet TXDMA supportSergei Shtylyov1-5/+2
2009-01-07USB: musb: enable low level DMA operation for BlackfinBryan Wu1-69/+13
2009-01-07usb: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-10-17usb: musb: general cleanup to musbhsdma.cFelipe Balbi1-151/+155
2008-08-13USB: Add MUSB and TUSB supportFelipe Balbi1-0/+433