1. 13 Jan, 2018 1 commit
    • Greg Kroah-Hartman's avatar
      Merge tag 'usb-serial-4.16-rc1' of... · 2da050e4
      Greg Kroah-Hartman authored
      Merge tag 'usb-serial-4.16-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-next
      
      Johan writes:
      
      USB-serial updates for v4.16-rc1
      
      Here are the USB-serial updates for 4.16-rc1, including:
      
       - a fix for a potential sleep-while-atomic (warning) in an io_edgeport
         error path
       - removal of a dummy TIOCSSERIAL implementation in ark3116
       - new features for Fintek F81532/534 devices:
         - support for higher baud rates (up to 1.5 Mbps)
         - support for auto-RTS (for RS-485)
         - support for transceiver configuration
         - support for detecting disabled ports
      
      Included are also various clean ups.
      
      All have been (at least compile tested) in linux-next without any
      reported issues.
      Signed-off-by: default avatarJohan Hovold <johan@kernel.org>
      2da050e4
  2. 11 Jan, 2018 6 commits
  3. 10 Jan, 2018 1 commit
  4. 09 Jan, 2018 18 commits
  5. 08 Jan, 2018 2 commits
    • Greg Kroah-Hartman's avatar
      Merge tag 'phy-for-4.16' of... · f1faf88c
      Greg Kroah-Hartman authored
      Merge tag 'phy-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-next
      
      Kishon writes:
      
      phy: for 4.16
      
       *) Fix in exynos5-usbdrd to enumerate SuperSpeed devices on Odroid XU3
       *) Fix in Broadcom USB PHY to get Dell Low Speed keyboards working
       *) Fix in Broadcom USB PHY to power down the PHY when XHCI disabled
          to save power
       *) Fix in Broadcom USB PHY to prevent abort in DRD mode
       *) Fix in Broadcom USB PHY to use the correct dt properties
       *) Fix in Mediatek PHY to detect device connection
       *) Make getting resource optional for Mediatek V1 TPHY
       *) Cleanup in Mediatek PHY
      Signed-off-by: default avatarKishon Vijay Abraham I <kishon@ti.com>
      f1faf88c
    • Greg Kroah-Hartman's avatar
      Merge tag 'usb-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next · 958e052c
      Greg Kroah-Hartman authored
      Felipe writes:
      
      usb: changes for v4.16 merge window
      
      Not many changes here, the most important being an improvement for TI's
      AM57xx and DRA7xx devices which allows them to disable a metastability
      workaround in situations where we know what's going on.
      
      Other than that, we have a set of changes on Renesas UDC to make the
      code a little easier to read and maintain while also better supporting
      extcon framework.
      
      The u_serial adaptation layer learned to use kfifo instead of cooking
      its own FIFO implementation.
      
      DWC3 learned to decode a few more USB requests on the trace output.
      958e052c
  6. 04 Jan, 2018 5 commits
  7. 02 Jan, 2018 5 commits
  8. 31 Dec, 2017 2 commits
    • Linus Torvalds's avatar
      Linux 4.15-rc6 · 30a7acd5
      Linus Torvalds authored
      30a7acd5
    • Linus Torvalds's avatar
      Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · f39d7d78
      Linus Torvalds authored
      Pull x86 fixes from Thomas Gleixner:
       "A couple of fixlets for x86:
      
         - Fix the ESPFIX double fault handling for 5-level pagetables
      
         - Fix the commandline parsing for 'apic=' on 32bit systems and update
           documentation
      
         - Make zombie stack traces reliable
      
         - Fix kexec with stack canary
      
         - Fix the delivery mode for APICs which was missed when the x86
           vector management was converted to single target delivery. Caused a
           regression due to the broken hardware which ignores affinity
           settings in lowest prio delivery mode.
      
         - Unbreak modules when AMD memory encryption is enabled
      
         - Remove an unused parameter of prepare_switch_to"
      
      * 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        x86/apic: Switch all APICs to Fixed delivery mode
        x86/apic: Update the 'apic=' description of setting APIC driver
        x86/apic: Avoid wrong warning when parsing 'apic=' in X86-32 case
        x86-32: Fix kexec with stack canary (CONFIG_CC_STACKPROTECTOR)
        x86: Remove unused parameter of prepare_switch_to
        x86/stacktrace: Make zombie stack traces reliable
        x86/mm: Unbreak modules that use the DMA API
        x86/build: Make isoimage work on Debian
        x86/espfix/64: Fix espfix double-fault handling on 5-level systems
      f39d7d78