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
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-07
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
Yang Hongyang
2
-2
/
+2
2009-04-07
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
Yang Hongyang
1
-1
/
+1
2009-03-28
Merge branch 'origin' into devel
Russell King
24
-128
/
+338
2009-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
22
-124
/
+333
2009-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
2
-3
/
+3
2009-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
Linus Torvalds
1
-1
/
+2
2009-03-25
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tmli...
Russell King
2
-7
/
+6
2009-03-25
USB: FHCI: use dev_name() in place of bus_id.
Sachin Sant
2
-3
/
+3
2009-03-25
USB: isp1760: Add a delay before reading the SKIPMAP registers in isp1760-hcd.c
Catalin Marinas
1
-0
/
+14
2009-03-25
USB: r8a66597-hcd: suspend/resume support
Yoshihiro Shimoda
2
-1
/
+102
2009-03-25
USB: S3C: Move usb-control.h to platform include
Ben Dooks
1
-2
/
+1
2009-03-25
USB: ohci-hcd: Add ARCH_S3C24XX to the ohci-s3c2410.c glue
Ben Dooks
1
-1
/
+1
2009-03-25
USB: host: fix sparse warning: Using plain integer as NULL pointer
Hannes Eder
1
-1
/
+1
2009-03-25
USB: ohci-s3c2410: fix name of bus clock
Ben Dooks
1
-1
/
+1
2009-03-25
USB: ohci-s3c2410: remove <mach/hardware.h> include
Ben Dooks
1
-1
/
+0
2009-03-25
USB: use kzfree()
Johannes Weiner
1
-2
/
+1
2009-03-25
USB: make transfer_buffer_lengths in struct urb field u32
Greg Kroah-Hartman
3
-4
/
+4
2009-03-25
USB: uhci: don't use pseudo negative values
Alan Stern
2
-8
/
+7
2009-03-25
USB: fix ehci printk formats
Randy Dunlap
1
-1
/
+1
2009-03-25
USB: replace uses of __constant_{endian}
Harvey Harrison
7
-29
/
+29
2009-03-25
USB: Add platform device support for the ISP1760 USB chip
Catalin Marinas
2
-17
/
+80
2009-03-25
USB: Make the isp1760_register function prototype more generic
Catalin Marinas
2
-6
/
+8
2009-03-25
USB: EHCI: add software retry for transaction errors
Alan Stern
2
-0
/
+35
2009-03-25
USB: EHCI: Make timer_action out-of-line
Alan Stern
2
-34
/
+36
2009-03-25
usb: kill prehistorical comments about USB_EHCI_HCD
Thierry Vignaud
1
-4
/
+1
2009-03-25
USB: add missing KERN_* constants to printks
Frank Seidel
1
-4
/
+4
2009-03-25
USB: count reaches -1, tested 0
Roel Kluin
1
-1
/
+1
2009-03-25
USB: drivers: use USB API functions rather than constants
Julia Lawall
1
-8
/
+7
2009-03-18
USB: EHCI: expedite unlinks when the root hub is suspended
Alan Stern
1
-1
/
+2
2009-03-18
USB: EHCI: Fix isochronous URB leak
Karsten Wiese
1
-6
/
+4
2009-03-16
sh: Add OHCI USB support for SH7786
Kuninori Morimoto
1
-1
/
+2
2009-03-14
Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into devel
Russell King
9
-15
/
+61
2009-02-28
USB: EHCI: slow down ITD reuse
Karsten Wiese
4
-8
/
+57
2009-02-21
[ARM] 5406/1: ep93xx: remove unneeded header in ohci-ep93xx.c
Hartley Sweeten
1
-2
/
+0
2009-02-18
USB/PCI: Fix resume breakage of controllers behind cardbus bridges
Rafael J. Wysocki
3
-3
/
+0
2009-02-16
wusb: whci-hcd: always lock whc->lock with interrupts disabled
David Vrabel
2
-4
/
+4
2009-02-02
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Vrabel
15
-12
/
+3869
2009-01-28
USB: Driver for Freescale QUICC Engine USB Host Controller
Anton Vorontsov
10
-0
/
+3861
2009-01-28
USB: omap1 ohci buildfix (otg related)
David Brownell
1
-0
/
+1
2009-01-28
USB: Fix suspend-resume of PCI USB controllers
Rafael J. Wysocki
3
-3
/
+0
2009-01-28
USB: don't enable wakeup by default for PCI host controllers
Alan Stern
2
-6
/
+4
2009-01-24
[ARM] omap: ensure OMAP drivers pass a struct device to clk_get()
Russell King
1
-3
/
+3
2009-01-22
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Vrabel
20
-142
/
+4714
2009-01-07
USB: automatically enable wakeup for PCI host controllers
Alan Stern
3
-10
/
+16
2009-01-07
USB: fix up suspend and resume for PCI host controllers
Alan Stern
3
-0
/
+6
2009-01-07
USB: isp1760: don't auto disable Port1 on ISP1761
Thomas Hommel
3
-11
/
+6
2009-01-07
USB: isp1760: Fix probe in PCI glue code
Karl Bongers
1
-42
/
+55
2009-01-07
USB: isp1760: use a specific PLX bridge instead of any bdridge
Sebastian Andrzej Siewior
1
-6
/
+10
2009-01-07
USB: m66592 and r8a66597 resource changes
Magnus Damm
1
-5
/
+3
2009-01-07
USB: Convert ohci-pnx4008 to a new-style i2c driver
Jean Delvare
1
-49
/
+36
[next]