index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
|
USB: serial: ftdi_sio: drop unnecessary urb_ variable prefixes
Johan Hovold
2018-05-21
1
-42
/
+41
|
|
*
|
|
|
USB: serial: ftdi_sio: use non-underscore fixed types
Johan Hovold
2018-05-21
1
-25
/
+25
|
|
*
|
|
|
USB: serial: ftdi_sio: fix IXON/IXOFF mixup
Johan Hovold
2018-05-21
1
-6
/
+2
|
|
*
|
|
|
USB: serial: use tty_port_register_device()
Johan Hovold
2018-05-17
2
-2
/
+3
|
|
*
|
|
|
USB: serial: option: blacklist unused dwm-158 interfaces
Giuseppe Lippolis
2018-05-02
1
-1
/
+2
|
|
|
/
/
/
|
*
|
|
|
usb: xhci: tegra: Add support for managing powergates
Jon Hunter
2018-05-24
1
-19
/
+49
|
*
|
|
|
usb: xhci: tegra: Add runtime PM support
Jon Hunter
2018-05-24
1
-26
/
+62
|
*
|
|
|
usb: xhci: tegra: Prepare for adding runtime PM support
Jon Hunter
2018-05-24
1
-17
/
+17
|
*
|
|
|
usb-storage: Add compatibility quirk flags for G-Technologies G-Drive
Alexander Kappner
2018-05-24
2
-0
/
+18
|
*
|
|
|
usb-storage: Add support for FL_ALWAYS_SYNC flag in the UAS driver
Alexander Kappner
2018-05-24
1
-0
/
+6
|
*
|
|
|
usb: typec: wcove: Remove dependency on HW FSM
Heikki Krogerus
2018-05-24
1
-2
/
+28
|
*
|
|
|
usb: roles: intel_xhci: Enable runtime PM
Heikki Krogerus
2018-05-24
1
-1
/
+13
|
*
|
|
|
usb: typec: fusb302: Fix debugfs issue
Heikki Krogerus
2018-05-24
1
-0
/
+1
|
*
|
|
|
usb: roles: intel_xhci: Always allow user control
Heikki Krogerus
2018-05-24
1
-21
/
+2
|
*
|
|
|
usb: typec: Fix htmldocs warning
Heikki Krogerus
2018-05-24
1
-1
/
+1
|
*
|
|
|
usbip: vhci_sysfs: fix potential Spectre v1
Gustavo A. R. Silva
2018-05-24
1
-8
/
+16
|
*
|
|
|
usb: gadget: function: printer: avoid wrong list handling in printer_write()
Yoshihiro Shimoda
2018-05-24
1
-3
/
+3
|
*
|
|
|
typec: tcpm: Provide fwnode pointer as part of psy_cfg
Adam Thomson
2018-05-24
1
-0
/
+2
|
*
|
|
|
usb: mtu3: fix warning of sleep in atomic context in notifier callback
Chunfeng Yun
2018-05-24
2
-9
/
+46
|
*
|
|
|
usb: mtu3: reset gadget when VBUS_FALL interrupt arises
Chunfeng Yun
2018-05-24
1
-1
/
+3
|
*
|
|
|
usb: mtu3: avoid sleep in atomic context when enter test mode
Chunfeng Yun
2018-05-24
1
-1
/
+1
|
*
|
|
|
usb: mtu3: clear test_mode flag when reset
Chunfeng Yun
2018-05-24
1
-0
/
+1
|
*
|
|
|
usb: mtu3: fix uncontinuous SeqN issue after disable EP
Chunfeng Yun
2018-05-24
1
-2
/
+12
|
*
|
|
|
usb: mtu3: re-enable controller to accept LPM request after LPM resume
Chunfeng Yun
2018-05-24
1
-1
/
+7
|
*
|
|
|
xhci: debugfs: add debugfs interface to enable compliance mode for a port
Mathias Nyman
2018-05-24
1
-1
/
+38
|
*
|
|
|
xhci: debugfs: add usb ports to xhci debugfs
Mathias Nyman
2018-05-24
1
-0
/
+48
|
*
|
|
|
xhci: xhci-mem: remove port_arrays and the code initializing them
Mathias Nyman
2018-05-24
2
-97
/
+11
|
*
|
|
|
xhci-mtk: use xhci hub structures to get number of ports in roothubs
Mathias Nyman
2018-05-24
1
-2
/
+2
|
*
|
|
|
xhci: xhci-hub: use port structure members instead of xhci_get_ports()
Mathias Nyman
2018-05-24
1
-24
/
+4
|
*
|
|
|
xhci: use port structures instead of port arrays in xhci.c functions
Mathias Nyman
2018-05-24
1
-28
/
+22
|
*
|
|
|
xhci: change xhci_test_and_clear_bit() to use new port structure
Mathias Nyman
2018-05-24
3
-26
/
+15
|
*
|
|
|
xhci: change xhci_set_link_state() to work with port structures
Mathias Nyman
2018-05-24
3
-22
/
+19
|
*
|
|
|
xhci: rename faked_port_index to hcd_portnum
Mathias Nyman
2018-05-24
1
-22
/
+19
|
*
|
|
|
xhci: xhci-ring: use port structures for port event handler
Mathias Nyman
2018-05-24
1
-71
/
+8
|
*
|
|
|
xhci: xhci-hub: use new port structures for cas and wake mask functions.
Mathias Nyman
2018-05-24
1
-11
/
+10
|
*
|
|
|
xhci: xhci-hub: use new port structures to get port address instead of port a...
Mathias Nyman
2018-05-24
1
-62
/
+78
|
*
|
|
|
xhci: Add helper to get xhci roothub from hcd
Mathias Nyman
2018-05-24
2
-0
/
+11
|
*
|
|
|
xhci: set hcd pointers for xhci usb2 and usb3 roothub structures
Mathias Nyman
2018-05-24
1
-0
/
+2
|
*
|
|
|
xhci: Create new structures to store xhci port information
Mathias Nyman
2018-05-24
2
-6
/
+73
|
*
|
|
|
xhci: hisilicon: support HiSilicon STB xHCI host controller
Jianguo Sun
2018-05-24
3
-0
/
+418
|
*
|
|
|
usb: xhci: dbc: Add SPDX identifiers to dbc files
Lu Baolu
2018-05-24
3
-1
/
+3
|
*
|
|
|
Merge tag 'usb-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
2018-05-24
53
-758
/
+5400
|
|
\
\
\
\
|
|
*
|
|
|
usb: dwc2: gadget: Fix coverity issue
Grigor Tovmasyan
2018-05-21
1
-1
/
+1
|
|
*
|
|
|
usb: gadget: udc: renesas_usb3: fix double phy_put()
Yoshihiro Shimoda
2018-05-21
1
-2
/
+0
|
|
*
|
|
|
usb: gadget: udc: renesas_usb3: disable the controller's irqs for reconnecting
Yoshihiro Shimoda
2018-05-21
1
-0
/
+7
|
|
*
|
|
|
usb: gadget: udc: renesas_usb3: should fail if devm_phy_get() returns error
Yoshihiro Shimoda
2018-05-21
1
-3
/
+5
|
|
*
|
|
|
usb: gadget: udc: renesas_usb3: should call devm_phy_get() before add udc
Yoshihiro Shimoda
2018-05-21
1
-8
/
+8
|
|
*
|
|
|
usb: gadget: udc: renesas_usb3: should call pm_runtime_enable() before add udc
Yoshihiro Shimoda
2018-05-21
1
-1
/
+1
|
|
*
|
|
|
usb: gadget: udc: renesas_usb3: should remove debugfs
Yoshihiro Shimoda
2018-05-21
1
-1
/
+7
|
|
*
|
|
|
usb: dwc3: gadget: Fix list_del corruption in dwc3_ep_dequeue
Mayank Rana
2018-05-21
1
-1
/
+1
[prev]
[next]