index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable 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
2013-08-30
ehci: enable debugging code when CONFIG_DYNAMIC_DEBUG is set
Xenia Ragiadakou
1
-2
/
+2
2013-08-30
ehci: remove ehci_vdbg() verbose debugging statements
Xenia Ragiadakou
1
-7
/
+0
2013-08-14
usb: host: add Kconfig option for EHSET
Jack Pham
1
-0
/
+2
2013-08-13
usb: ehci: Add support for SINGLE_STEP_SET_FEATURE test of EHSET
Manu Gautam
1
-0
/
+101
2013-08-12
USB: EHCI: support running URB giveback in tasklet context
Ming Lei
1
-5
/
+0
2013-03-29
usb: ehci: mark unlink_empty_async_suspended() as __maybe_unused
Arnd Bergmann
1
-3
/
+1
2013-03-28
usb: ehci: unlink_empty_async_suspended() only used with CONFIG_PM
Tony Prisk
1
-0
/
+2
2013-03-26
USB: EHCI: remove unused variable in unlink_empty_async()
Alan Stern
1
-4
/
+1
2013-03-26
USB: EHCI: improve end_unlink_async()
Alan Stern
1
-42
/
+55
2013-03-26
USB: EHCI: convert singly-linked lists to list_heads
Alan Stern
1
-23
/
+18
2013-03-26
USB: EHCI: split needs_rescan into two flags
Alan Stern
1
-40
/
+22
2013-03-26
USB: EHCI: change return value of qh_completions()
Alan Stern
1
-14
/
+8
2013-03-26
USB: EHCI: changes related to qh_refresh()
Alan Stern
1
-32
/
+20
2013-03-15
USB: EHCI: fix regression during bus resume
Alan Stern
1
-0
/
+13
2013-03-05
USB: EHCI: don't check DMA values in QH overlays
Alan Stern
1
-5
/
+13
2013-03-05
USB: EHCI: work around silicon bug in Intel's EHCI controllers
Alan Stern
1
-4
/
+14
2013-01-26
USB: EHCI: unlink one async QH at a time
Alan Stern
1
-20
/
+30
2012-11-12
USB: EHCI: bugfix: urb->hcpriv should not be NULL
Alan Stern
1
-9
/
+3
2012-09-11
EHCI: Update qTD next pointer in QH overlay region during unlink
Pavankumar Kondeti
1
-2
/
+10
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
[next]