aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_host.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-08Merge 3.10-rc5 into usb-nextGreg Kroah-Hartman1-10/+8
2013-05-30USB: MUSB: upgrade the isochronous APIAlan Stern1-2/+1
2013-05-30usb: musb: host: fix build warningFelipe Balbi1-3/+3
2013-05-28usb: musb: make use_sg flag URB specificVirupax Sadashivpetimath1-10/+8
2013-05-28usb: musb: enable ux500 host side dma supportMian Yousaf Kaukab1-4/+4
2013-05-28usb: musb: eliminate musb_to_hcdDaniel Mack1-4/+4
2013-05-28usb: musb: add musb_host_setup() and musb_host_cleanup()Daniel Mack1-0/+21
2013-05-28usb: musb: factor out hcd initalizationDaniel Mack1-7/+39
2013-05-28usb: musb: factor some host-specific functionsDaniel Mack1-1/+14
2013-04-02usb: musb: implement (un)map_urb_for_dma hooksRuslan Bilovol1-0/+117
2013-03-18usb: otg: prefix otg_state_string with usb_Felipe Balbi1-1/+1
2013-01-17usb: musb: Double buffering issues in host mode TXsupriya karanth1-6/+14
2013-01-10usb: musb: set AUTOSET for full speed bulk DMA transfer in host modesupriya karanth1-6/+18
2012-10-31usb: musb: Perform only write access on MUSB_INTRTXESebastian Andrzej Siewior1-1/+1
2012-09-16Merge 3.6-rc6 into usb-nextGreg Kroah-Hartman1-1/+1
2012-09-06usb: musb: host: fix for musb_start_urb Oopsyuzheng ma1-1/+1
2012-08-07usb: musb: host: Handle highmem in PIO modeVirupax Sadashivpetimath1-5/+93
2012-08-03usb: musb: NAK timeout scheme on bulk TX endpointAjay Kumar Gupta1-62/+92
2012-08-03usb: musb: host: don't program dma for zero byte txAjay Kumar Gupta1-1/+11
2012-07-05Merge tag 'musb-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-1/+5
2012-06-22usb: musb: host: release dma channels if no active ioAjay Kumar Gupta1-2/+12
2012-06-04usb: musb: host: Disable MUSB DMA mode incase of DMA channel request failureMantesh Sarasetti1-1/+5
2012-04-10usb: musb: fix bug in musb_cleanup_urbAjay Kumar Gupta1-1/+1
2011-12-14usb: musb: fix reset issue with full speed deviceAjay Kumar Gupta1-0/+4
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-1/+1
2011-06-09usb: musb: host: compare status for negative error valuesMárton Németh1-1/+1
2011-05-13usb: musb: host: remove duplicate check in musb_ep_program()Sergei Shtylyov1-27/+22
2011-05-13usb: musb: drop unneeded musb_debug trickeryFelipe Balbi1-59/+47
2011-05-06usb: fix building musb driversAnatolij Gustschin1-1/+1
2011-02-17Merge 2.6.38-rc5 into usb-nextGreg Kroah-Hartman1-6/+5
2011-02-04USB: HCD: Add usb_hcd prefix to exported functionsRobert Morell1-2/+2
2011-02-01usb: musb: disable double buffering when it's brokenFelipe Balbi1-6/+5