summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* usbip: usbip_detach: Fix memory, udev context and udev leakShuah Khan (Samsung OSG)2018-05-311-3/+6
* 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
* usbip: dynamically allocate idev by nports found in sysfsMichael Grzeschik2018-05-312-15/+20
* NFC: pn533: don't send USB data off of the stackGreg Kroah-Hartman2018-05-311-12/+30
* Merge tag 'usb-serial-4.18-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2018-05-317-123/+99
|\
| * USB: serial: pl2303: add support for tx xon/xoff flow controlFlorian Zumbiehl2018-05-221-1/+15
| * tty: add missing const to termios hw-change helperJohan Hovold2018-05-222-2/+2
| * 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
* | Merge tag 'phy-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kis...Greg Kroah-Hartman2018-05-2519-65/+1310
|\ \
| * | phy: mediatek: add XS-PHY driverChunfeng Yun2018-05-203-0/+610
| * | dt-bindings: add MediaTek XS-PHY bindingChunfeng Yun2018-05-201-0/+109
| * | phy: qcom-qusb2: Add QUSB2 PHYs support for sdm845Manu Gautam2018-05-201-8/+118
| * | dt-bindings: phy-qcom-usb2: Add support to override tuning valuesManu Gautam2018-05-202-1/+59
| * | phy: qcom-qmp: Add QMP V3 USB3 UNI PHY support for sdm845Manu Gautam2018-05-202-1/+151
| * | dt-bindings: phy-qcom-qmp: Update bindings for sdm845Manu Gautam2018-05-201-1/+2
| * | phy: qcom-qusb2: Fix crash if nvmem cell not specifiedManu Gautam2018-05-201-0/+4
| * | phy: qcom-qmp: Enable pipe_clk before PHY initializationManu Gautam2018-05-201-14/+8
| * | phy: stm32: fix usbphyc static checker and checkpatch warningsAmelie Delaunay2018-05-201-5/+4
| * | phy: mapphone-mdm6600: Add runtime PM support for n_gsm on USB suspendTony Lindgren2018-05-201-0/+85
| * | phy: tegra: Convert to use match_string() helperAndy Shevchenko2018-05-201-14/+1
| * | phy: Add a driver for the ATH79 USB phyAlban Bedel2018-04-254-1/+127
| * | phy: core: Allow phy_pm_runtime_xxx API calls with NULL phyManu Gautam2018-04-251-0/+18
| * | phy: exynos-mipi-video: Simplify code by using regmap_update_bits()Sylwester Nawrocki2018-04-251-20/+14
* | | 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
* | | platform: x86: intel_cht_int33fe: Fix dependenciesHeikki Krogerus2018-05-242-4/+3
* | | 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
* | | power: supply: Add fwnode pointer to power_supply_config structAdam Thomson2018-05-242-1/+5
* | | 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