aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-17usb: musb: sunxi: Simplify dr_mode handlingHans de Goede1-43/+25
2016-07-17usb: musb: sunxi: make unexported symbols staticBen Dooks1-3/+3
2016-07-17usb: musb: cppi41: add dma channel tracepointsBin Liu2-12/+80
2016-07-17usb: musb: cppi41: move struct cppi41_dma_channel to headerBin Liu2-21/+23
2016-07-17usb: musb: cleanup cppi_dma headerBin Liu2-8/+1
2016-07-17usb: musb: gadget: add usb-request tracepointsBin Liu2-21/+90
2016-07-17usb: musb: host: add urb tracepointsBin Liu2-26/+71
2016-07-17usb: musb: add tracepoints to dump interrupt eventsBin Liu2-3/+22
2016-07-17usb: musb: add tracepoints for register accessBin Liu2-3/+103
2016-07-17usb: musb: dsps: use musb register read/write wrappers insteadBin Liu1-68/+44
2016-07-17usb: musb: switch dev_dbg to tracepointsBin Liu8-199/+187
2016-07-17usb: musb: add tracepoints support for debuggingBin Liu4-1/+93
2016-06-14usb: musb: sunxi: Remove bogus "Frees glue" commentHans de Goede1-1/+1
2016-06-14usb: musb: sunxi: Fix NULL ptr deref when gadget is registered before musbHans de Goede1-6/+9
2016-06-01usb: musb: Stop bulk endpoint while queue is rotatedAndrew Goodbody1-1/+7
2016-06-01usb: musb: Ensure rx reinit occurs for shared_fifo endpointsAndrew Goodbody1-7/+6
2016-06-01usb: musb: host: correct cppi dma channel for isoch transferBin Liu1-1/+1
2016-06-01usb: musb: only restore devctl when session was set in backupBin Liu1-1/+2
2016-06-01usb: musb: Use normal module_init for 2430 glueTony Lindgren1-12/+2
2016-06-01usb: musb: Remove pm_runtime_set_irq_safeTony Lindgren1-6/+0
2016-06-01usb: musb: Remove extra PM runtime calls from 2430 glue layerTony Lindgren1-24/+4
2016-06-01usb: musb: Return error value from musb_mailboxTony Lindgren3-7/+10
2016-06-01usb: musb: Don't set d+ high before enable for 2430 glue layerTony Lindgren1-11/+0
2016-06-01usb: musb: Remove try_idle for 2430 glue layerTony Lindgren1-91/+0
2016-06-01usb: musb: Improve PM runtime and phy handling for 2430 glue layerTony Lindgren1-11/+19
2016-06-01usb: musb: Handle cable status better for 2430 glue layerTony Lindgren1-8/+60
2016-06-01usb: musb: Use delayed for musb_gadget_pullupTony Lindgren2-6/+19
2016-06-01usb: musb: Remove conditional PM runtime calls for musb_gadgetTony Lindgren1-4/+3
2016-06-01usb: musb: Split PM runtime between wrapper IP and musb coreTony Lindgren2-32/+17
2016-06-01usb: musb: Update to use PM runtime autosuspendTony Lindgren3-6/+11
2016-06-01usb: musb: Remove unnecessary shutdown functionTony Lindgren1-25/+14
2016-06-01usb: musb: Fix idling after host mode by increasing autosuspend delayTony Lindgren1-2/+8
2016-06-01usb: musb: sunxi: Set state to A_WAIT_VRISE when enabling VbusHans de Goede1-3/+6
2016-06-01usb: musb: sunxi: Add set_mode platform functionHans de Goede1-11/+19
2016-06-01usb: musb: host: make musb_tx_dma_set_mode_*() *void*Sergei Shtylyov1-19/+12
2016-06-01usb: musb: host: move DMA engine check from musb_tx_dma_set_mode_cppi_tusb() to its callerSergei Shtylyov1-4/+3
2016-06-01usb: musb: host: don't start next rx urb if current one failedBin Liu1-1/+7
2016-06-01usb: musb: host: clear rxcsr error bit if setBin Liu1-0/+3
2016-04-26usb: musb: jz4740: fix error check of usb_get_phy()Vladimir Zapolskiy1-2/+2
2016-04-26Revert "usb: musb: musb_host: Enable HCD_BH flag to handle urb return in bottom half"Bin Liu1-1/+1
2016-04-26usb: musb: gadget: nuke endpoint before setting its descriptor to NULLTal Shorer1-3/+3
2016-03-04usb: musb: core: added missing const qualifier to musb_hdrc_platform_data::configPetr Kulhavy2-2/+2
2016-03-04usb: musb: sunxi: support module autoloadingEmilio López1-0/+1
2016-03-04usb: musb/ux500: remove duplicate check for dma_is_compatibleArnd Bergmann1-3/+0
2016-03-04usb: musb: use %pad format string from dma_addr_tArnd Bergmann2-6/+6
2016-03-01Merge 4.5-rc6 into usb-nextGreg Kroah-Hartman1-5/+3
2016-02-23usb: musb: fix DMA for host modeCristian Birsan1-4/+2
2016-02-17usb: musb: Fix DMA desired mode for Mentor DMA engineCristian Birsan1-1/+1
2016-02-14usb: add HAS_IOMEM dependency to USB_MUSB_HDRCVegard Nossum1-0/+1
2016-02-14usb: add HAS_IOMEM dependency to USB_MUSB_TUSB6010Vegard Nossum1-0/+1