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.14.y
linux-6.15.y
linux-6.16.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-07-02
usb: gadget: defer setting maxpacket till ->setup()
Sebastian Andrzej Siewior
6
-17
/
+20
2011-07-02
usb: gadget: allow multiple gadgets to be built
Felipe Balbi
3
-237
/
+66
2011-07-02
usb: musb: choose correct fifo_mode
Felipe Balbi
1
-3
/
+8
2011-07-02
usb: musb: drop a gigantic amount of ifdeferry
Felipe Balbi
14
-305
/
+10
2011-07-02
usb: musb: be careful when using different fifo_modes
Felipe Balbi
1
-2
/
+20
2011-07-02
usb: gadget: dummy_hcd: move common bits of suspend/resume into one function
Sebastian Andrzej Siewior
1
-19
/
+18
2011-07-02
usb: gadget: remove net2280_set_fifo_mode()
Sebastian Andrzej Siewior
2
-66
/
+0
2011-07-02
usb: gadget: dummy_hcd: use less checks for USB_SPEED_SUPER
Sebastian Andrzej Siewior
1
-16
/
+14
2011-07-02
usb: gadget: dummy_hcd: use gadget_to_dummy_hcd() where possible
Sebastian Andrzej Siewior
1
-8
/
+3
2011-07-02
usb: gadget: dummy_hcd: set gadget.is_otg before calling bind()
Sebastian Andrzej Siewior
1
-7
/
+8
2011-07-02
usb: gadget: dummy_hcd: use dummy_pullup() instead of open coding
Sebastian Andrzej Siewior
1
-27
/
+7
2011-07-02
usb: gadget: chips: remove ifdef trickery
Felipe Balbi
1
-149
/
+33
2011-07-02
usb: gadget: ci13xx_udc: fix usb_ep_enable() call
Felipe Balbi
1
-2
/
+5
2011-07-02
usb: gadget: s3c2410_udc: use platform ids instead
Sebastian Andrzej Siewior
1
-20
/
+9
2011-07-02
usb: gadget: add platform module alias where it is missing
Sebastian Andrzej Siewior
5
-1
/
+5
2011-07-02
usb: gadget: net2272: cleanup pci_register_driver() error path
Sebastian Andrzej Siewior
1
-5
/
+26
2011-07-02
usb: gadget: dummy_hcd: add 'is_high_speed' parameter
Tatyana Brokhman
1
-5
/
+15
2011-07-02
usb: gadget: dummy_hcd: add SuperSpeed support
Tatyana Brokhman
2
-88
/
+477
2011-07-02
usb: gadget: dummy_hcd: use the shared_hcd infrastructure
Tatyana Brokhman
1
-237
/
+270
2011-07-02
usb: gadget: add SuperSpeed support to the Gadget Framework
Tatyana Brokhman
3
-21
/
+248
2011-07-02
usb: gadget: add max_speed to usb_composite_driver
Tatyana Brokhman
13
-0
/
+14
2011-07-02
usb: musb: update musb_platform_ops docs to match code
Mike Frysinger
1
-1
/
+1
2011-06-28
usb: gadget: add streams support to the gadget framework
Tatyana Brokhman
1
-25
/
+100
2011-06-28
usb: gadget: coding style fix
Tatyana Brokhman
2
-16
/
+48
2011-06-28
usb: gadget: use config_ep_by_speed() instead of ep_choose()
Tatyana Brokhman
14
-294
/
+126
2011-06-28
usb: gadget: configure endpoint according to gadget speed
Tatyana Brokhman
2
-0
/
+86
2011-06-28
usb: gadget: add usb_endpoint_descriptor to struct usb_ep
Tatyana Brokhman
25
-108
/
+104
2011-06-28
usb: gadget: convert all users to the new udc infrastructure
Sebastian Andrzej Siewior
26
-143
/
+388
2011-06-28
usb: gadget: introduce UDC Class
Felipe Balbi
1
-0
/
+418
2011-06-16
USB: deprecate g_file_storage
Alan Stern
2
-7
/
+9
2011-06-15
usb: renesas_usbhs: fixup connection fail
Kuninori Morimoto
3
-3
/
+12
2011-06-14
Merge 3.0-rc2 into usb-linus as it's needed by some USB patches
Greg Kroah-Hartman
30
-49
/
+186
2011-06-09
USB: serial: add another 4N-GALAXY.DE PID to ftdi_sio driver
Steffen Sledz
2
-0
/
+2
2011-06-08
Revert "USB: option: add ID for ZTE MF 330"
Greg Kroah-Hartman
1
-5
/
+0
2011-06-07
usb: renesas_usbhs: add DMAEngine support
Kuninori Morimoto
7
-3
/
+516
2011-06-07
usb: renesas_usbhs: tidyup pio handler name
Kuninori Morimoto
3
-13
/
+13
2011-06-07
usb: renesas_usbhs: tifyup packet start timing
Kuninori Morimoto
2
-17
/
+11
2011-06-07
usb: renesas_usbhs: add pipe/fifo link
Kuninori Morimoto
4
-12
/
+55
2011-06-07
usb: renesas_usbhs: add usbhsf_fifo
Kuninori Morimoto
4
-24
/
+77
2011-06-07
usb: renesas_usbhs: shrink spin lock area
Kuninori Morimoto
4
-291
/
+177
2011-06-07
usb: renesas_usbhs: remove usbhsg_queue_get
Kuninori Morimoto
1
-19
/
+5
2011-06-07
usb: renesas_usbhs: modify data transfer interrupt
Kuninori Morimoto
5
-294
/
+204
2011-06-07
usb: renesas_usbhs: modify data transfer method
Kuninori Morimoto
3
-163
/
+148
2011-06-07
usb: renesas_usbhs: modify packet queue control method
Kuninori Morimoto
5
-24
/
+53
2011-06-07
usb: renesas_usbhs: divide data transfer functions
Kuninori Morimoto
6
-60
/
+150
2011-06-07
usb: renesas_usbhs: fifo became independent from pipe.
Kuninori Morimoto
7
-251
/
+290
2011-06-07
usb: renesas_usbhs: modify pipe direction flags
Kuninori Morimoto
2
-1
/
+11
2011-06-07
ehci-hcd: remove EOL from MODULE_PARM_DESC for 'hird' option
Niels de Vos
1
-1
/
+1
2011-06-07
USB: wusbcore: return negative error codes
Dan Carpenter
1
-2
/
+2
2011-06-07
drivers/usb/host/ohci-pxa27x.c: add missing clk_put
Julia Lawall
1
-2
/
+5
[next]