aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_host.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-22usb: musb: host: support DMA transfers greater than max channel lengthT. S., Anil Kumar1-2/+4
2010-10-22usb: musb: host: unmap the buffer for PIO data transfersMaulik Mankad1-0/+5
2010-09-24usb: musb: host: Issue a memory barrier before starting DMASantosh Shilimkar1-0/+6
2010-04-30musb: potential use after freeDan Carpenter1-0/+1
2010-03-19USB: musb: fix build error introduced by isoc changeSonic Zhang1-1/+1
2010-03-02USB: musb: disable double buffering for older RTL versionsCliff Cai1-2/+8
2010-03-02usb: musb: workaround toggle bug when doing bulk transfer after isocSwaminathan S1-0/+24
2009-12-11USB: musb: musb_host: fix sparse warningFelipe Balbi1-5/+5
2009-11-30USB: musb: fix ISOC Tx programming for CPPI DMAsAjay Kumar Gupta1-1/+4
2009-07-12USB: musb_host: undo incorrect change in musb_advance_schedule()Sergei Shtylyov1-1/+1
2009-07-12USB: musb: silence "suspend as a_wait_vrise is_active" msgsDavid Brownell1-4/+21
2009-06-15musb: add high bandwidth ISO supportAjay Kumar Gupta1-12/+35
2009-06-15musb: proper hookup to transceiver driversDavid Brownell1-1/+1
2009-06-15musb_host: refactor URB givebackSergei Shtylyov1-34/+20
2009-06-15musb_host: streamline musb_cleanup_urb() callsSergei Shtylyov1-4/+5
2009-06-15musb_host: simplify check for active URBSergei Shtylyov1-58/+14
2009-06-15musb_host: factor out musb_ep_{get|set}_qh()Sergei Shtylyov1-34/+22
2009-06-15musb_host: refactor musb_save_toggle() (take 2)Sergei Shtylyov1-23/+12
2009-04-17USB: musb: fix isochronous TXDMA (take 2)Sergei Shtylyov1-123/+104
2009-04-17USB: musb: sanitize clearing TXCSR DMA bits (take 2)Sergei Shtylyov1-47/+32
2009-04-17USB: musb: bugfixes for multi-packet TXDMA supportSergei Shtylyov1-2/+66
2009-04-17USB: musb_host, fix ep0 fifo flushingDavid Brownell1-14/+29
2009-04-17USB: musb_host, minor enqueue locking fix (v2)David Brownell1-9/+8
2009-03-24USB: musb: NAK timeout scheme on bulk RX endpointAjay Kumar Gupta1-27/+85
2009-03-24USB: musb: rewrite host periodic endpoint allocationSergei Shtylyov1-17/+11
2009-02-27USB: musb: use right poll limit for low speed devicesSergei Shtylyov1-8/+10
2009-02-27USB: musb: be careful with 64K+ transfer lengths, host sideSergei Shtylyov1-7/+7
2009-02-27USB: musb: fix data toggle saving with shared FIFOSergei Shtylyov1-6/+1
2009-02-27USB: musb: host endpoint_disable() oops fixesSergei Shtylyov1-10/+26
2009-02-27USB: musb: fix urb_dequeue() methodSergei Shtylyov1-3/+12
2009-02-27USB: musb: fix musb_host_tx() for shared endpoint FIFODmitry Krivoschekov1-1/+2
2009-01-27USB: musb uses endpoint functionsJulia Lawall1-2/+2
2009-01-07USB: musb: add Blackfin specific configuration to MUSBBryan Wu1-15/+7
2009-01-07USB: musb: host side diagnostics tweaksDavid Brownell1-9/+14
2008-11-19usb: musb: fix bug in musb_scheduleFelipe Balbi1-1/+1
2008-11-13usb: musb: fix BULK request on different available endpointsAjay Kumar Gupta1-37/+45
2008-11-13usb: musb: Fix for isochronous IN transferAjay Kumar Gupta1-20/+57
2008-10-17usb: musb_hdrc build fixesDavid Brownell1-3/+3
2008-10-17OMAP:MUSB: Corrects urb unlink function pathAjay Kumar Gupta1-2/+5
2008-10-17OMAP:MUSB: Fixes the TT programming.Ajay Kumar Gupta1-1/+5
2008-08-13USB: Add MUSB and TUSB supportFelipe Balbi1-0/+2170