summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* USB: option: add support for DW5821eAleksander Morgado2018-07-281-0/+4
* Merge tag 'usb-ci-v4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2018-07-281-2/+2
|\
| * usb: chipidea: tegra: Use aligned DMA on Tegra114/124Marcel Ziswiler2018-06-261-2/+2
* | Merge tag 'phy-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kis...Greg Kroah-Hartman2018-07-2818-24/+644
|\ \
| * | phy: mvebu-cp110-comphy: switch to SPDX identifierAntoine Tenart2018-07-241-4/+1
| * | dt-bindings: rcar-gen3-phy-usb2: Add bindings for r8a77990Yoshihiro Shimoda2018-07-241-0/+2
| * | phy: berlin: switch to SPDX license identifierJisheng Zhang2018-07-102-8/+2
| * | phy: Renesas R-Car gen3 PCIe PHY driverSergei Shtylyov2018-07-103-0/+159
| * | dt-bindings: phy: Renesas R-Car Gen3 PCIe PHY bindingsSergei Shtylyov2018-07-101-0/+24
| * | phy: qcom-usb-hs: Mark expected switch fall-throughGustavo A. R. Silva2018-07-101-0/+1
| * | phy: qcom-qmp: Fix dts bindings to reflect realityDouglas Anderson2018-07-101-2/+12
| * | phy: bcm-sr-pcie: Add Stingray PCIe PHY driverRay Jui2018-07-103-0/+317
| * | dt-bindings: phy: Add binding doc for Stingray PCIe PHYRay Jui2018-07-101-0/+41
| * | MAINTAINERS: update files of MediaTek USB3 PHYsChunfeng Yun2018-07-101-1/+2
| * | phy: phy-mtk-tphy: add property for BC12Chunfeng Yun2018-07-101-0/+13
| * | phy: phy-mtk-tphy: add properties for eye diagram testChunfeng Yun2018-07-101-0/+62
| * | dt-bindings: phy-mtk-tphy: add optional properties for u2phyChunfeng Yun2018-07-101-0/+6
| * | phy: phy-mtk-tphy: use SPDX license tagChunfeng Yun2018-07-102-9/+2
* | | usb: usbtmc: Add support for 32 bit compat applicationsGuido Kiener2018-07-241-0/+4
* | | usb: usbtmc: Add ioctl for termination characterGuido Kiener2018-07-212-2/+40
* | | usb: usbtmc: Add ioctl for EOM bitGuido Kiener2018-07-212-1/+29
* | | usb: usbtmc: Add ioctl for triggerGuido Kiener2018-07-212-0/+50
* | | usb: usbtmc: Add ioctls to set/get usb timeoutGuido Kiener2018-07-212-6/+63
* | | usb: usbtmc: use consistent timeout errorGuido Kiener2018-07-211-1/+1
* | | usb: usbtmc: Support Read Status Byte with SRQ per fileGuido Kiener2018-07-211-31/+105
* | | usb/phy: fix PPC64 build errors in phy-fsl-usb.cRandy Dunlap2018-07-211-1/+3
* | | Merge tag 'usb-serial-4.19-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2018-07-2019-168/+431
|\ \ \
| * | | USB: serial: cp210x: implement GPIO support for CP2102NKaroly Pados2018-07-201-36/+209
| * | | USB: serial: cp210x: improve line-speed handling for CP2104 and CP2105Johan Hovold2018-07-181-2/+7
| * | | USB: serial: cp210x: generalise CP2102N line-speed handlingJohan Hovold2018-07-181-23/+27
| * | | USB: serial: cp210x: improve baudrate support for CP2102NKaroly Pados2018-07-181-5/+34
| * | | USB: serial: cp210x: honour device-type maximum line speedJohan Hovold2018-07-181-3/+38
| * | | USB: serial: cp210x: make line-speed quantisation data drivenJohan Hovold2018-07-181-43/+56
| * | | USB: serial: iuu_phoenix: drop redundant input-speed re-encodingJohan Hovold2018-07-161-3/+0
| * | | USB: serial: iuu_phoenix: drop unused driver-data baud rateJohan Hovold2018-07-161-2/+0
| * | | USB: serial: mos7720: remove redundant variables iflag, mask and serialColin Ian King2018-07-161-9/+0
| * | | USB: serial: clean up kl5kusb105 documentationJohan Hovold2018-07-111-9/+0
| * | | USB: serial: kl5kusb105: remove KLSI device idJohan Hovold2018-07-112-4/+0
| * | | USB: serial: kobil_sct: add missing version error handlingJohan Hovold2018-07-061-4/+8
| * | | USB: serial: kobil_sct: fix modem-status error handlingJohan Hovold2018-07-061-2/+10
| * | | USB: serial: digi_acceleport: rename tty flag variableJohan Hovold2018-06-271-6/+6
| * | | USB: serial: usb_wwan: use irqsave() in USB's complete callbackJohn Ogness2018-06-261-2/+3
| * | | USB: serial: ti_usb_3410_5052: use irqsave() in USB's complete callbackJohn Ogness2018-06-261-4/+5
| * | | USB: serial: symbolserial: use irqsave() in USB's complete callbackJohn Ogness2018-06-261-2/+3
| * | | USB: serial: sierra: use irqsave() in USB's complete callbackJohn Ogness2018-06-261-4/+5
| * | | USB: serial: sierra: fix potential deadlock at closeJohn Ogness2018-06-261-2/+2
| * | | USB: serial: quatech2: use irqsave() in USB's complete callbackJohn Ogness2018-06-261-2/+3
| * | | USB: serial: mos7840: use irqsave() in USB's complete callbackJohn Ogness2018-06-261-2/+3
| * | | USB: serial: mos7720: use irqsave() in USB's complete callbackJohn Ogness2018-06-261-2/+3
| * | | USB: serial: io_ti: use irqsave() in USB's complete callbackJohn Ogness2018-06-261-2/+3