summaryrefslogtreecommitdiff
path: root/drivers/usb/musb
AgeCommit message (Expand)Author
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-11-07USB: musb: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01usb: musb: dsps: remove the duplicated timerBin Liu
2017-11-01usb: musb: Convert timers to use timer_setup()Kees Cook
2017-10-30usb: musb_core: mark expected switch fall-throughGustavo A. R. Silva
2017-10-30usb: musb: da8xx: Remove duplicated definesAlexandre Bailon
2017-10-17usb: musb: sunxi: Explicitly release USB PHY on exitJonathan Liu
2017-10-17usb: musb: Check for host-mode using is_host_active() on reset interruptJonathan Liu
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-10-17USB: musb: fix late external abort on suspendJohan Hovold
2017-10-17USB: musb: fix session-bit runtime-PM quirkJohan Hovold
2017-08-28USB: musb: dsps: add explicit runtime resume at suspendJohan Hovold
2017-08-28USB: musb: fix external abort on suspendJohan Hovold
2017-08-28usb: musb: fix endpoint fifo allocation for 4KB fifo memoryBin Liu
2017-08-28usb: musb: print an error message when high bandwidth is unsupportedBin Liu
2017-08-28usb: musb: print an error message when hwep alloc failedBin Liu
2017-08-28usb: musb: add helper function musb_ep_xfertype_stringBin Liu
2017-07-30usb: musb: fix tx fifo flush handling againBin Liu
2017-06-27usb: musb: compress return logic into one lineGustavo A. R. Silva
2017-06-20usb: musb: tusb6010_omap: Convert to DMAengine APIPeter Ujfalusi
2017-06-20usb: musb: tusb6010: Handle DMA TX completion in DMA callback as wellPeter Ujfalusi
2017-06-20usb: musb: tusb6010_omap: Allocate DMA channels upfrontPeter Ujfalusi
2017-06-20usb: musb: tusb6010_omap: Create new struct for DMA data/parametersPeter Ujfalusi
2017-06-20usb: musb: tusb6010_omap: Use one musb_ep_select call in tusb_omap_dma_programPeter Ujfalusi
2017-06-20usb: musb: tusb6010: Add MUSB_G_NO_SKB_RESERVE to quirksPeter Ujfalusi
2017-06-20usb: musb: Add quirk to avoid skb reserve in gadget modePeter Ujfalusi
2017-06-20usb: musb: musb_cppi41: Defer probe only if DMA is not readyAlexandre Bailon
2017-05-27usb: musb: dsps: keep VBUS on for host-only modeBin Liu
2017-05-18usb: musb: tusb6010_omap: Do not reset the other direction's packet sizePeter Ujfalusi
2017-05-18usb: musb: Fix trying to suspend while active for OTG configurationsTony Lindgren
2017-04-26usb: musb: don't mark of_dev_auxdata as initdataArnd Bergmann
2017-04-18usb: musb: musb_cppi41: Workaround DMA stall issue during teardownAlexandre Bailon
2017-04-18usb: musb: Add support of CPPI 4.1 DMA controller to DA8xxAlexandre Bailon
2017-04-18usb: musb: Use shared irqAlexandre Bailon
2017-04-18usb: musb: cppi_dma.c: use DIV_ROUND_UP macro in cppi_next_(r|t)x_segment()Ivan Safonov
2017-03-14usb: musb: fix possible spinlock deadlockBin Liu
2017-03-14usb: musb: dsps: fix iounmap in error and exit pathsBin Liu
2017-03-14usb: musb: cppi41: don't check early-TX-interrupt for Isoch transferBin Liu
2017-02-14usb: musb: add code comment for clarificationGustavo A. R. Silva
2017-02-09usb: musb: dsps: Manage CPPI 4.1 DMA interrupt in DSPSAlexandre Bailon
2017-02-09usb: musb: tusb6010: Clean up tusb_omap_dma structureAlexandre Bailon
2017-02-09usb: musb: cppi_dma: Clean up cppi41_dma_controller structureAlexandre Bailon
2017-02-09usb: musb: cppi_dma: Clean up cppi 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
2017-02-06Merge 4.10-rc7 into usb-nextGreg Kroah-Hartman