index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
ehci-q.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: fix number of mapped SG DMA entries
Clemens Ladisch
2011-12-09
1
-1
/
+1
*
USB: ehci: report Data Buffer Error in debug mode
Vikram Pandita
2011-11-14
1
-0
/
+11
*
usb: ehci: remove the 1st wmb in qh_append_tds
Ming Lei
2011-09-18
1
-1
/
+1
*
usb: ehci: only prepare zero packet for out transfer if required
Ming Lei
2011-09-18
1
-2
/
+3
*
usb: ehci: remove wmb in qh_update
Ming Lei
2011-09-18
1
-2
/
+0
*
USB: EHCI: remove usages of hcd->state
Alan Stern
2011-08-22
1
-12
/
+10
*
EHCI: fix direction handling for interrupt data toggles
Alan Stern
2011-07-19
1
-1
/
+2
*
USB: EHCI: go back to using the system clock for QH unlinks
Alan Stern
2011-07-08
1
-42
/
+40
*
EHCI: don't rescan interrupt QHs needlessly
Alan Stern
2011-05-17
1
-0
/
+1
*
Merge 2.6.39-rc4 into usb-next
Greg Kroah-Hartman
2011-04-19
1
-0
/
+4
|
\
|
*
USB: ehci: add workaround for Synopsys HC bug
Gabor Juhos
2011-04-13
1
-0
/
+4
*
|
USB: EHCI: unlink unused QHs when the controller is stopped
Alan Stern
2011-04-13
1
-6
/
+9
|
/
*
ehci-hcd: Bug fix: don't set a QH's Halt bit
Alan Stern
2011-03-23
1
-12
/
+0
*
USB: EHCI: Rearrange EHCI_URB_TRACE code to avoid GCC-4.6 warnings.
David Daney
2011-02-04
1
-8
/
+10
*
USB: convert usb_hcd bitfields into atomic flags
Alan Stern
2010-08-10
1
-2
/
+1
*
USB: Change the scatterlist type in struct urb
Matthew Wilcox
2010-05-20
1
-1
/
+1
*
USB: EHCI: fix handling of unusual interrupt intervals
Alan Stern
2010-01-20
1
-3
/
+8
*
USB: EHCI: add native scatter-gather support
Alan Stern
2009-12-11
1
-5
/
+27
*
USB: EHCI: don't send Clear-TT-Buffer following a STALL
Alan Stern
2009-11-30
1
-2
/
+14
*
USB: EHCI: change deschedule logic for interrupt QHs
Alan Stern
2009-09-23
1
-9
/
+3
*
USB: EHCI: rescan the queue after an unlink
Alan Stern
2009-09-23
1
-7
/
+36
*
USB: EHCI: split ehci_qh into hw and sw parts
Alek Du
2009-09-23
1
-22
/
+28
*
USB: EHCI: fix counting of transaction error retries
Alan Stern
2009-08-07
1
-5
/
+4
*
USB: EHCI: fix two new bugs related to Clear-TT-Buffer
Alan Stern
2009-08-07
1
-3
/
+3
*
USB: EHCI: check for STALL before other errors
Alan Stern
2009-07-12
1
-14
/
+16
*
USB: EHCI: use the new clear_tt_buffer interface
Alan Stern
2009-07-12
1
-23
/
+68
*
USB: fix the clear_tt_buffer interface
Alan Stern
2009-07-12
1
-1
/
+1
*
USB: EHCI: update toggle state for linked QHs
Alan Stern
2009-07-12
1
-1
/
+18
*
USB: EHCI: update toggle state for linked QHs
Alan Stern
2009-06-15
1
-18
/
+1
*
USB: fix ehci printk formats
Randy Dunlap
2009-03-24
1
-1
/
+1
*
USB: EHCI: add software retry for transaction errors
Alan Stern
2009-03-24
1
-0
/
+32
*
USB: EHCI: expedite unlinks when the root hub is suspended
Alan Stern
2009-03-17
1
-1
/
+2
*
list.h: Add list_splice_tail() and list_splice_tail_init()
Luis R. Rodriguez
2008-08-07
1
-1
/
+1
*
USB: ehci-hcd unlink speedups
David Brownell
2008-07-21
1
-8
/
+9
*
drivers/usb annotations and fixes
Al Viro
2008-04-28
1
-2
/
+2
*
USB: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-04-24
1
-2
/
+2
*
USB: ehci: qh_completions cleanup and bugfix
David Brownell
2008-04-24
1
-18
/
+16
*
USB: ehci: qh/qtd cleanup comments
David Brownell
2008-04-24
1
-10
/
+40
*
USB: ehci tolerates some buggy devices
David Brownell
2008-04-24
1
-1
/
+15
*
USB: ehci: handle large bulk URBs correctly (again)
Misha Zhilin
2008-03-04
1
-1
/
+1
*
USB: ehci potential oops fix on ARC/TDI cores
David Brownell
2008-02-01
1
-8
/
+11
*
USB: EHCI: add separate IAA watchdog timer
Alan Stern
2008-02-01
1
-4
/
+2
*
USB: Eliminate urb->status usage!
Alan Stern
2007-10-12
1
-2
/
+1
*
USB: reorganize urb->status use in ehci-hcd
Alan Stern
2007-10-12
1
-29
/
+33
*
USB: add urb->unlinked field
Alan Stern
2007-10-12
1
-17
/
+12
*
USB: centralize -EREMOTEIO handling
Alan Stern
2007-10-12
1
-3
/
+4
*
USB: make HCDs responsible for managing endpoint queues
Alan Stern
2007-10-12
1
-5
/
+9
*
Revert "USB: EHCI cpufreq fix"
Linus Torvalds
2007-08-20
1
-4
/
+0
*
USB: EHCI support for big-endian descriptors
Stefan Roese
2007-07-12
1
-45
/
+47
*
USB: EHCI cpufreq fix
Stuart_Hayes@Dell.com
2007-07-12
1
-0
/
+4
[next]