summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| * | | | xhci: rename faked_port_index to hcd_portnumMathias Nyman2018-05-241-22/+19
| * | | | xhci: xhci-ring: use port structures for port event handlerMathias Nyman2018-05-241-71/+8
| * | | | xhci: xhci-hub: use new port structures for cas and wake mask functions.Mathias Nyman2018-05-241-11/+10
| * | | | xhci: xhci-hub: use new port structures to get port address instead of port a...Mathias Nyman2018-05-241-62/+78
| * | | | xhci: Add helper to get xhci roothub from hcdMathias Nyman2018-05-242-0/+11
| * | | | xhci: set hcd pointers for xhci usb2 and usb3 roothub structuresMathias Nyman2018-05-241-0/+2
| * | | | xhci: Create new structures to store xhci port informationMathias Nyman2018-05-242-6/+73
| * | | | xhci: hisilicon: support HiSilicon STB xHCI host controllerJianguo Sun2018-05-243-0/+418
| * | | | usb: xhci: dbc: Add SPDX identifiers to dbc filesLu Baolu2018-05-243-1/+3
| * | | | Merge tag 'usb-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2018-05-2453-758/+5400
| |\ \ \ \
| | * | | | usb: dwc2: gadget: Fix coverity issueGrigor Tovmasyan2018-05-211-1/+1
| | * | | | usb: gadget: udc: renesas_usb3: fix double phy_put()Yoshihiro Shimoda2018-05-211-2/+0
| | * | | | usb: gadget: udc: renesas_usb3: disable the controller's irqs for reconnectingYoshihiro Shimoda2018-05-211-0/+7
| | * | | | usb: gadget: udc: renesas_usb3: should fail if devm_phy_get() returns errorYoshihiro Shimoda2018-05-211-3/+5