aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_host.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-10usb: musb: Remove unused function argument dma, qh, offset, lengthSaurav Girepunje1-7/+2
2021-05-10usb: musb: Remove unused local variable dma, urb, offsetSaurav Girepunje1-5/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-05-25usb: musb: return -ESHUTDOWN in urb when three-strikes error happenedBin Liu1-2/+8
2020-03-17usb: musb: fix crash with highmen PIO and usbmonMans Rullgard1-12/+5
2020-02-14USB: musb: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-01-15usb: musb: Add get/set toggle hooksMin Guo1-36/+10
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig1-1/+1
2019-02-13USB: musb: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-02-12USB: musb: fix indentation issue on a return statementColin Ian King1-1/+1
2018-07-02USB: musb: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2018-05-22usb: musb: disable otg protocol supportBin Liu1-1/+2
2018-05-22usb: musb: remove references to default_a of struct usb_otgBin Liu1-1/+0
2018-05-22usb: musb: remove duplicated port mode enumBin Liu1-2/+2
2018-05-14usb: musb: fix remote wakeup racing with suspendDaniel Glöckner1-1/+4
2018-04-30usb: musb: host: fix potential NULL pointer dereferenceBin Liu1-1/+3
2018-04-23USB: musb: host: prevent core phy initialisationJohan Hovold1-0/+1
2018-03-26usb: musb: remove blackfin portArnd Bergmann1-9/+3
2018-02-20Revert "usb: musb: host: don't start next rx urb if current one failed"Bin Liu1-7/+1
2018-01-02usb: musb: remove unused pipe variableCorentin Labbe1-3/+0
2018-01-02usb: musb: remove unused frame variableCorentin Labbe1-2/+0
2017-11-07USB: musb: Remove redundant license textGreg Kroah-Hartman1-26/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-08-28usb: musb: print an error message when high bandwidth is unsupportedBin Liu1-0/+4
2017-08-28usb: musb: print an error message when hwep alloc failedBin Liu1-0/+4
2017-07-30usb: musb: fix tx fifo flush handling againBin Liu1-0/+1
2017-06-27usb: musb: compress return logic into one lineGustavo A. R. Silva1-4/+2
2017-05-18usb: musb: Fix trying to suspend while active for OTG configurationsTony Lindgren1-4/+5
2017-01-05usb: musb: core: add clear_ep_rxintr() to musb_platform_opsBin Liu1-6/+4
2016-11-03usb: musb: make use of new usb_endpoint_maxp_mult()Felipe Balbi1-1/+1
2016-07-17usb: musb: host: add urb tracepointsBin Liu1-26/+8
2016-07-17usb: musb: switch dev_dbg to tracepointsBin Liu1-55/+52
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: 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-26Revert "usb: musb: musb_host: Enable HCD_BH flag to handle urb return in bottom half"Bin Liu1-1/+1
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
2015-11-17usb: musb: fix tx fifo flush handlingBin Liu1-6/+16
2015-05-26usb: musb: Make busctl_offset an io-op rather then a defineHans de Goede1-6/+6
2015-05-26usb: musb: Make musb_write_rxfun* and musb_write_rxhub* work like their tx versionsHans de Goede1-6/+6
2015-05-07usb: musb: Remove ifdefs for musb_host_rx in musb_host.c part5Tony Lindgren1-114/+140
2015-05-07usb: musb: Remove ifdefs for musb_host_rx in musb_host.c part4Tony Lindgren1-4/+2
2015-05-07usb: musb: Remove ifdefs for musb_host_rx in musb_host.c part3Tony Lindgren1-50/+74
2015-05-07usb: musb: Remove ifdefs for musb_host_rx in musb_host.c part2Tony Lindgren1-4/+3
2015-05-07usb: musb: Remove ifdefs for musb_host_rx in musb_host.c part1Tony Lindgren1-17/+44