aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_host.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-07usb: musb: Remove ifdefs for TX DMA for musb_host.cTony Lindgren1-13/+48
2015-05-07usb: musb: Fix up DMA related macrosTony Lindgren1-5/+5
2015-04-27usb: musb: fix inefficient copy of unaligned buffersJohan Hovold1-2/+7
2015-02-23usb: musb: musb_host: Enable HCD_BH flag to handle urb return in bottom halfGeorge Cherian1-1/+1
2014-12-22usb: musb: stuff leak of struct usb_hcdSebastian Andrzej Siewior1-1/+0
2014-11-03usb: move the OTG state from the USB PHY to the OTG structureAntoine Tenart1-4/+4
2014-06-30usb: musb: fix wrong indentation in musb_host.cDaniel Mack1-5/+5
2014-06-30usb: musb: introduce dma_channel.rx_packet_doneDaniel Mack1-1/+2
2014-06-30usb: musb: fix bit mask for CSR in musb_h_tx_flush_fifo()Daniel Mack1-1/+1
2014-06-30usb: musb: remove unnecessary (void) prefix at function callsDaniel Mack1-3/+3
2014-06-30usb: musb: musb_host.c: Cleaning up uninitialized variablesRickard Strandqvist1-1/+1
2014-03-07Merge tag 'usb-for-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-4/+26
2014-02-18usb: musb: host: Fix SuperSpeed hub enumerationAjay Kumar Gupta1-0/+3
2014-02-18usb: musb: musb_host: Enable ISOCH IN handling for AM335x hostGeorge Cherian1-4/+26
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-03USB: musb: correct spelling mistakes in comment and error stringRahul Bedarkar1-1/+1
2014-01-03Merge tag 'usb-for-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-1/+8
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen1-0/+1
2013-11-26usb: musb: dsps: add support for suspend and resumeDaniel Mack1-1/+6
2013-11-26usb: musb: call musb_port_suspend from musb_bus_suspendDaniel Mack1-0/+2
2013-10-11usb: Remove unnecessary semicolonsJoe Perches1-1/+1
2013-08-27usb: musb: only remove host/udc if it has been addedSebastian Andrzej Siewior1-0/+2
2013-06-12Merge tag 'usb-for-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-15/+81