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
2017-08-28
usb: misc: ftdi-elan: fix duplicated code for different branches
Gustavo A. R. Silva
1
-26
/
+1
2017-08-28
USB: core: Avoid race of async_completed() w/ usbdev_release()
Douglas Anderson
1
-2
/
+2
2017-08-28
usb: make device_type const
Bhumika Goyal
1
-1
/
+1
2017-08-28
USB: musb: dsps: add explicit runtime resume at suspend
Johan Hovold
1
-2
/
+11
2017-08-28
USB: musb: fix external abort on suspend
Johan Hovold
1
-8
/
+10
2017-08-28
usb: musb: fix endpoint fifo allocation for 4KB fifo memory
Bin Liu
1
-2
/
+2
2017-08-28
usb: musb: print an error message when high bandwidth is unsupported
Bin Liu
1
-0
/
+4
2017-08-28
usb: musb: print an error message when hwep alloc failed
Bin Liu
1
-0
/
+4
2017-08-28
usb: musb: add helper function musb_ep_xfertype_string
Bin Liu
2
-5
/
+25
2017-08-28
Merge tag 'usb-ci-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Greg Kroah-Hartman
5
-7
/
+163
2017-08-26
scsi: uas: move eh_bus_reset_handler to eh_device_reset_handler
Hannes Reinecke
1
-2
/
+2
2017-08-24
usb: chipidea: Add support for Tegra20/30/114/124
Thierry Reding
2
-0
/
+156
2017-08-24
usb: chipidea: udc: Support SKB alignment quirk
Dmitry Osipenko
1
-0
/
+3
2017-08-22
Merge tag 'usb-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
29
-94
/
+729
2017-08-18
usb: gadget: f_ncm/u_ether: Move 'SKB reserve' quirk setup to u_ether
Dmitry Osipenko
3
-4
/
+1
2017-08-18
usb: gadget: serial: fix oops when data rx'd after close
Stephen Warren
1
-1
/
+1
2017-08-18
USB: Gadget core: fix inconsistency in the interface tousb_add_gadget_udc_rel...
Alan Stern
1
-6
/
+9
2017-08-17
xhci: rework bus_resume and check ports are suspended before resuming them.
Mathias Nyman
1
-43
/
+51
2017-08-17
usb: Increase root hub reset signaling time to prevent retry
Mathias Nyman
1
-1
/
+1
2017-08-17
xhci: add port status tracing
Mathias Nyman
2
-0
/
+25
2017-08-17
xhci: rename temp and temp1 variables
Mathias Nyman
1
-10
/
+10
2017-08-17
xhci: Add port status decoder for tracing purposes
Mathias Nyman
1
-0
/
+81
2017-08-17
xhci: add definitions for all port link states
Mathias Nyman
1
-1
/
+8
2017-08-17
usb: host: xhci: rcar: Add support for R-Car H3 ES2.0
Yoshihiro Shimoda
1
-1
/
+6
2017-08-17
usb: host: xhci: plat: re-fact xhci_plat_priv for R-Car Gen3
Yoshihiro Shimoda
1
-9
/
+1
2017-08-17
usb: host: xhci: rcar: Add firmware_name selection by soc_device_match()
Yoshihiro Shimoda
1
-1
/
+32
2017-08-16
usb: gadget: udc: Replace the deprecated extcon API
Chanwoo Choi
1
-3
/
+3
2017-08-15
usb: phy: Add USB charger support
Baolin Wang
1
-0
/
+272
2017-08-15
usb: gadget: f_fs: Pass along set_halt errors.
Jerry Zhang
1
-4
/
+3
2017-08-15
usb: bdc: Add support for USB phy
Al Cooper
2
-2
/
+75
2017-08-15
usb: bdc: Enable in Kconfig for ARCH_BRCMSTB systems
Al Cooper
1
-0
/
+1
2017-08-15
usb: bdc: fix "xsf for ep not enabled" errror
Al Cooper
1
-3
/
+4
2017-08-15
usb: bdc: Add support for suspend/resume
Al Cooper
2
-0
/
+37
2017-08-15
usb: bdc: hook a quick Device Tree compatible string
Florian Fainelli
2
-2
/
+10
2017-08-15
usb: bdc: Small code cleanup
Al Cooper
1
-7
/
+8
2017-08-15
usb: bdc: Add clock enable for new chips with a separate BDC clock
Al Cooper
1
-0
/
+15
2017-08-15
usb: bdc: Fix misleading register names
Al Cooper
3
-18
/
+18
2017-08-15
usb: gadget: add RNDIS configfs options for class/subclass/protocol
David Lechner
3
-0
/
+59
2017-08-15
usb: phy-tahvo: constify attribute_group structures.
Arvind Yadav
1
-1
/
+1
2017-08-15
usb: phy-mv-usb: constify attribute_group structures.
Arvind Yadav
1
-1
/
+1
2017-08-15
usb: dwc2: skip L2 state of hcd if controller work in device mode
Meng Dongyang
1
-0
/
+6
2017-08-15
usb: renesas_usbhs: gadget: fix spin_lock_init() for &uep->lock
Yoshihiro Shimoda
1
-1
/
+1
2017-08-15
usb: gadget: core: unmap request from DMA only if previously mapped
Jack Pham
1
-1
/
+4
2017-08-15
usb: gadget: allow serial gadget console on other configs
Thadeu Lima de Souza Cascardo
1
-1
/
+1
2017-08-15
usb: dwc2: gadget: make usb_ep_ops const
Bhumika Goyal
1
-1
/
+1
2017-08-15
usb: gadget: udc: renesas_usb3: make usb_ep_ops const
Bhumika Goyal
1
-1
/
+1
2017-08-15
usb: renesas_usbhs: gadget: make usb_ep_ops const
Bhumika Goyal
1
-1
/
+1
2017-08-15
usb: dwc3: of-simple: remove include of clk-provider.h
Shawn Guo
1
-2
/
+2
2017-08-15
usb: gadget: f_midi: Use snd_card_free_when_closed with refcount
Jerry Zhang
1
-5
/
+17
2017-08-15
usb: gadget: f_midi: add super speed support
Badhri Jagan Sridharan
1
-3
/
+39
[prev]
[next]