aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/musb
AgeCommit message (Expand)AuthorFilesLines
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 36-640/+97
2017-11-07USB: musb: Remove redundant license textGravatar Greg Kroah-Hartman 33-567/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Gravatar Greg Kroah-Hartman 36-0/+36
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 2-0/+2
2017-11-01usb: musb: dsps: remove the duplicated timerGravatar Bin Liu 1-9/+8
2017-11-01usb: musb: Convert timers to use timer_setup()Gravatar Kees Cook 9-64/+55
2017-10-30usb: musb_core: mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-0/+1
2017-10-30usb: musb: da8xx: Remove duplicated definesGravatar Alexandre Bailon 1-3/+0
2017-10-17usb: musb: sunxi: Explicitly release USB PHY on exitGravatar Jonathan Liu 1-0/+2
2017-10-17usb: musb: Check for host-mode using is_host_active() on reset interruptGravatar Jonathan Liu 1-4/+2
2017-10-17usb: musb: musb_cppi41: Configure the number of channels for DA8xxGravatar Alexandre Bailon 1-5/+26
2017-10-17usb: musb: musb_cppi41: Fix cppi41_set_dma_mode() for DA8xxGravatar Alexandre Bailon 1-3/+37
2017-10-17usb: musb: musb_cppi41: Fix the address of teardown and autoreq registersGravatar Alexandre Bailon 1-4/+19
2017-10-17USB: musb: fix late external abort on suspendGravatar Johan Hovold 2-2/+11
2017-10-17USB: musb: fix session-bit runtime-PM quirkGravatar Johan Hovold 1-4/+4
2017-08-28USB: musb: dsps: add explicit runtime resume at suspendGravatar Johan Hovold 1-2/+11
2017-08-28USB: musb: fix external abort on suspendGravatar Johan Hovold 1-8/+10
2017-08-28usb: musb: fix endpoint fifo allocation for 4KB fifo memoryGravatar Bin Liu 1-2/+2
2017-08-28usb: musb: print an error message when high bandwidth is unsupportedGravatar Bin Liu 1-0/+4
2017-08-28usb: musb: print an error message when hwep alloc failedGravatar Bin Liu 1-0/+4
2017-08-28usb: musb: add helper function musb_ep_xfertype_stringGravatar Bin Liu 2-5/+25
2017-07-30usb: musb: fix tx fifo flush handling againGravatar Bin Liu 1-0/+1
2017-06-27usb: musb: compress return logic into one lineGravatar Gustavo A. R. Silva 1-4/+2
2017-06-20usb: musb: tusb6010_omap: Convert to DMAengine APIGravatar Peter Ujfalusi 1-121/+80
2017-06-20usb: musb: tusb6010: Handle DMA TX completion in DMA callback as wellGravatar Peter Ujfalusi 2-48/+4
2017-06-20usb: musb: tusb6010_omap: Allocate DMA channels upfrontGravatar Peter Ujfalusi 1-93/+92
2017-06-20usb: musb: tusb6010_omap: Create new struct for DMA data/parametersGravatar Peter Ujfalusi 1-79/+85
2017-06-20usb: musb: tusb6010_omap: Use one musb_ep_select call in tusb_omap_dma_programGravatar Peter Ujfalusi 1-2/+1
2017-06-20usb: musb: tusb6010: Add MUSB_G_NO_SKB_RESERVE to quirksGravatar Peter Ujfalusi 1-1/+2
2017-06-20usb: musb: Add quirk to avoid skb reserve in gadget modeGravatar Peter Ujfalusi 2-0/+4
2017-06-20usb: musb: musb_cppi41: Defer probe only if DMA is not readyGravatar Alexandre Bailon 1-4/+7
2017-05-27usb: musb: dsps: keep VBUS on for host-only modeGravatar Bin Liu 1-0/+5
2017-05-18usb: musb: tusb6010_omap: Do not reset the other direction's packet sizeGravatar Peter Ujfalusi 1-4/+9
2017-05-18usb: musb: Fix trying to suspend while active for OTG configurationsGravatar Tony Lindgren 1-4/+5
2017-04-26usb: musb: don't mark of_dev_auxdata as initdataGravatar Arnd Bergmann 1-1/+1
2017-04-18usb: musb: musb_cppi41: Workaround DMA stall issue during teardownGravatar Alexandre Bailon 3-1/+6
2017-04-18usb: musb: Add support of CPPI 4.1 DMA controller to DA8xxGravatar Alexandre Bailon 2-3/+44
2017-04-18usb: musb: Use shared irqGravatar Alexandre Bailon 1-1/+1
2017-04-18usb: musb: cppi_dma.c: use DIV_ROUND_UP macro in cppi_next_(r|t)x_segment()Gravatar Ivan Safonov 1-6/+5
2017-03-14usb: musb: fix possible spinlock deadlockGravatar Bin Liu 1-1/+1
2017-03-14usb: musb: dsps: fix iounmap in error and exit pathsGravatar Bin Liu 1-1/+4
2017-03-14usb: musb: cppi41: don't check early-TX-interrupt for Isoch transferGravatar Bin Liu 1-2/+21
2017-02-14usb: musb: add code comment for clarificationGravatar Gustavo A. R. Silva 1-0/+1
2017-02-09usb: musb: dsps: Manage CPPI 4.1 DMA interrupt in DSPSGravatar Alexandre Bailon 1-2/+79
2017-02-09usb: musb: tusb6010: Clean up tusb_omap_dma structureGravatar Alexandre Bailon 1-4/+3
2017-02-09usb: musb: cppi_dma: Clean up cppi41_dma_controller structureGravatar Alexandre Bailon 1-16/+13
2017-02-09usb: musb: cppi_dma: Clean up cppi structureGravatar Alexandre Bailon 2-14/+13
2017-02-09usb: musb: cppi41: Detect aborted transfers in cppi41_dma_callback()Gravatar Alexandre Bailon 1-4/+9
2017-02-09usb: musb: dma: Add a DMA completion platform callbackGravatar Alexandre Bailon 2-2/+10
2017-02-06Merge 4.10-rc7 into usb-nextGravatar Greg Kroah-Hartman 2-14/+13