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
2011-03-14
usb: Make core allocate resources per PCI-device.
Sarah Sharp
1
-19
/
+89
2011-03-14
usb: Store bus type in usb_hcd, not in driver flags.
Sarah Sharp
1
-3
/
+4
2011-03-14
usb: Change usb_hcd->bandwidth_mutex to a pointer.
Sarah Sharp
3
-16
/
+25
2011-03-14
usb: Refactor irq enabling out of usb_add_hcd()
Sarah Sharp
1
-32
/
+43
2011-03-14
usb: Make usb_hcd_pci_probe labels more descriptive.
Sarah Sharp
1
-10
/
+10
2011-03-14
xhci: Change hcd_priv into a pointer.
Sarah Sharp
2
-8
/
+30
2011-03-14
xhci: Always use usb_hcd in URB instead of converting xhci_hcd.
Sarah Sharp
2
-5
/
+6
2011-03-14
xhci: Modify check for TT info.
Sarah Sharp
1
-3
/
+2
2011-03-14
usb: Make USB 3.0 roothub have a SS EP comp descriptor.
Sarah Sharp
1
-6
/
+9
2011-03-14
USB: Clear "warm" port reset change.
Sarah Sharp
1
-0
/
+8
2011-03-14
USB 3.0 Hub Changes
John Youn
15
-42
/
+102
2011-03-14
xhci: Remove references to HC_STATE_RUNNING.
Sarah Sharp
2
-2
/
+0
2011-03-14
usb: Initialize hcd->state roothubs.
Sarah Sharp
1
-0
/
+1
2011-03-14
xhci: Remove references to HC_STATE_HALT.
Sarah Sharp
2
-8
/
+2
2011-03-14
xHCI: prolong host controller halt time limit
Andiry Xu
2
-3
/
+3
2011-03-14
xHCI: Remove redundant variable in xhci_resume()
Andiry Xu
1
-6
/
+1
2011-03-14
xhci: Rename variables and reduce register reads.
Sarah Sharp
2
-22
/
+25
2011-03-14
xhci: Rework port suspend structures for limited ports.
Sarah Sharp
3
-23
/
+16
2011-03-14
USB: Fix usb_add_hcd() checkpatch errors.
Sarah Sharp
1
-4
/
+7
2011-03-14
USB: Remove bitmap #define from hcd.h
Sarah Sharp
13
-37
/
+36
2011-03-14
xhci: Remove old no-op test.
Sarah Sharp
3
-35
/
+0
2011-03-14
usb: Always return 0 or -EBUSY to the runtime PM core.
Sarah Sharp
1
-0
/
+5
2011-03-12
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tglx/l...
Russell King
15
-64
/
+102
2011-03-12
usb-storage: fix menu ordering
Randy Dunlap
1
-15
/
+15
2011-03-12
usb-storage: ene_ub6250 depends on USB_STORAGE
Randy Dunlap
1
-0
/
+1
2011-03-12
USB: ene_ub6250: fix memory leak in ene_load_bincode()
Dan Carpenter
1
-4
/
+0
2011-03-12
USB: ehci: tegra: Align DMA transfers to 32 bytes
Robert Morell
1
-0
/
+90
2011-03-12
usb: host: Add EHCI driver for NVIDIA Tegra SoCs
Benoit Goby
3
-0
/
+638
2011-03-12
usb: otg: Add ulpi viewport access ops
Benoit Goby
3
-0
/
+88
2011-03-12
USB: serial: ch341: add new id
wangyanqing
1
-0
/
+1
2011-03-12
USB: Only treat lasting over-current conditions as errors
Paul Bolle
1
-5
/
+19
2011-03-12
ehci-atmel: fix section mismatch warning
Hubert Feurstein
1
-3
/
+3
2011-03-11
Merge branch 'for_2.6.39/pm-misc' of ssh://master.kernel.org/pub/scm/linux/ke...
Tony Lindgren
2
-5
/
+11
2011-03-10
Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into dev...
Russell King
2
-6
/
+1
2011-03-10
USB: serial: ftdi_sio: adding support for OLIMEX ARM-USB-OCD-H
JF Argentino
2
-0
/
+3
2011-03-10
USB: serial: option: Apply OPTION_BLACKLIST_SENDSETUP also for ZTE MF626
Herton Ronaldo Krzesinski
1
-1
/
+2
2011-03-10
USB OTG Langwell: use simple IPC command to control VBus power.
Hao Wu
1
-37
/
+11
2011-03-08
Staging: Merge ENE UB6250 SD card codes from keucr to drivers/usb/storage
huajun li
5
-0
/
+850
2011-03-07
USB: s3c2410_udc: Add common implementation for GPIO controlled pullups
Lars-Peter Clausen
1
-9
/
+51
2011-03-07
USB: OHCI: use pci_dev->revision
Sergei Shtylyov
1
-2
/
+2
2011-03-07
USB: Rename "msm72k_otg.c" to "msm_otg.c"
Pavankumar Kondeti
5
-4
/
+4
2011-03-07
usb/isp1760: Fix crash when unplugging bug
Arvid Brodin
1
-4
/
+3
2011-03-07
USB: move usbcore away from hcd->state
Alan Stern
2
-21
/
+47
2011-03-07
ARM: imx3x: clean up ARCH_MX3X
Richard Zhao
1
-1
/
+1
2011-03-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-5
/
+10
2011-03-03
Merge branch 'devel-cleanup' into omap-for-linus
Tony Lindgren
13
-59
/
+91
2011-03-03
USB: Remove unused timeout from io_edgeport.c
Huzaifa Sidhpurwala
1
-3
/
+0
2011-03-03
USB: Remove unused is_iso from fsl_udc_core.c
Huzaifa Sidhpurwala
1
-2
/
+0
2011-03-03
USB: Remove delay_t unused variable from sierra_ms.c driver initialisation code
Huzaifa Sidhpurwala
1
-2
/
+0
2011-03-03
usb-gadget: fix warning in ethernet
Stephen Hemminger
1
-1
/
+1
[prev]
[next]