summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_host.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+2Star
* 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/+3Star
* 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/+0Star
* 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-081-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-091-1/+0Star
* 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-091-0/+1
|/
* usb: Remove unnecessary semicolonsJoe Perches2013-10-121-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
| * usb: musb: factor out hcd initalizationDaniel Mack2013-05-281-7/+39
| * usb: musb: factor some host-specific functionsDaniel Mack2013-05-281-1/+14
* | Merge 3.10-rc5 into usb-nextGreg Kroah-Hartman2013-06-091-10/+8Star
|\ \
| * | usb: musb: make use_sg flag URB specificVirupax Sadashivpetimath2013-05-281-10/+8Star
| |/
* / USB: MUSB: upgrade the isochronous APIAlan Stern2013-05-301-2/+1Star
|/
* usb: musb: implement (un)map_urb_for_dma hooksRuslan Bilovol2013-04-021-0/+117
* usb: otg: prefix otg_state_string with usb_Felipe Balbi2013-03-181-1/+1
* usb: musb: Double buffering issues in host mode TXsupriya karanth2013-01-171-6/+14
* usb: musb: set AUTOSET for full speed bulk DMA transfer in host modesupriya karanth2013-01-101-6/+18
* usb: musb: Perform only write access on MUSB_INTRTXESebastian Andrzej Siewior2012-10-311-1/+1
* Merge 3.6-rc6 into usb-nextGreg Kroah-Hartman2012-09-171-1/+1
|\
| * usb: musb: host: fix for musb_start_urb Oopsyuzheng ma2012-09-061-1/+1
* | usb: musb: host: Handle highmem in PIO modeVirupax Sadashivpetimath2012-08-071-5/+93
* | usb: musb: NAK timeout scheme on bulk TX endpointAjay Kumar Gupta2012-08-031-62/+92
* | usb: musb: host: don't program dma for zero byte txAjay Kumar Gupta2012-08-031-1/+11
|/
* Merge tag 'musb-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2012-07-061-1/+5
|\