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.13.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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-25
usb: "ehci-w90x900" Fix a typo and add some whitespace.
Justin P. Mattock
1
-1
/
+1
2012-10-25
USB: speed up usb_bus_resume()
Alan Stern
3
-2
/
+21
2012-10-25
USB: hub_for_each_child should skip unconnected ports
Alan Stern
3
-16
/
+13
2012-10-25
USB: EHCI: move ehci_update_device() to ehci-lpm.c
Alan Stern
3
-35
/
+20
2012-10-25
USB: EHCI: make ehci_read_frame_index platform independent
Alan Stern
3
-40
/
+26
2012-10-25
USB: EHCI: move logging macros to ehci.h
Alan Stern
2
-15
/
+15
2012-10-25
USB: EHCI: add condition for delay during the resume
Peter Chen
1
-5
/
+18
2012-10-25
USB: usb-skeleton.c: fix compilation error and restored kref_put on fail in s...
Constantine Shulyupin
1
-9
/
+4
2012-10-25
USB: ohci-s3c2410: use devm_ functions
Jingoo Han
1
-24
/
+8
2012-10-25
USB: use bus_to_hdc instead of container_of
Yuanhan Liu
1
-2
/
+2
2012-10-25
USB: ohci-exynos: use devm_clk_get()
Jingoo Han
1
-5
/
+2
2012-10-25
usb: ohci-exynos: use clk_prepare_enable and clk_disable_unprepare
Thomas Abraham
1
-5
/
+5
2012-10-25
usb: ehci-s5p: use clk_prepare_enable and clk_disable_unprepare
Thomas Abraham
1
-5
/
+5
2012-10-25
usb: phy: tegra remove include of <mach/iomap.h>
Stephen Warren
1
-1
/
+3
2012-10-25
usb: host: tegra remove include of <mach/iomap.h>
Stephen Warren
1
-1
/
+4
2012-10-25
USB: ezusb: unexport some functions that aren't being used
Greg Kroah-Hartman
2
-25
/
+22
2012-10-23
USB: OHCI: sm501: fix build failure after ohci_finish_controller_resume removal
Florian Fainelli
1
-1
/
+1
2012-10-23
MIPS: Alchemy: update development boards defconfigs with USB platform drivers
Florian Fainelli
1
-0
/
+2
2012-10-22
WUSB: remove an unnused variable
Dan Carpenter
1
-13
/
+0
2012-10-22
USB: OHCI: make ohci-platform use devm_request_and_ioremap helper
Florian Fainelli
1
-15
/
+3
2012-10-22
USB: EHCI: make ehci-platform use devm_request_and_ioremap helper
Florian Fainelli
1
-15
/
+3
2012-10-22
USB: OHCI: fix typo in ohci-platform driver on the word "resource"
Florian Fainelli
1
-1
/
+1
2012-10-22
USB: EHCI: fix typo in ehci-platform driver on the word "resource"
Florian Fainelli
1
-1
/
+1
2012-10-22
USB: OHCI: make ohci-platform use dev_err() instead of pr_err()
Florian Fainelli
1
-3
/
+3
2012-10-22
USB: EHCI: make ehci-platform use dev_err() instead of pr_err()
Florian Fainelli
1
-3
/
+3
2012-10-22
USB: move common alchemy USB routines to arch/mips/alchemy/common.c
Florian Fainelli
3
-2
/
+1
2012-10-22
USB: OHCI: remove Alchemy OHCI platform driver.
Florian Fainelli
2
-239
/
+0
2012-10-22
MIPS: Alchemy: use the OHCI platform driver
Florian Fainelli
4
-2
/
+36
2012-10-22
USB: OHCI: remove OHCI SH platform driver
Florian Fainelli
3
-147
/
+5
2012-10-22
sh: convert boards to use the OHCI platform driver
Florian Fainelli
4
-4
/
+20
2012-10-22
USB: OHCI: remove Netlogic XLS OHCI platform driver
Florian Fainelli
2
-157
/
+0
2012-10-22
MIPS: Netlogic: convert to use OHCI platform driver
Florian Fainelli
1
-2
/
+7
2012-10-22
USB: OHCI: remove CNS3xxx OHCI platform driver
Florian Fainelli
3
-172
/
+5
2012-10-22
ARM: cns3xxx: use OHCI platform driver
Florian Fainelli
1
-5
/
+13
2012-10-22
USB: OHCI: remove PNX8550 OHCI driver
Florian Fainelli
2
-248
/
+0
2012-10-22
MIPS: PNX8550: use OHCI platform driver
Florian Fainelli
1
-1
/
+30
2012-10-22
USB: ohci: merge ohci_finish_controller_resume with ohci_resume
Florian Fainelli
11
-57
/
+48
2012-10-22
USB: ohci: remove check for RH already suspended in ohci_suspend
Florian Fainelli
1
-9
/
+2
2012-10-22
USB: ohci: move ohci_pci_{suspend,resume} to ohci-hcd.c
Florian Fainelli
2
-45
/
+45
2012-10-22
USB: ohci: allow platform driver to specify the number of ports
Florian Fainelli
2
-0
/
+6
2012-10-22
USB: EHCI: remove CNS3xxx EHCI platform driver
Florian Fainelli
3
-161
/
+5
2012-10-22
ARM: cns3xxx: use ehci platform driver
Florian Fainelli
1
-1
/
+43
2012-10-22
USB: EHCI: remove Alchemy EHCI driver
Florian Fainelli
2
-189
/
+0
2012-10-22
MIPS: Alchemy: use the ehci platform driver
Florian Fainelli
1
-1
/
+22
2012-10-22
USB: EHCI: add no_io_watchdog platform_data parameter to ehci-platform
Florian Fainelli
2
-0
/
+5
2012-10-22
USB: EHCI: remove Netlogic XLS EHCI driver
Florian Fainelli
2
-147
/
+0
2012-10-22
MIPS: Netlogic: use ehci-platform driver
Florian Fainelli
1
-1
/
+7
2012-10-22
USB: EHCI: remove Loongson 1B EHCI driver.
Florian Fainelli
2
-152
/
+0
2012-10-22
MIPS: Loongson 1B: use ehci-platform instead of ehci-ls1x.
Florian Fainelli
2
-1
/
+8
2012-10-22
USB: OHCI: remove ohci-pcc-soc driver.
Florian Fainelli
3
-231
/
+0
[next]