aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_cppi41.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-22usb: musb: Fix a few off-by-one lengthsRasmus Villemoes1-2/+2
2014-11-18usb: musb: musb_cppi41: recognize HS devices in hostmodeSebastian Andrzej Siewior1-1/+9
2014-10-23usb: musb: cppi41: restart hrtimer only if not yet doneThomas Gleixner1-1/+2
2014-09-16Merge tag 'v3.17-rc5' into nextFelipe Balbi1-2/+15
2014-09-05usb: musb: cppi41: tweak hrtimer valuesDaniel Mack1-2/+2
2014-09-03usb: musb: cppi41: fix not transmitting zero length packet issueBin Liu1-2/+15
2014-07-21Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-57/+13
2014-06-30usb: musb: cppi41: fire hrtimer according to programmed channel lengthDaniel Mack1-2/+4
2014-06-30Revert "usb: musb: musb_cppi41: Handle ISOCH differently and not use the hrtimer."Daniel Mack1-53/+0
2014-06-30usb: musb/cppi41: call musb_ep_select() before accessing an endpoint's CSRDaniel Mack1-2/+7
2014-06-30usb: musb: introduce dma_channel.rx_packet_doneDaniel Mack1-0/+2
2014-06-27usb: musb: Ensure that cppi41 timer gets armed on premature DMA TX irqThomas Gleixner1-1/+1
2014-03-05usb: musb: musb_cppi41: Dont reprogram DMA if tear down is initiatedGeorge Cherian1-1/+2
2014-02-18usb: musb: musb_cppi41: Handle ISOCH differently and not use the hrtimer.George Cherian1-0/+53
2014-02-18usb: musb: musb_cppi41: Make CPPI aware of high bandwidth transfersGeorge Cherian1-0/+13
2014-01-03USB: musb: correct spelling mistakes in comment and error stringRahul Bedarkar1-1/+1
2013-11-25usb: musb: musb_cppi41: handle pre-mature TX complete interruptSebastian Andrzej Siewior1-5/+108
2013-11-25usb: musb: musb_cppi41: factor most of cppi41_dma_callback() into cppi41_trans_done()Sebastian Andrzej Siewior1-23/+36
2013-10-17usb: musb: cppi41: allow to defer probing if DMA isn't yet availableSebastian Andrzej Siewior1-2/+6
2013-08-27usb: musb: cppi41: fix missing unlock on error in cppi41_dma_callback()Wei Yongjun1-1/+3
2013-08-13usb: musb: cppi41: Enable in device-TX modeSebastian Andrzej Siewior1-0/+3
2013-08-09usb: musb dma: add cppi41 dma driverSebastian Andrzej Siewior1-0/+552