index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-31
USB: musb: clean up debugfs file and directory creation
Greg Kroah-Hartman
4
-52
/
+11
2018-05-31
USB: typec: tcpm: no need to check return value of debugfs_create_dir()
Greg Kroah-Hartman
1
-8
/
+3
2018-05-31
phy: tegra: select USB_COMMON
Arnd Bergmann
1
-0
/
+1
2018-05-31
usb: hub: Per-port setting to reduce TRSTRCY to 10 ms
Nicolas Boichat
1
-1
/
+5
2018-05-31
usb: hub: Per-port setting to use old enumeration scheme
Nicolas Boichat
3
-4
/
+33
2018-05-31
usb: xhci: tegra: Fix runtime PM support
Jon Hunter
1
-1
/
+1
2018-05-31
usb: chipidea: Fix ULPI on imx51
Andrey Smirnov
1
-1
/
+2
2018-05-31
usb: musb: remove an unused variable
Arnd Bergmann
1
-1
/
+0
2018-05-31
usb: dwc3: Remove DEBUG define from Qualcomm DWC3 glue driver
Douglas Anderson
1
-1
/
+0
2018-05-31
usb: host: ohci: fix sfr kernel warning in ohci-at91 driver
Prasanthi Chellakumar
1
-1
/
+1
2018-05-31
usb: core: message: remove extra endianness conversion in usb_set_isoch_delay
Ruslan Bilovol
1
-1
/
+1
2018-05-31
Merge tag 'usb-serial-4.18-rc1' of https://git.kernel.org/pub/scm/linux/kerne...
Greg Kroah-Hartman
5
-121
/
+97
2018-05-24
usb: xhci: tegra: Add support for managing powergates
Jon Hunter
1
-19
/
+49
2018-05-24
usb: xhci: tegra: Add runtime PM support
Jon Hunter
1
-26
/
+62
2018-05-24
usb: xhci: tegra: Prepare for adding runtime PM support
Jon Hunter
1
-17
/
+17
2018-05-24
usb-storage: Add compatibility quirk flags for G-Technologies G-Drive
Alexander Kappner
2
-0
/
+18
2018-05-24
usb-storage: Add support for FL_ALWAYS_SYNC flag in the UAS driver
Alexander Kappner
1
-0
/
+6
2018-05-24
usb: typec: wcove: Remove dependency on HW FSM
Heikki Krogerus
1
-2
/
+28
2018-05-24
usb: roles: intel_xhci: Enable runtime PM
Heikki Krogerus
1
-1
/
+13
2018-05-24
usb: typec: fusb302: Fix debugfs issue
Heikki Krogerus
1
-0
/
+1
2018-05-24
usb: roles: intel_xhci: Always allow user control
Heikki Krogerus
1
-21
/
+2
2018-05-24
usb: typec: Fix htmldocs warning
Heikki Krogerus
1
-1
/
+1
2018-05-24
usbip: vhci_sysfs: fix potential Spectre v1
Gustavo A. R. Silva
1
-8
/
+16
2018-05-24
usb: gadget: function: printer: avoid wrong list handling in printer_write()
Yoshihiro Shimoda
1
-3
/
+3
2018-05-24
typec: tcpm: Provide fwnode pointer as part of psy_cfg
Adam Thomson
1
-0
/
+2
2018-05-24
usb: mtu3: fix warning of sleep in atomic context in notifier callback
Chunfeng Yun
2
-9
/
+46
2018-05-24
usb: mtu3: reset gadget when VBUS_FALL interrupt arises
Chunfeng Yun
1
-1
/
+3
2018-05-24
usb: mtu3: avoid sleep in atomic context when enter test mode
Chunfeng Yun
1
-1
/
+1
2018-05-24
usb: mtu3: clear test_mode flag when reset
Chunfeng Yun
1
-0
/
+1
2018-05-24
usb: mtu3: fix uncontinuous SeqN issue after disable EP
Chunfeng Yun
1
-2
/
+12
2018-05-24
usb: mtu3: re-enable controller to accept LPM request after LPM resume
Chunfeng Yun
1
-1
/
+7
2018-05-24
xhci: debugfs: add debugfs interface to enable compliance mode for a port
Mathias Nyman
1
-1
/
+38
2018-05-24
xhci: debugfs: add usb ports to xhci debugfs
Mathias Nyman
1
-0
/
+48
2018-05-24
xhci: xhci-mem: remove port_arrays and the code initializing them
Mathias Nyman
2
-97
/
+11
2018-05-24
xhci-mtk: use xhci hub structures to get number of ports in roothubs
Mathias Nyman
1
-2
/
+2
2018-05-24
xhci: xhci-hub: use port structure members instead of xhci_get_ports()
Mathias Nyman
1
-24
/
+4
2018-05-24
xhci: use port structures instead of port arrays in xhci.c functions
Mathias Nyman
1
-28
/
+22
2018-05-24
xhci: change xhci_test_and_clear_bit() to use new port structure
Mathias Nyman
3
-26
/
+15
2018-05-24
xhci: change xhci_set_link_state() to work with port structures
Mathias Nyman
3
-22
/
+19
2018-05-24
xhci: rename faked_port_index to hcd_portnum
Mathias Nyman
1
-22
/
+19
2018-05-24
xhci: xhci-ring: use port structures for port event handler
Mathias Nyman
1
-71
/
+8
2018-05-24
xhci: xhci-hub: use new port structures for cas and wake mask functions.
Mathias Nyman
1
-11
/
+10
2018-05-24
xhci: xhci-hub: use new port structures to get port address instead of port a...
Mathias Nyman
1
-62
/
+78
2018-05-24
xhci: Add helper to get xhci roothub from hcd
Mathias Nyman
2
-0
/
+11
2018-05-24
xhci: set hcd pointers for xhci usb2 and usb3 roothub structures
Mathias Nyman
1
-0
/
+2
2018-05-24
xhci: Create new structures to store xhci port information
Mathias Nyman
2
-6
/
+73
2018-05-24
xhci: hisilicon: support HiSilicon STB xHCI host controller
Jianguo Sun
3
-0
/
+418
2018-05-24
usb: xhci: dbc: Add SPDX identifiers to dbc files
Lu Baolu
3
-1
/
+3
2018-05-24
Merge tag 'usb-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
53
-758
/
+5400
2018-05-22
usb: musb: gadget: fix to_musb_ep() to not return NULL
Bin Liu
1
-4
/
+1
[next]