index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
musb
/
musb_host.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: musb: host: Handle highmem in PIO mode
Virupax Sadashivpetimath
2012-08-07
1
-5
/
+93
*
usb: musb: NAK timeout scheme on bulk TX endpoint
Ajay Kumar Gupta
2012-08-03
1
-62
/
+92
*
usb: musb: host: don't program dma for zero byte tx
Ajay Kumar Gupta
2012-08-03
1
-1
/
+11
*
Merge tag 'musb-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
2012-07-05
1
-1
/
+5
|
\
|
*
usb: musb: host: Disable MUSB DMA mode incase of DMA channel request failure
Mantesh Sarasetti
2012-06-04
1
-1
/
+5
*
|
usb: musb: host: release dma channels if no active io
Ajay Kumar Gupta
2012-06-22
1
-2
/
+12
|
/
*
usb: musb: fix bug in musb_cleanup_urb
Ajay Kumar Gupta
2012-04-10
1
-1
/
+1
*
usb: musb: fix reset issue with full speed device
Ajay Kumar Gupta
2011-12-14
1
-0
/
+4
*
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
Kuninori Morimoto
2011-08-23
1
-1
/
+1
*
usb: musb: host: compare status for negative error values
Márton Németh
2011-06-09
1
-1
/
+1
*
usb: musb: host: remove duplicate check in musb_ep_program()
Sergei Shtylyov
2011-05-13
1
-27
/
+22
*
usb: musb: drop unneeded musb_debug trickery
Felipe Balbi
2011-05-13
1
-59
/
+47
*
usb: fix building musb drivers
Anatolij Gustschin
2011-05-06
1
-1
/
+1
*
Merge 2.6.38-rc5 into usb-next
Greg Kroah-Hartman
2011-02-17
1
-6
/
+5
|
\
|
*
usb: musb: disable double buffering when it's broken
Felipe Balbi
2011-02-01
1
-6
/
+5
*
|
USB: HCD: Add usb_hcd prefix to exported functions
Robert Morell
2011-02-04
1
-2
/
+2
|
/
*
usb: musb: host: support DMA transfers greater than max channel length
T. S., Anil Kumar
2010-10-22
1
-2
/
+4
*
usb: musb: host: unmap the buffer for PIO data transfers
Maulik Mankad
2010-10-22
1
-0
/
+5
*
usb: musb: host: Issue a memory barrier before starting DMA
Santosh Shilimkar
2010-09-24
1
-0
/
+6
*
musb: potential use after free
Dan Carpenter
2010-04-30
1
-0
/
+1
*
USB: musb: fix build error introduced by isoc change
Sonic Zhang
2010-03-19
1
-1
/
+1
*
USB: musb: disable double buffering for older RTL versions
Cliff Cai
2010-03-02
1
-2
/
+8
*
usb: musb: workaround toggle bug when doing bulk transfer after isoc
Swaminathan S
2010-03-02
1
-0
/
+24
*
USB: musb: musb_host: fix sparse warning
Felipe Balbi
2009-12-11
1
-5
/
+5
*
USB: musb: fix ISOC Tx programming for CPPI DMAs
Ajay Kumar Gupta
2009-11-30
1
-1
/
+4
*
USB: musb_host: undo incorrect change in musb_advance_schedule()
Sergei Shtylyov
2009-07-12
1
-1
/
+1
*
USB: musb: silence "suspend as a_wait_vrise is_active" msgs
David Brownell
2009-07-12
1
-4
/
+21
*
musb: add high bandwidth ISO support
Ajay Kumar Gupta
2009-06-15
1
-12
/
+35
*
musb: proper hookup to transceiver drivers
David Brownell
2009-06-15
1
-1
/
+1
*
musb_host: refactor URB giveback
Sergei Shtylyov
2009-06-15
1
-34
/
+20
*
musb_host: streamline musb_cleanup_urb() calls
Sergei Shtylyov
2009-06-15
1
-4
/
+5
*
musb_host: simplify check for active URB
Sergei Shtylyov
2009-06-15
1
-58
/
+14
*
musb_host: factor out musb_ep_{get|set}_qh()
Sergei Shtylyov
2009-06-15
1
-34
/
+22
*
musb_host: refactor musb_save_toggle() (take 2)
Sergei Shtylyov
2009-06-15
1
-23
/
+12
*
USB: musb: fix isochronous TXDMA (take 2)
Sergei Shtylyov
2009-04-17
1
-123
/
+104
*
USB: musb: sanitize clearing TXCSR DMA bits (take 2)
Sergei Shtylyov
2009-04-17
1
-47
/
+32
*
USB: musb: bugfixes for multi-packet TXDMA support
Sergei Shtylyov
2009-04-17
1
-2
/
+66
*
USB: musb_host, fix ep0 fifo flushing
David Brownell
2009-04-17
1
-14
/
+29
*
USB: musb_host, minor enqueue locking fix (v2)
David Brownell
2009-04-17
1
-9
/
+8
*
USB: musb: NAK timeout scheme on bulk RX endpoint
Ajay Kumar Gupta
2009-03-24
1
-27
/
+85
*
USB: musb: rewrite host periodic endpoint allocation
Sergei Shtylyov
2009-03-24
1
-17
/
+11
*
USB: musb: use right poll limit for low speed devices
Sergei Shtylyov
2009-02-27
1
-8
/
+10
*
USB: musb: be careful with 64K+ transfer lengths, host side
Sergei Shtylyov
2009-02-27
1
-7
/
+7
*
USB: musb: fix data toggle saving with shared FIFO
Sergei Shtylyov
2009-02-27
1
-6
/
+1
*
USB: musb: host endpoint_disable() oops fixes
Sergei Shtylyov
2009-02-27
1
-10
/
+26
*
USB: musb: fix urb_dequeue() method
Sergei Shtylyov
2009-02-27
1
-3
/
+12
*
USB: musb: fix musb_host_tx() for shared endpoint FIFO
Dmitry Krivoschekov
2009-02-27
1
-1
/
+2
*
USB: musb uses endpoint functions
Julia Lawall
2009-01-27
1
-2
/
+2
*
USB: musb: add Blackfin specific configuration to MUSB
Bryan Wu
2009-01-07
1
-15
/
+7
*
USB: musb: host side diagnostics tweaks
David Brownell
2009-01-07
1
-9
/
+14
[next]