aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/cppi_dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-04-18usb: musb: cppi_dma.c: use DIV_ROUND_UP macro in cppi_next_(r|t)x_segment()Ivan Safonov1-6/+5
2017-02-09usb: musb: cppi_dma: Clean up cppi structureAlexandre Bailon1-13/+13
2016-07-17usb: musb: cleanup cppi_dma headerBin Liu1-0/+1
2016-07-17usb: musb: switch dev_dbg to tracepointsBin Liu1-26/+24
2015-05-07usb: musb: Set up function pointers for DMATony Lindgren1-3/+6
2013-07-29usb: musb: dma: merge ->start/stop into create/destroySebastian Andrzej Siewior1-13/+5
2013-03-18usb: musb: drop dangling CONFIG_USB_MUSB_DEBUGFabio Baltieri1-14/+3
2013-01-18usb: musb: cppi_dma: drop '__init' annotationSergei Shtylyov1-2/+2
2012-11-21usb: remove use of __devinitBill Pemberton1-2/+1
2012-11-06usb: musb: cppi_dma: export cppi_interrupt()Sergei Shtylyov1-0/+1
2012-08-09usb: musb: Make dma_controller_create __devinitShubhrajyoti D1-1/+1
2012-05-14usb: musb: cppi: add missing include to fix compilationReinhard Tartler1-0/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-12-06treewide: Fix comment and string typo 'bufer'Paul Bolle1-1/+1
2011-08-12usb: musb: cppi: fix build errors due to DBG and missing musb variablePer Forlin1-9/+17
2011-05-13usb: musb: drop unneeded musb_debug trickeryFelipe Balbi1-17/+17
2011-04-13USB: musb: dereferencing an iomem pointerDan Carpenter1-1/+1
2011-04-13USB: musb: silence printk format warningDan Carpenter1-8/+10
2011-04-13USB: musb: using 0 instead of NULLDan Carpenter1-1/+1
2011-04-13USB: musb: add missing unlock in cppi_interrupt()Dan Carpenter1-1/+4
2010-12-01usb: musb: add names for IRQs in structure resourceHema Kalliguddi1-1/+1
2010-10-22USB: musb: suppress warning about unused flagsJon Povey1-1/+1
2010-09-24usb: musb: gadget: fix dma length in txstateMing Lei1-0/+1
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: Fix cppi_channel_abort() function to handle Tx abort correctlySwaminathan S1-23/+10
2009-12-23USB: musb: fix for crash in DM646x USB when (CPPI)DMA is enabledSwaminathan S1-0/+6
2009-11-30USB: musb: Fix CPPI IRQs not being signaledDaniel Glöckner1-5/+5
2009-06-15musb: split out CPPI interrupt handlerSergei Shtylyov1-3/+31
2009-04-17USB: musb: fix isochronous TXDMA (take 2)Sergei Shtylyov1-0/+1
2009-04-17USB: musb: bugfixes for multi-packet TXDMA supportSergei Shtylyov1-21/+1
2009-01-27USB: musb cppi dma fixSwaminathan S1-0/+1
2009-01-27USB: musb cppi bugfixesHugo Villeneuve1-2/+7
2008-08-13USB: Add MUSB and TUSB supportFelipe Balbi1-0/+1540