index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
ehci-q.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-17
USB: EHCI: use hrtimer for the I/O watchdog
Alan Stern
1
-0
/
+1
2012-07-17
USB: EHCI: always scan each interrupt QH
Alan Stern
1
-2
/
+1
2012-07-17
USB: EHCI: use hrtimer for unlinking empty async QHs
Alan Stern
1
-25
/
+53
2012-07-17
USB: EHCI: unlink multiple async QHs together
Alan Stern
1
-60
/
+89
2012-07-17
USB: EHCI: use hrtimer for the IAA watchdog
Alan Stern
1
-3
/
+1
2012-07-17
USB: EHCI: use hrtimer for async schedule
Alan Stern
1
-38
/
+30
2012-07-17
USB: EHCI: add new root-hub state: STOPPING
Alan Stern
1
-4
/
+4
2012-07-17
USB: EHCI: add pointer to end of async-unlink list
Alan Stern
1
-0
/
+2
2012-07-17
USB: EHCI: rename "reclaim"
Alan Stern
1
-11
/
+11
2012-07-17
USB: EHCI: add symbolic constants for QHs
Alan Stern
1
-6
/
+6
2012-07-17
USB: EHCI: don't refcount QHs
Alan Stern
1
-9
/
+3
2012-05-02
USB: ehci-q.c: remove dbg() usage
Greg Kroah-Hartman
1
-1
/
+2
2012-04-23
EHCI: maintain the ehci->command value properly
Alan Stern
1
-10
/
+6
2011-12-10
usb: fix number of mapped SG DMA entries
Clemens Ladisch
1
-1
/
+1
2011-11-15
USB: ehci: report Data Buffer Error in debug mode
Vikram Pandita
1
-0
/
+11
2011-09-18
usb: ehci: remove the 1st wmb in qh_append_tds
Ming Lei
1
-1
/
+1
2011-09-18
usb: ehci: only prepare zero packet for out transfer if required
Ming Lei
1
-2
/
+3
2011-09-18
usb: ehci: remove wmb in qh_update
Ming Lei
1
-2
/
+0
2011-08-23
USB: EHCI: remove usages of hcd->state
Alan Stern
1
-12
/
+10
2011-07-19
EHCI: fix direction handling for interrupt data toggles
Alan Stern
1
-1
/
+2
2011-07-09
USB: EHCI: go back to using the system clock for QH unlinks
Alan Stern
1
-42
/
+40
2011-05-17
EHCI: don't rescan interrupt QHs needlessly
Alan Stern
1
-0
/
+1
2011-04-19
Merge 2.6.39-rc4 into usb-next
Greg Kroah-Hartman
1
-0
/
+4
2011-04-14
USB: ehci: add workaround for Synopsys HC bug
Gabor Juhos
1
-0
/
+4
2011-04-14
USB: EHCI: unlink unused QHs when the controller is stopped
Alan Stern
1
-6
/
+9
2011-03-23
ehci-hcd: Bug fix: don't set a QH's Halt bit
Alan Stern
1
-12
/
+0
2011-02-04
USB: EHCI: Rearrange EHCI_URB_TRACE code to avoid GCC-4.6 warnings.
David Daney
1
-8
/
+10
2010-08-11
USB: convert usb_hcd bitfields into atomic flags
Alan Stern
1
-2
/
+1
2010-05-21
USB: Change the scatterlist type in struct urb
Matthew Wilcox
1
-1
/
+1
2010-01-21
USB: EHCI: fix handling of unusual interrupt intervals
Alan Stern
1
-3
/
+8
2009-12-11
USB: EHCI: add native scatter-gather support
Alan Stern
1
-5
/
+27
2009-12-01
USB: EHCI: don't send Clear-TT-Buffer following a STALL
Alan Stern
1
-2
/
+14
2009-09-23
USB: EHCI: change deschedule logic for interrupt QHs
Alan Stern
1
-9
/
+3
2009-09-23
USB: EHCI: rescan the queue after an unlink
Alan Stern
1
-7
/
+36
2009-09-23
USB: EHCI: split ehci_qh into hw and sw parts
Alek Du
1
-22
/
+28
2009-08-08
USB: EHCI: fix counting of transaction error retries
Alan Stern
1
-5
/
+4
2009-08-08
USB: EHCI: fix two new bugs related to Clear-TT-Buffer
Alan Stern
1
-3
/
+3
2009-07-13
USB: EHCI: check for STALL before other errors
Alan Stern
1
-14
/
+16
2009-07-13
USB: EHCI: use the new clear_tt_buffer interface
Alan Stern
1
-23
/
+68
2009-07-13
USB: fix the clear_tt_buffer interface
Alan Stern
1
-1
/
+1
2009-07-13
USB: EHCI: update toggle state for linked QHs
Alan Stern
1
-1
/
+18
2009-06-16
USB: EHCI: update toggle state for linked QHs
Alan Stern
1
-18
/
+1
2009-03-25
USB: fix ehci printk formats
Randy Dunlap
1
-1
/
+1
2009-03-25
USB: EHCI: add software retry for transaction errors
Alan Stern
1
-0
/
+32
2009-03-18
USB: EHCI: expedite unlinks when the root hub is suspended
Alan Stern
1
-1
/
+2
2008-08-07
list.h: Add list_splice_tail() and list_splice_tail_init()
Luis R. Rodriguez
1
-1
/
+1
2008-07-22
USB: ehci-hcd unlink speedups
David Brownell
1
-8
/
+9
2008-04-28
drivers/usb annotations and fixes
Al Viro
1
-2
/
+2
2008-04-25
USB: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-2
/
+2
2008-04-25
USB: ehci: qh_completions cleanup and bugfix
David Brownell
1
-18
/
+16
[next]