1. 03 Sep, 2019 36 commits
  2. 02 Sep, 2019 4 commits
    • Greg Kroah-Hartman's avatar
      Merge 5.3-rc7 into usb-next · 7a811462
      Greg Kroah-Hartman authored
      We need the usb fixes in here for testing
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      7a811462
    • Greg Kroah-Hartman's avatar
      Merge tag 'usb-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next · 96e46dcf
      Greg Kroah-Hartman authored
      Felipe writes:
      
      USB: Changes for v5.4 merge window
      
      With only 45 non-merge commits, we have a small merge window from the
      Gadget perspective.
      
      The biggest change here is the addition of the Cadence USB3 DRD
      Driver. All other changes are small, non-critical fixes or smaller new
      features like the improvement to BESL handling in dwc3.
      Signed-off-by: default avatarFelipe Balbi <felipe.balbi@linux.intel.com>
      
      * tag 'usb-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb: (45 commits)
        usb: gadget: net2280: Add workaround for AB chip Errata 11
        usb: gadget: net2280: Move all "ll" registers in one structure
        usb: dwc3: gadget: Workaround Mirosoft's BESL check
        usb:cdns3 Fix for stuck packets in on-chip OUT buffer.
        usb: cdns3: Add Cadence USB3 DRD Driver
        usb: common: Simplify usb_decode_get_set_descriptor function.
        usb: common: Patch simplify usb_decode_set_clear_feature function.
        usb: common: Separated decoding functions from dwc3 driver.
        dt-bindings: add binding for USBSS-DRD controller.
        usb: gadget: composite: Set recommended BESL values
        usb: dwc3: gadget: Set BESL config parameter
        usb: dwc3: Separate field holding multiple properties
        usb: gadget: Export recommended BESL values
        usb: phy: phy-fsl-usb: Make structure fsl_otg_initdata constant
        usb: udc: lpc32xx: silence fall-through warning
        usb: dwc3: meson-g12a: fix suspend resume regulator unbalanced disables
        usb: udc: lpc32xx: remove set but not used 3 variables
        usb: gadget: udc: core: Fix segfault if udc_bind_to_driver() for pending driver fails
        usb: dwc3: st: Add of_dev_put() in probe function
        usb: dwc3: st: Add of_node_put() before return in probe function
        ...
      96e46dcf
    • Linus Torvalds's avatar
      Linux 5.3-rc7 · 089cf7f6
      Linus Torvalds authored
      089cf7f6
    • Linus Torvalds's avatar
      Merge tag 'char-misc-5.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc · 49ffdb4c
      Linus Torvalds authored
      Pull char/misc driver fixes from Greg KH:
       "Here are some small char and misc driver fixes for reported issues for
        5.3-rc7
      
        Also included in here is the documentation for how we are handling
        hardware issues under embargo that everyone has finally agreed on, as
        well as a MAINTAINERS update for the suckers who agreed to handle the
        LICENSES/ files.
      
        All of these have been in linux-next last week with no reported
        issues"
      
      * tag 'char-misc-5.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc:
        fsi: scom: Don't abort operations for minor errors
        vmw_balloon: Fix offline page marking with compaction
        VMCI: Release resource if the work is already queued
        Documentation/process: Embargoed hardware security issues
        lkdtm/bugs: fix build error in lkdtm_EXHAUST_STACK
        mei: me: add Tiger Lake point LP device ID
        intel_th: pci: Add Tiger Lake support
        intel_th: pci: Add support for another Lewisburg PCH
        stm class: Fix a double free of stm_source_device
        MAINTAINERS: add entry for LICENSES and SPDX stuff
        fpga: altera-ps-spi: Fix getting of optional confd gpio
      49ffdb4c