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
path:
root
/
drivers
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-12
Merge tag 'musb-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
22
-654
/
+866
2012-09-12
Merge tag 'dwc3-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
4
-155
/
+170
2012-09-12
Merge tag 'xceiv-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Greg Kroah-Hartman
25
-143
/
+1946
2012-09-12
Merge tag 'gadget-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
59
-1343
/
+3256
2012-09-11
usb: musb: dsps: remove explicit NOP device creation
Ajay Kumar Gupta
1
-2
/
+1
2012-09-11
usb: musb: dsps: add dt support
Ajay Kumar Gupta
1
-9
/
+51
2012-09-11
usb: musb: am335x: add support for dual instance
B, Ravi
1
-32
/
+49
2012-09-11
usb: musb: kill global and static for multi instance
Ajay Kumar Gupta
3
-20
/
+14
2012-09-11
usb: musb: add musb_ida for multi instance support
B, Ravi
10
-69
/
+210
2012-09-11
usb: musb: omap: Add device tree support for omap musb glue
Kishon Vijay Abraham I
1
-0
/
+54
2012-09-11
usb: musb: omap: write directly to mailbox instead of using phy
Kishon Vijay Abraham I
2
-7
/
+54
2012-09-11
USB/host: Cleanup unneccessary irq disable code
Chuansheng Liu
3
-18
/
+2
2012-09-11
usb: add little-endian transform for DeviceRemovable of usb3.0 hub
Lan Tianyu
1
-1
/
+2
2012-09-11
usb : Add sysfs files to control port power.
Lan Tianyu
1
-1
/
+132
2012-09-11
usb: Fail a get config when the port is powered off.
Lan Tianyu
1
-0
/
+2
2012-09-11
usb/acpi: Use ACPI methods to power off ports.
Lan Tianyu
2
-0
/
+74
2012-09-11
xhci: Handle clear PORT_POWER feature.
Lan Tianyu
1
-0
/
+4
2012-09-11
usb/acpi: Store info on device removability.
Lan Tianyu
3
-35
/
+80
2012-09-11
usb/acpi: Bind ACPI node to USB port, not usb_device.
Lan Tianyu
3
-15
/
+79
2012-09-10
usb: move children to struct usb_port
Lan Tianyu
3
-31
/
+54
2012-09-10
usb: make usb port a real device
Lan Tianyu
1
-16
/
+75
2012-09-10
usb/core: use bin2bcd() for bcdDevice in RH
Sebastian Andrzej Siewior
1
-3
/
+3
2012-09-10
usbfs: Add a new disconnect-and-claim ioctl (v2)
Hans de Goede
1
-0
/
+35
2012-09-10
usb: gadget serial: don't shift bcd version left by 16
Sebastian Andrzej Siewior
1
-1
/
+1
2012-09-10
usb: otg: mxs-phy: Fix mx23 operation
Mike Thompson
1
-3
/
+35
2012-09-10
usb: dwc3: add basic PHY support
Felipe Balbi
2
-0
/
+20
2012-09-10
usb: dwc3: exynos: add nop transceiver support
Felipe Balbi
1
-0
/
+66
2012-09-10
usb: dwc3: omap: add nop transceiver support
Felipe Balbi
1
-0
/
+66
2012-09-10
usb: dwc3: pci: add nop transceiver support
Felipe Balbi
1
-0
/
+67
2012-09-10
usb: otg: move the dereference below the NULL test
Wei Yongjun
1
-10
/
+24
2012-09-10
usb: gadget: add module.h to u_ether.c
Sebastian Andrzej Siewior
1
-0
/
+1
2012-09-10
usb: gadget: remove usb_gadget_controller_number()
Sebastian Andrzej Siewior
18
-311
/
+13
2012-09-10
usb: gadget: at91_udc: fix dt support
Fabio Porcedda
1
-1
/
+1
2012-09-10
usb: gadget: at91_udc: move the dereference below the NULL test
Wei Yongjun
1
-1
/
+2
2012-09-10
usb: gadget: libcomposite: move MODULE_VERSION to composite.c
Sebastian Andrzej Siewior
2
-1
/
+3
2012-09-10
usb: gadget: libcomposite: move composite.c into libcomposite
Sebastian Andrzej Siewior
19
-51
/
+25
2012-09-10
usb: gadget: Provide a default implementation of default manufacturer string
Sebastian Andrzej Siewior
18
-137
/
+31
2012-09-10
usb: gadget: remove string override from struct usb_composite_driver
Sebastian Andrzej Siewior
4
-28
/
+13
2012-09-10
usb: gadget: push iProduct into gadgets
Sebastian Andrzej Siewior
1
-10
/
+11
2012-09-10
usb: gadget: push iManufacturer into gadgets
Sebastian Andrzej Siewior
1
-9
/
+11
2012-09-10
usb: gadget: push iSerialNumber into gadgets
Sebastian Andrzej Siewior
3
-12
/
+35
2012-09-10
usb: gadget: make sure each gadget is using same index for Product, Serial,…
Sebastian Andrzej Siewior
16
-117
/
+84
2012-09-10
usb: gadget: push VID/PID/USB BCD module option into gadgets
Sebastian Andrzej Siewior
17
-28
/
+79
2012-09-10
usb: gadget: move usb_gadget_controller_number() into a .c file and libcomposite
Sebastian Andrzej Siewior
3
-76
/
+96
2012-09-10
usb: gadget: initialize the strings in tcm_usb_gadget properly
Sebastian Andrzej Siewior
2
-19
/
+28
2012-09-10
usb: gadget: make g_printer enumerate again
Sebastian Andrzej Siewior
1
-63
/
+65
2012-09-10
usb: gadget: use usb_string_ids_tab instead multiple usb_string_id()
Sebastian Andrzej Siewior
11
-137
/
+46
2012-09-10
usb: gadget: make composite module options readonly only
Sebastian Andrzej Siewior
1
-12
/
+8
2012-09-10
usb: gadget: remove bufsiz from struct usb_composite_dev
Sebastian Andrzej Siewior
1
-1
/
+0
2012-09-10
usb: gadget: move USB_BUFSIZ into global composite.h
Sebastian Andrzej Siewior
2
-7
/
+5
[next]