1. 08 Mar, 2019 38 commits
  2. 07 Mar, 2019 2 commits
    • Linus Torvalds's avatar
      Merge tag 'usb-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb · f90d6448
      Linus Torvalds authored
      Pull USB/PHY updates from Greg KH:
       "Here is the big USB/PHY driver pull request for 5.1-rc1.
      
        The usual set of gadget driver updates, phy driver updates, xhci
        updates, and typec additions. Also included in here are a lot of small
        cleanups and fixes and driver updates where needed.
      
        All of these have been in linux-next for a while with no reported
        issues"
      
      * tag 'usb-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: (167 commits)
        wusb: Remove unnecessary static function ckhdid_printf
        usb: core: make default autosuspend delay configurable
        usb: core: Fix typo in description of "authorized_default"
        usb: chipidea: Refactor USB PHY selection and keep a single PHY
        usb: chipidea: Grab the (legacy) USB PHY by phandle first
        usb: chipidea: imx: set power polarity
        dt-bindings: usb: ci-hdrc-usb2: add property power-active-high
        usb: chipidea: imx: remove unused header files
        usb: chipidea: tegra: Fix missed ci_hdrc_remove_device()
        usb: core: add option of only authorizing internal devices
        usb: typec: tps6598x: handle block writes separately with plain-I2C adapters
        usb: xhci: Fix for Enabling USB ROLE SWITCH QUIRK on INTEL_SUNRISEPOINT_LP_XHCI
        usb: xhci: fix build warning - missing prototype
        usb: xhci: dbc: Fixing typo error.
        usb: xhci: remove unused member 'parent' in xhci_regset struct
        xhci: tegra: Prevent error pointer dereference
        USB: serial: option: add Telit ME910 ECM composition
        usb: core: Replace hardcoded check with inline function from usb.h
        usb: core: skip interfaces disabled in devicetree
        usb: typec: mux: remove redundant check on variable match
        ...
      f90d6448
    • Linus Torvalds's avatar
      Merge tag 'tty-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty · 67e79a6d
      Linus Torvalds authored
      Pull tty/serial updates from Greg KH:
       "Here is the "big" patchset for the tty/serial driver layer for
        5.1-rc1.
      
        It's really not all that big, nothing major here.
      
        There are a lot of tiny driver fixes and updates, combined with other
        cleanups for different serial drivers and the vt layer. Full details
        are in the shortlog.
      
        All of these have been in linux-next with no reported issues"
      
      * tag 'tty-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty: (70 commits)
        tty: xilinx_uartps: Correct return value in probe
        serial: sprd: Modify the baud rate calculation formula
        dt-bindings: serial: Add Milbeaut serial driver description
        serial: 8250_of: assume reg-shift of 2 for mrvl,mmp-uart
        serial: 8250_pxa: honor the port number from devicetree
        tty: hvc_xen: Mark expected switch fall-through
        tty: n_gsm: Mark expected switch fall-throughs
        tty: serial: msm_serial: Remove __init from msm_console_setup()
        tty: serial: samsung: Enable baud clock during initialisation
        serial: uartps: Fix stuck ISR if RX disabled with non-empty FIFO
        tty: serial: remove redundant likely annotation
        tty/n_hdlc: mark expected switch fall-through
        serial: 8250_pci: Have ACCES cards that use the four port Pericom PI7C9X7954 chip use the pci_pericom_setup()
        serial: 8250_pci: Fix number of ports for ACCES serial cards
        vt: perform safe console erase in the right order
        tty/nozomi: use pci_iomap instead of ioremap_nocache
        tty/synclink: remove ISA support
        serial: 8250_pci: Replace custom code with pci_match_id()
        serial: max310x: Correction of the initial setting of the MODE1 bits for various supported ICs.
        serial: mps2-uart: Add parentheses around conditional in mps2_uart_shutdown
        ...
      67e79a6d