summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* USB: ohci: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-05-313-44/+9
* USB: uhci: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-05-311-11/+4
* USB: mon: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-05-311-30/+7
* USB: mtu3: no need to check return value of debugfs_create_dir()Greg Kroah-Hartman2018-05-311-4/+0
* USB: musb: clean up debugfs file and directory creationGreg Kroah-Hartman2018-05-314-52/+11
* USB: typec: tcpm: no need to check return value of debugfs_create_dir()Greg Kroah-Hartman2018-05-311-8/+3
* phy: tegra: select USB_COMMONArnd Bergmann2018-05-311-0/+1
* usb: hub: Per-port setting to reduce TRSTRCY to 10 msNicolas Boichat2018-05-311-1/+5
* usb: hub: Per-port setting to use old enumeration schemeNicolas Boichat2018-05-313-4/+33
* usb: xhci: tegra: Fix runtime PM supportJon Hunter2018-05-311-1/+1
* usb: chipidea: Fix ULPI on imx51Andrey Smirnov2018-05-311-1/+2
* usb: musb: remove an unused variableArnd Bergmann2018-05-311-1/+0
* usb: dwc3: Remove DEBUG define from Qualcomm DWC3 glue driverDouglas Anderson2018-05-311-1/+0
* usb: host: ohci: fix sfr kernel warning in ohci-at91 driverPrasanthi Chellakumar2018-05-311-1/+1
* usb: core: message: remove extra endianness conversion in usb_set_isoch_delayRuslan Bilovol2018-05-311-1/+1
* Merge tag 'usb-serial-4.18-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2018-05-315-121/+97
|\
| * USB: serial: pl2303: add support for tx xon/xoff flow controlFlorian Zumbiehl2018-05-221-1/+15
| * USB: serial: ftdi_sio: clean up flow control managementJohan Hovold2018-05-211-58/+23
| * USB: serial: ftdi_sio: drop unnecessary urb_ variable prefixesJohan Hovold2018-05-211-42/+41
| * USB: serial: ftdi_sio: use non-underscore fixed typesJohan Hovold2018-05-211-25/+25
| * USB: serial: ftdi_sio: fix IXON/IXOFF mixupJohan Hovold2018-05-211-6/+2
| * USB: serial: use tty_port_register_device()Johan Hovold2018-05-172-2/+3
| * USB: serial: option: blacklist unused dwm-158 interfacesGiuseppe Lippolis2018-05-021-1/+2
* | usb: xhci: tegra: Add support for managing powergatesJon Hunter2018-05-241-19/+49
* | usb: xhci: tegra: Add runtime PM supportJon Hunter2018-05-241-26/+62
* | usb: xhci: tegra: Prepare for adding runtime PM supportJon Hunter2018-05-241-17/+17
* | usb-storage: Add compatibility quirk flags for G-Technologies G-DriveAlexander Kappner2018-05-242-0/+18
* | usb-storage: Add support for FL_ALWAYS_SYNC flag in the UAS driverAlexander Kappner2018-05-241-0/+6
* | usb: typec: wcove: Remove dependency on HW FSMHeikki Krogerus2018-05-241-2/+28
* | usb: roles: intel_xhci: Enable runtime PMHeikki Krogerus2018-05-241-1/+13
* | usb: typec: fusb302: Fix debugfs issueHeikki Krogerus2018-05-241-0/+1
* | usb: roles: intel_xhci: Always allow user controlHeikki Krogerus2018-05-241-21/+2
* | usb: typec: Fix htmldocs warningHeikki Krogerus2018-05-241-1/+1
* | usbip: vhci_sysfs: fix potential Spectre v1Gustavo A. R. Silva2018-05-241-8/+16
* | usb: gadget: function: printer: avoid wrong list handling in printer_write()Yoshihiro Shimoda2018-05-241-3/+3
* | typec: tcpm: Provide fwnode pointer as part of psy_cfgAdam Thomson2018-05-241-0/+2
* | usb: mtu3: fix warning of sleep in atomic context in notifier callbackChunfeng Yun2018-05-242-9/+46
* | usb: mtu3: reset gadget when VBUS_FALL interrupt arisesChunfeng Yun2018-05-241-1/+3
* | usb: mtu3: avoid sleep in atomic context when enter test modeChunfeng Yun2018-05-241-1/+1
* | usb: mtu3: clear test_mode flag when resetChunfeng Yun2018-05-241-0/+1
* | usb: mtu3: fix uncontinuous SeqN issue after disable EPChunfeng Yun2018-05-241-2/+12
* | usb: mtu3: re-enable controller to accept LPM request after LPM resumeChunfeng Yun2018-05-241-1/+7
* | xhci: debugfs: add debugfs interface to enable compliance mode for a portMathias Nyman2018-05-241-1/+38
* | xhci: debugfs: add usb ports to xhci debugfsMathias Nyman2018-05-241-0/+48
* | xhci: xhci-mem: remove port_arrays and the code initializing themMathias Nyman2018-05-242-97/+11
* | xhci-mtk: use xhci hub structures to get number of ports in roothubsMathias Nyman2018-05-241-2/+2
* | xhci: xhci-hub: use port structure members instead of xhci_get_ports()Mathias Nyman2018-05-241-24/+4
* | xhci: use port structures instead of port arrays in xhci.c functionsMathias Nyman2018-05-241-28/+22
* | xhci: change xhci_test_and_clear_bit() to use new port structureMathias Nyman2018-05-243-26/+15
* | xhci: change xhci_set_link_state() to work with port structuresMathias Nyman2018-05-243-22/+19