1. 21 Feb, 2019 4 commits
  2. 20 Feb, 2019 8 commits
  3. 19 Feb, 2019 9 commits
  4. 15 Feb, 2019 1 commit
    • Greg Kroah-Hartman's avatar
      Merge tag 'usb-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next · dc8b2a69
      Greg Kroah-Hartman authored
      Felipe writes:
      
      USB: changes for v5.1 merge window
      
      Dwc3 now works on TI's AM6xx platforms. Also on dwc3 we have a few
      changes which improve request cancellation and some improvements to
      how we print to the trace buffer.
      
      Renesas_usb3 got support for r8a774c0 device.
      
      Dwc2 got scatter-gather support.
      
      Apart from these, the usual set of minor fixes and all sorts of small
      details.
      
      * tag 'usb-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb: (40 commits)
        usb: phy: twl6030-usb: fix possible use-after-free on remove
        usb: misc: usbtest: add super-speed isoc support
        usb: dwc3: Reset num_trbs after skipping
        usb: dwc3: gadget: don't enable interrupt when disabling endpoint
        fotg210-udc: pass struct device to DMA API functions
        fotg210-udc: remove a bogus dma_sync_single_for_device call
        usb: gadget: Change Andrzej Pietrasiewicz's e-mail address
        usb: f_fs: Avoid crash due to out-of-scope stack ptr access
        usb: dwc3: haps: Workaround matching VID PID
        usb: gadget: f_fs: preserve wMaxPacketSize across usb_ep_autoconfig() call
        usb: gadget: move non-super speed code out of usb_ep_autoconfig_ss()
        usb: gadget: function: sync f_uac1 ac header baInterfaceNr
        usb: dwc2: gadget: Add scatter-gather mode
        usb: gadget: fix various indentation issues
        usb: dwc2: Fix EP TxFIFO number setting
        udc: net2280: Fix net2280_disable
        USB: gadget: Improve kerneldoc for usb_ep_dequeue()
        usb: dwc3: debug: purge usage of strcat
        usb: dwc3: trace: pass trace buffer size to decoding functions
        usb: dwc3: gadget: remove DWC3_EP_END_TRANSFER_PENDING
        ...
      dc8b2a69
  5. 14 Feb, 2019 10 commits
  6. 13 Feb, 2019 6 commits
  7. 12 Feb, 2019 2 commits
    • Greg Kroah-Hartman's avatar
      Merge tag 'phy-for-5.1' of... · 0220dcd1
      Greg Kroah-Hartman authored
      Merge tag 'phy-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-next
      
      Kishon writes:
      
      phy: for 5.1
      
        *) Add a new driver to support Armada 3700 COMPHY IP (supports SATA, USB3,
           PCIe)
        *) Add a new driver to support Armada UTMI PHY
        *) Add a new driver to support Cadence D-PHY
        *) Extend omap-usb2 PHY driver to be used for AM654 USB2 PHY
        *) Extend qcom-qmp PHY driver to be used for UFS PHY and USB3 PHY in Qualcomm
           MSM8998
        *) Extend qcom-qusb2 PHY driver to support QUSB2 PHY in Qualcomm MSM8998
        *) Remove module specific code that is present for drivers that can be only
           built-in
        *) Allow Freescale IMX8MQ USB to be used for multiple SoCs and not just
           i.MX8MQ
        *) Cleanups such as switch to SPDX identifier, use readl_poll_timeout macro,
           remove unused headers etc.,
      Signed-off-by: default avatarKishon Vijay Abraham I <kishon@ti.com>
      
      * tag 'phy-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy: (32 commits)
        phy: qcom-qmp: Add QMP UFS PHY support for msm8998
        dt-bindings: phy-qcom-qmp: Add qcom,msm8998-qmp-ufs-phy
        phy: bcm-sr-pcie: Change operation when PIPEMUX=1
        phy: Add Cadence D-PHY support
        dt-bindings: phy: Move the Cadence D-PHY bindings
        phy: dphy: Clarify lanes parameter documentation
        phy: dphy: Change units of wakeup and init parameters
        phy: dphy: Remove unused header
        MAINTAINERS: phy: fill Armada 3700 PHY drivers entry
        dt-bindings: phy: mvebu-utmi: add UTMI PHY bindings
        phy: add A3700 UTMI PHY driver
        MAINTAINERS: phy: add entry for Armada 3700 COMPHY driver
        dt-bindings: phy: mvebu-comphy: extend the file to describe a3700 bindings
        phy: add A3700 COMPHY support
        phy: mvebu-cp110-comphy: fix port check in ->xlate()
        phy: armada375-usb2: switch to SPDX license identifier
        phy: make phy-armada375-usb2 explicitly non-modular
        phy: make phy-mvebu-sata explicitly non-modular
        phy: make phy-core explicitly non-modular
        phy: qcom-qusb2: Add QUSB2 PHY support for msm8998
        ...
      0220dcd1
    • Colin Ian King's avatar
      usb: host: oxu210hp-hcd: fix indentation issue · a8ded8eb
      Colin Ian King authored
      A statement is indented too deeply, fix this by removing a tab.
      Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      a8ded8eb