1. 29 May, 2020 1 commit
    • Greg Kroah-Hartman's avatar
      Merge tag 'usb-serial-5.8-rc1' of... · 4b9d0313
      Greg Kroah-Hartman authored
      Merge tag 'usb-serial-5.8-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-next
      
      Johan writes:
      
      USB-serial updates for 5.8-rc1
      
      Here are the USB-serial updates for 5.8-rc1, including:
      
       - a SPDX comment-style clean up
       - a fix usb_wwan modem drivers which could end up resubmitting the
         their read URBs in a tight loop on disconnect
       - a regression fix for a subset of quirky ch341 devices which would
         lock up on certain low line speeds when using the new divisor
         algorithm
      
      All have been in linux-next with no reported issues.
      
      * tag 'usb-serial-5.8-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial:
        USB: serial: ch341: fix lockup of devices with limited prescaler
        USB: serial: ch341: add basis for quirk detection
        USB: serial: usb_wwan: do not resubmit rx urb on fatal errors
        USB: serial: Use the correct style for SPDX License Identifier
      4b9d0313
  2. 27 May, 2020 3 commits
  3. 26 May, 2020 2 commits
    • Greg Kroah-Hartman's avatar
      Merge tag 'thunderbolt-for-v5.8' of... · d19c64b3
      Greg Kroah-Hartman authored
      Merge tag 'thunderbolt-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-next
      
      Mika writes:
      
      thunderbolt: Changes for v5.8 merge window
      
      This adds support for Intel Tiger Lake Thunderbolt controller using
      firmware based connection manager. In addition the driver can now be
      built on non-x86 architectures as well. Then there are a couple of
      commits that make the driver work across kexec, replace a zero length
      array with flexible one, and revert one change that is not needed
      anymore because of NVMem subsystem improvements.
      
      * tag 'thunderbolt-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt:
        thunderbolt: Add trivial .shutdown
        thunderbolt: Update Kconfig to allow building on other architectures.
        thunderbolt: Replace zero-length array with flexible-array
        thunderbolt: Add support for Intel Tiger Lake
        Revert "thunderbolt: Prevent crash if non-active NVMem file is read"
      d19c64b3
    • Greg Kroah-Hartman's avatar
      Merge tag 'usb-ci-v5.8-rc1' of... · 37f6c193
      Greg Kroah-Hartman authored
      Merge tag 'usb-ci-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-next
      
      Peter writes:
      
      - Some improvments for ci_hdrc_usb2.c
      - Support imx7d USB charger
      - Add software sg support for UDC
      - Enable user trigger role switch
      
      * tag 'usb-ci-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb:
        usb: chipidea: Enable user-space triggered role-switching
        usb: chipidea: udc: add software sg list support
        usb: chipidea: usbmisc_imx: using different ops for imx7d and imx7ulp
        usb: chipidea: pull down dp for possible charger detection operation
        usb: chipidea: introduce imx7d USB charger detection
        usb: chipidea: introduce CI_HDRC_CONTROLLER_VBUS_EVENT glue layer use
        usb: chipidea: usb2: remove unneeded semicolon
        usb: chipidea: allow disabling glue drivers if EMBEDDED
        usb: chipidea: usb2: absorb zevio glue driver
        usb: chipidea: usb2: make clock optional
        usb: chipidea: usb2: fix formatting
        usb: chipidea: usb2: constify zynq_pdata
        usb: chipidea: core: show the real pointer value for register
        usb: chipidea: core: refine the description for this driver
        usb: chipidea: udc: fix the kernel doc for udc.h
      37f6c193
  4. 25 May, 2020 34 commits