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.12.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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-17
USB: ehci-fsl: Update ifdef check to work on 64-bit ppc
Kumar Gala
1
-1
/
+1
2012-07-17
USB: serial: keyspan: Removed unrequired parentheses.
Ben Minerds
1
-1
/
+1
2012-07-17
USB: serial: keyspan: Removed trailing whitespace.
Ben Minerds
1
-1
/
+1
2012-07-17
USB: serial: keyspan: Fixed space near open parenthesis.
Ben Minerds
1
-1
/
+1
2012-07-17
USB: serial: keyspan: Fixed space around equals.
Ben Minerds
1
-1
/
+1
2012-07-17
USB: serial: keyspan: Fix spacing around conditional.
Ben Minerds
1
-9
/
+9
2012-07-17
Merge tag 'for-usb-next-2012-07-11' of git://git.kernel.org/pub/scm/linux/ker...
Greg Kroah-Hartman
5
-20
/
+108
2012-07-17
USB: EHCI: resolve some unlikely races
Alan Stern
3
-5
/
+43
2012-07-17
USB: EHCI: fix up locking
Alan Stern
3
-30
/
+64
2012-07-17
USB: EHCI: simplify isochronous scanning
Alan Stern
3
-91
/
+32
2012-07-17
USB: EHCI: use hrtimer for the I/O watchdog
Alan Stern
6
-65
/
+25
2012-07-17
USB: EHCI: always scan each interrupt QH
Alan Stern
5
-50
/
+71
2012-07-17
USB: EHCI: don't lose events during a scan
Alan Stern
2
-4
/
+12
2012-07-17
USB: EHCI: use hrtimer for unlinking empty async QHs
Alan Stern
5
-42
/
+59
2012-07-17
USB: EHCI: unlink multiple async QHs together
Alan Stern
5
-94
/
+98
2012-07-17
USB: EHCI: use hrtimer for the IAA watchdog
Alan Stern
5
-71
/
+61
2012-07-17
USB: EHCI: don't refcount iso_stream structures
Alan Stern
3
-52
/
+16
2012-07-17
USB: EHCI: use hrtimer for (s)iTD deallocation
Alan Stern
6
-105
/
+90
2012-07-17
USB: EHCI: use hrtimer for controller death
Alan Stern
3
-10
/
+38
2012-07-17
USB: EHCI: use hrtimer for interrupt QH unlink
Alan Stern
5
-28
/
+94
2012-07-17
USB: EHCI: use hrtimer for async schedule
Alan Stern
4
-49
/
+86
2012-07-17
USB: EHCI: remove PS3 status polling
Alan Stern
1
-67
/
+2
2012-07-17
USB: EHCI: return void instead of 0
Alan Stern
1
-20
/
+14
2012-07-17
USB: EHCI: use hrtimer for the periodic schedule
Alan Stern
5
-61
/
+101
2012-07-17
USB: EHCI: introduce high-res timer
Alan Stern
4
-2
/
+138
2012-07-17
USB: EHCI: add new root-hub state: STOPPING
Alan Stern
6
-18
/
+23
2012-07-17
USB: EHCI: add pointer to end of async-unlink list
Alan Stern
3
-7
/
+5
2012-07-17
USB: EHCI: rename "reclaim"
Alan Stern
5
-37
/
+38
2012-07-17
USB: EHCI: add symbolic constants for QHs
Alan Stern
4
-11
/
+17
2012-07-17
USB: EHCI: don't refcount QHs
Alan Stern
5
-44
/
+8
2012-07-17
USB: EHCI: remove unneeded suspend/resume code
Alan Stern
2
-19
/
+1
2012-07-17
USB: EHCI: initialize data before resetting hardware
Alan Stern
1
-3
/
+3
2012-07-17
usb: storage: update usb devices for write cache quirk in quirk list.
Namjae Jeon
1
-0
/
+12
2012-07-17
usb: storage: add support for write cache quirk
Namjae Jeon
2
-1
/
+9
2012-07-17
Merge 3.5-rc7 into usb-next
Greg Kroah-Hartman
127
-2977
/
+5999
2012-07-15
usb: feed USB device information to the /dev/random driver
Theodore Ts'o
1
-0
/
+9
2012-07-13
Merge tag 'mfd-for-linus-3.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-10
/
+8
2012-07-13
usb: renesas_usbhs: prepare for conversion to the shdma base library
Guennadi Liakhovetski
1
-5
/
+5
2012-07-11
USB: Add a sysfs file to show LTM capabilities.
Sarah Sharp
2
-7
/
+10
2012-07-11
USB: Enable Latency Tolerance Messaging (LTM).
Sarah Sharp
2
-6
/
+84
2012-07-11
xhci: Export Latency Tolerance Messaging capabilities.
Sarah Sharp
1
-0
/
+6
2012-07-11
USB: Fix LPM disable count mismatch on driver unbind.
Sarah Sharp
1
-0
/
+1
2012-07-11
USB: Disable LPM while the device is unconfigured.
Sarah Sharp
2
-3
/
+5
2012-07-11
USB: Fix LPM disable/enable during device reset.
Sarah Sharp
1
-14
/
+12
2012-07-10
Merge branch 'omap/cleanup2' into next/clk
Arnd Bergmann
5
-7
/
+9
2012-07-10
EHCI: centralize controller initialization
Alan Stern
24
-439
/
+164
2012-07-09
usb: chipidea: add imx platform driver
Richard Zhao
2
-0
/
+201
2012-07-09
usb: otg: add basic mxs phy driver support
Richard Zhao
3
-0
/
+197
2012-07-09
usb: chipidea: permit driver bindings pass phy pointer
Richard Zhao
4
-4
/
+14
2012-07-09
usb: chipidea: select USB_EHCI_ROOT_HUB_TT in USB_CHIPIDEA_HOST of Kconfig
Richard Zhao
1
-0
/
+1
[prev]
[next]