summaryrefslogtreecommitdiff
path: root/drivers/usb/musb/musb_cppi41.c
AgeCommit message (Expand)Author
2018-05-22usb: musb: remove duplicated quirks flagBin Liu
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-10-17usb: musb: musb_cppi41: Configure the number of channels for DA8xxAlexandre Bailon
2017-10-17usb: musb: musb_cppi41: Fix cppi41_set_dma_mode() for DA8xxAlexandre Bailon
2017-10-17usb: musb: musb_cppi41: Fix the address of teardown and autoreq registersAlexandre Bailon
2017-06-20usb: musb: musb_cppi41: Defer probe only if DMA is not readyAlexandre Bailon
2017-04-18usb: musb: musb_cppi41: Workaround DMA stall issue during teardownAlexandre Bailon
2017-03-14usb: musb: cppi41: don't check early-TX-interrupt for Isoch transferBin Liu
2017-02-09usb: musb: cppi_dma: Clean up cppi41_dma_controller structureAlexandre Bailon
2017-02-09usb: musb: cppi41: Detect aborted transfers in cppi41_dma_callback()Alexandre Bailon
2017-02-09usb: musb: dma: Add a DMA completion platform callbackAlexandre Bailon
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner
2016-07-17usb: musb: cppi41: add dma channel tracepointsBin Liu
2016-07-17usb: musb: cppi41: move struct cppi41_dma_channel to headerBin Liu
2016-07-17usb: musb: switch dev_dbg to tracepointsBin Liu
2015-09-21usb: musb: fix cppi channel teardown for isoch transferBin Liu
2015-08-06usb: musb: cppi41: allow it to work againFelipe Balbi
2015-05-07usb: musb: Set up function pointers for DMATony Lindgren
2015-03-11usb: musb: cppi41: fix condition to call cppi41_trans_done().Takeyoshi Kikuchi
2015-03-10usb: musb: cppi41: do not call udelay()Felipe Balbi
2015-03-10usb: musb: cppi41: exit early when tx fifo is emptyFelipe Balbi
2015-03-10usb: musb: cppi41: decrease indentation levelFelipe Balbi
2015-01-27usb: musb: cppi41: improve rx channel abort routineBin Liu
2015-01-27usb: musb: cppi41: correct the macro name EP_MODE_AUTOREG_*Bin Liu
2014-12-22usb: musb: Fix a few off-by-one lengthsRasmus Villemoes
2014-11-18usb: musb: musb_cppi41: recognize HS devices in hostmodeSebastian Andrzej Siewior
2014-10-23usb: musb: cppi41: restart hrtimer only if not yet doneThomas Gleixner
2014-09-16Merge tag 'v3.17-rc5' into nextFelipe Balbi
2014-09-05usb: musb: cppi41: tweak hrtimer valuesDaniel Mack
2014-09-03usb: musb: cppi41: fix not transmitting zero length packet issueBin Liu
2014-07-21Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2014-06-30usb: musb: cppi41: fire hrtimer according to programmed channel lengthDaniel Mack
2014-06-30Revert "usb: musb: musb_cppi41: Handle ISOCH differently and not use the hrti...Daniel Mack
2014-06-30usb: musb/cppi41: call musb_ep_select() before accessing an endpoint's CSRDaniel Mack
2014-06-30usb: musb: introduce dma_channel.rx_packet_doneDaniel Mack
2014-06-27usb: musb: Ensure that cppi41 timer gets armed on premature DMA TX irqThomas Gleixner
2014-03-05usb: musb: musb_cppi41: Dont reprogram DMA if tear down is initiatedGeorge Cherian
2014-02-18usb: musb: musb_cppi41: Handle ISOCH differently and not use the hrtimer.George Cherian
2014-02-18usb: musb: musb_cppi41: Make CPPI aware of high bandwidth transfersGeorge Cherian
2014-01-03USB: musb: correct spelling mistakes in comment and error stringRahul Bedarkar
2013-11-25usb: musb: musb_cppi41: handle pre-mature TX complete interruptSebastian Andrzej Siewior
2013-11-25usb: musb: musb_cppi41: factor most of cppi41_dma_callback() into cppi41_tran...Sebastian Andrzej Siewior
2013-10-17usb: musb: cppi41: allow to defer probing if DMA isn't yet availableSebastian Andrzej Siewior
2013-08-27usb: musb: cppi41: fix missing unlock on error in cppi41_dma_callback()Wei Yongjun
2013-08-13usb: musb: cppi41: Enable in device-TX modeSebastian Andrzej Siewior
2013-08-09usb: musb dma: add cppi41 dma driverSebastian Andrzej Siewior