summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb
Commit message (Expand)AuthorAgeFilesLines
* usb: musb: da8xx: fix babble condition handlingBin Liu2017-12-081-1/+9
* Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-1336-640/+97
|\
| * USB: musb: Remove redundant license textGreg Kroah-Hartman2017-11-0733-567/+0
| * USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-0436-0/+36
| * usb: musb: dsps: remove the duplicated timerBin Liu2017-11-011-9/+8
| * usb: musb: Convert timers to use timer_setup()Kees Cook2017-11-019-64/+55
| * usb: musb_core: mark expected switch fall-throughGustavo A. R. Silva2017-10-301-0/+1
| * usb: musb: da8xx: Remove duplicated definesAlexandre Bailon2017-10-301-3/+0
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
|/
* usb: musb: sunxi: Explicitly release USB PHY on exitJonathan Liu2017-10-171-0/+2
* usb: musb: Check for host-mode using is_host_active() on reset interruptJonathan Liu2017-10-171-4/+2
* usb: musb: musb_cppi41: Configure the number of channels for DA8xxAlexandre Bailon2017-10-171-5/+26
* usb: musb: musb_cppi41: Fix cppi41_set_dma_mode() for DA8xxAlexandre Bailon2017-10-171-3/+37
* usb: musb: musb_cppi41: Fix the address of teardown and autoreq registersAlexandre Bailon2017-10-171-4/+19
* USB: musb: fix late external abort on suspendJohan Hovold2017-10-172-2/+11
* USB: musb: fix session-bit runtime-PM quirkJohan Hovold2017-10-171-4/+4
* USB: musb: dsps: add explicit runtime resume at suspendJohan Hovold2017-08-281-2/+11
* USB: musb: fix external abort on suspendJohan Hovold2017-08-281-8/+10
* usb: musb: fix endpoint fifo allocation for 4KB fifo memoryBin Liu2017-08-281-2/+2
* usb: musb: print an error message when high bandwidth is unsupportedBin Liu2017-08-281-0/+4
* usb: musb: print an error message when hwep alloc failedBin Liu2017-08-281-0/+4
* usb: musb: add helper function musb_ep_xfertype_stringBin Liu2017-08-282-5/+25
* usb: musb: fix tx fifo flush handling againBin Liu2017-07-301-0/+1
* usb: musb: compress return logic into one lineGustavo A. R. Silva2017-06-271-4/+2
* 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-202-48/+4
* 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: Add MUSB_G_NO_SKB_RESERVE to quirksPeter Ujfalusi2017-06-201-1/+2
* usb: musb: Add quirk to avoid skb reserve in gadget modePeter Ujfalusi2017-06-202-0/+4
* usb: musb: musb_cppi41: Defer probe only if DMA is not readyAlexandre Bailon2017-06-201-4/+7
* usb: musb: dsps: keep VBUS on for host-only modeBin Liu2017-05-271-0/+5
* usb: musb: tusb6010_omap: Do not reset the other direction's packet sizePeter Ujfalusi2017-05-181-4/+9
* usb: musb: Fix trying to suspend while active for OTG configurationsTony Lindgren2017-05-181-4/+5
* usb: musb: don't mark of_dev_auxdata as initdataArnd Bergmann2017-04-261-1/+1
* usb: musb: musb_cppi41: Workaround DMA stall issue during teardownAlexandre Bailon2017-04-183-1/+6
* usb: musb: Add support of CPPI 4.1 DMA controller to DA8xxAlexandre Bailon2017-04-182-3/+44
* usb: musb: Use shared irqAlexandre Bailon2017-04-181-1/+1
* usb: musb: cppi_dma.c: use DIV_ROUND_UP macro in cppi_next_(r|t)x_segment()Ivan Safonov2017-04-181-6/+5
* usb: musb: fix possible spinlock deadlockBin Liu2017-03-141-1/+1
* usb: musb: dsps: fix iounmap in error and exit pathsBin Liu2017-03-141-1/+4
* usb: musb: cppi41: don't check early-TX-interrupt for Isoch transferBin Liu2017-03-141-2/+21
* usb: musb: add code comment for clarificationGustavo A. R. Silva2017-02-141-0/+1
* usb: musb: dsps: Manage CPPI 4.1 DMA interrupt in DSPSAlexandre Bailon2017-02-091-2/+79
* usb: musb: tusb6010: Clean up tusb_omap_dma structureAlexandre Bailon2017-02-091-4/+3
* usb: musb: cppi_dma: Clean up cppi41_dma_controller structureAlexandre Bailon2017-02-091-16/+13
* usb: musb: cppi_dma: Clean up cppi structureAlexandre Bailon2017-02-092-14/+13
* usb: musb: cppi41: Detect aborted transfers in cppi41_dma_callback()Alexandre Bailon2017-02-091-4/+9
* usb: musb: dma: Add a DMA completion platform callbackAlexandre Bailon2017-02-092-2/+10
OpenPOWER on IntegriCloud