summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb
Commit message (Expand)AuthorAgeFilesLines
* usb: musb: dsps: remove the duplicated timerBin Liu2017-11-011-9/+8Star
* usb: musb: Convert timers to use timer_setup()Kees Cook2017-11-019-64/+55Star
* 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/+0Star
* 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/+2Star
* 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/+2Star
* usb: musb: tusb6010_omap: Convert to DMAengine APIPeter Ujfalusi2017-06-201-121/+80Star
* usb: musb: tusb6010: Handle DMA TX completion in DMA callback as wellPeter Ujfalusi2017-06-202-48/+4Star
* usb: musb: tusb6010_omap: Allocate DMA channels upfrontPeter Ujfalusi2017-06-201-93/+92Star
* 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/+1Star
* 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/+5Star
* 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/+3Star
* usb: musb: cppi_dma: Clean up cppi41_dma_controller structureAlexandre Bailon2017-02-091-16/+13Star
* usb: musb: cppi_dma: Clean up cppi structureAlexandre Bailon2017-02-092-14/+13Star
* 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
* Merge 4.10-rc7 into usb-nextGreg Kroah-Hartman2017-02-062-14/+13Star
|\
| * usb: musb: Fix external abort on non-linefetch for musb_irq_work()Tony Lindgren2017-01-251-0/+11
| * usb: musb: Fix host mode error -71 regressionTony Lindgren2017-01-252-14/+2Star
* | usb: musb: dsps: make dsps_musb_clear_ep_rxintr() staticWei Yongjun2017-02-031-1/+1
* | usb: musb: sunxi: add support for the variant in H3/V3s SoCIcenowy Zheng2017-02-031-2/+33