summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_host.c
Commit message (Expand)AuthorAgeFilesLines
* usb: musb: Fix trying to suspend while active for OTG configurationsTony Lindgren2017-05-181-4/+5
* usb: musb: core: add clear_ep_rxintr() to musb_platform_opsBin Liu2017-01-051-6/+4
* usb: musb: make use of new usb_endpoint_maxp_mult()Felipe Balbi2016-11-031-1/+1
* usb: musb: host: add urb tracepointsBin Liu2016-07-171-26/+8
* usb: musb: switch dev_dbg to tracepointsBin Liu2016-07-171-55/+52
* usb: musb: Stop bulk endpoint while queue is rotatedAndrew Goodbody2016-06-011-1/+7
* usb: musb: Ensure rx reinit occurs for shared_fifo endpointsAndrew Goodbody2016-06-011-7/+6
* usb: musb: host: correct cppi dma channel for isoch transferBin Liu2016-06-011-1/+1
* usb: musb: host: make musb_tx_dma_set_mode_*() *void*Sergei Shtylyov2016-06-011-19/+12
* usb: musb: host: move DMA engine check from musb_tx_dma_set_mode_cppi_tusb() ...Sergei Shtylyov2016-06-011-4/+3
* usb: musb: host: don't start next rx urb if current one failedBin Liu2016-06-011-1/+7
* usb: musb: host: clear rxcsr error bit if setBin Liu2016-06-011-0/+3
* Revert "usb: musb: musb_host: Enable HCD_BH flag to handle urb return in bott...Bin Liu2016-04-261-1/+1
* usb: musb: fix DMA for host modeCristian Birsan2016-02-231-4/+2
* usb: musb: Fix DMA desired mode for Mentor DMA engineCristian Birsan2016-02-171-1/+1
* usb: musb: fix tx fifo flush handlingBin Liu2015-11-171-6/+16
* usb: musb: Make busctl_offset an io-op rather then a defineHans de Goede2015-05-261-6/+6
* usb: musb: Make musb_write_rxfun* and musb_write_rxhub* work like their tx ve...Hans de Goede2015-05-261-6/+6
* usb: musb: Remove ifdefs for musb_host_rx in musb_host.c part5Tony Lindgren2015-05-071-114/+140
* usb: musb: Remove ifdefs for musb_host_rx in musb_host.c part4Tony Lindgren2015-05-071-4/+2
* usb: musb: Remove ifdefs for musb_host_rx in musb_host.c part3Tony Lindgren2015-05-071-50/+74
* usb: musb: Remove ifdefs for musb_host_rx in musb_host.c part2Tony Lindgren2015-05-071-4/+3
* usb: musb: Remove ifdefs for musb_host_rx in musb_host.c part1Tony Lindgren2015-05-071-17/+44
* usb: musb: Remove ifdefs for TX DMA for musb_host.cTony Lindgren2015-05-071-13/+48
* usb: musb: Fix up DMA related macrosTony Lindgren2015-05-071-5/+5
* usb: musb: fix inefficient copy of unaligned buffersJohan Hovold2015-04-271-2/+7
* usb: musb: musb_host: Enable HCD_BH flag to handle urb return in bottom halfGeorge Cherian2015-02-231-1/+1
* usb: musb: stuff leak of struct usb_hcdSebastian Andrzej Siewior2014-12-221-1/+0
* usb: move the OTG state from the USB PHY to the OTG structureAntoine Tenart2014-11-031-4/+4
* usb: musb: fix wrong indentation in musb_host.cDaniel Mack2014-06-301-5/+5
* usb: musb: introduce dma_channel.rx_packet_doneDaniel Mack2014-06-301-1/+2
* usb: musb: fix bit mask for CSR in musb_h_tx_flush_fifo()Daniel Mack2014-06-301-1/+1
* usb: musb: remove unnecessary (void) prefix at function callsDaniel Mack2014-06-301-3/+3
* usb: musb: musb_host.c: Cleaning up uninitialized variablesRickard Strandqvist2014-06-301-1/+1
* Merge tag 'usb-for-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2014-03-071-4/+26
|\
| * usb: musb: musb_host: Enable ISOCH IN handling for AM335x hostGeorge Cherian2014-02-181-4/+26
* | usb: musb: host: Fix SuperSpeed hub enumerationAjay Kumar Gupta2014-02-181-0/+3
|/
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-081-1/+0
* USB: musb: correct spelling mistakes in comment and error stringRahul Bedarkar2014-01-031-1/+1
* Merge tag 'usb-for-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2014-01-031-1/+8
|\
| * usb: musb: dsps: add support for suspend and resumeDaniel Mack2013-11-261-1/+6
| * usb: musb: call musb_port_suspend from musb_bus_suspendDaniel Mack2013-11-261-0/+2
* | usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen2013-12-081-0/+1
|/
* usb: Remove unnecessary semicolonsJoe Perches2013-10-111-1/+1
* usb: musb: only remove host/udc if it has been addedSebastian Andrzej Siewior2013-08-271-0/+2
* Merge tag 'usb-for-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2013-06-121-15/+81
|\
| * usb: musb: host: fix build warningFelipe Balbi2013-05-301-3/+3
| * usb: musb: enable ux500 host side dma supportMian Yousaf Kaukab2013-05-281-4/+4
| * usb: musb: eliminate musb_to_hcdDaniel Mack2013-05-281-4/+4
| * usb: musb: add musb_host_setup() and musb_host_cleanup()Daniel Mack2013-05-281-0/+21