summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/tusb6010_omap.c
Commit message (Expand)AuthorAgeFilesLines
* USB: musb: Remove redundant license textGreg Kroah-Hartman2017-11-071-4/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: musb: tusb6010_omap: Convert to DMAengine APIPeter Ujfalusi2017-06-201-121/+80
* usb: musb: tusb6010: Handle DMA TX completion in DMA callback as wellPeter Ujfalusi2017-06-201-33/+1
* usb: musb: tusb6010_omap: Allocate DMA channels upfrontPeter Ujfalusi2017-06-201-93/+92
* usb: musb: tusb6010_omap: Create new struct for DMA data/parametersPeter Ujfalusi2017-06-201-79/+85
* usb: musb: tusb6010_omap: Use one musb_ep_select call in tusb_omap_dma_programPeter Ujfalusi2017-06-201-2/+1
* usb: musb: tusb6010_omap: Do not reset the other direction's packet sizePeter Ujfalusi2017-05-181-4/+9
* usb: musb: tusb6010: Clean up tusb_omap_dma structureAlexandre Bailon2017-02-091-4/+3
* usb: musb: use %pad format string from dma_addr_tArnd Bergmann2016-03-041-2/+2
* usb: musb: Set up function pointers for DMATony Lindgren2015-05-071-3/+6
* usb: musb: tusb6010: Use musb->tusb_revision instead of tusb_get_revision call.Matwey V. Kornilov2014-05-161-1/+1
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-081-1/+0
* usb: musb: dma: merge ->start/stop into create/destroySebastian Andrzej Siewior2013-07-291-24/+0
* Merge tag 'pm-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-12-131-1/+1
|\
| * ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.hTony Lindgren2012-11-301-1/+1
* | Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-121-1/+8
|\|
| * ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.hLokesh Vutla2012-10-151-1/+1
| * ARM: OMAP2+: DMA: Moving OMAP2+ DMA channel definitions to mach-omap2Lokesh Vutla2012-10-151-0/+7
* | usb: remove use of __devinitBill Pemberton2012-11-211-2/+1
|/
* Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-10-011-1/+0
|\
| * ARM: OMAP1: Make plat/mux.h omap1 onlyTony Lindgren2012-09-201-1/+0
* | usb: musb: Make dma_controller_create __devinitShubhrajyoti D2012-08-091-1/+1
|/
* usb: musb: tusb6010: fix compilationFelipe Balbi2011-08-121-0/+1
* usb: musb: tusb6010_omap: fix build failure: error: 'musb' undeclaredSergei Trofimovich2011-08-121-1/+1
* usb: musb: drop unneeded musb_debug trickeryFelipe Balbi2011-05-131-16/+16
* usb: musb: tusb: Fix possible null pointer dereference in tusb6010_omap.cHuzaifa Sidhpurwala2011-03-011-2/+2
* usb: Fix tusb6010 for DMA APITony Lindgren2010-04-301-8/+14
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* USB: musb: don't dereference NULL tusb_dma in dma_controller_destroy()Roel Kluin2010-03-021-1/+1
* omap: headers: Move remaining headers from include/mach to include/platTony Lindgren2009-10-201-2/+2
* USB: musb: tusb6010 buildfixKalle Valo2009-01-271-2/+2
* USB: Add MUSB and TUSB supportFelipe Balbi2008-08-131-0/+719