1. 20 Jul, 2018 2 commits
    • Greg Kroah-Hartman's avatar
      Merge tag 'usb-serial-4.19-rc1' of... · 78fbe864
      Greg Kroah-Hartman authored
      Merge tag 'usb-serial-4.19-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-next
      
      Johan writes:
      
      USB-serial updates for v4.19-rc1
      
      Here are the USB-serial updates for 4.19-rc1, including:
      
       - gpio support for CP2102N devices
       - improved line-speed handling for cp210x
       - conversion to spin_lock_irqsave() in completion handlers
       - dropped kl5kusb105 support from the kl5kusb105 driver (sic!)
      
      Included are also various lower-priority fixes and clean ups.
      
      All but the final commit have been in linux-next, and with no reported
      issues.
      Signed-off-by: default avatarJohan Hovold <johan@kernel.org>
      78fbe864
    • Karoly Pados's avatar
      USB: serial: cp210x: implement GPIO support for CP2102N · c8acfe0a
      Karoly Pados authored
      This patch adds GPIO support for CP2102N devices.
      
      It introduces new generic code to support emulating separate
      input and outputs directions even though these devices
      only know output modes (open-drain and pushpull). Existing
      GPIO support for CP2105 has been migrated over to the new
      code structure.
      
      Only limitation is that for the QFN28 variant, only 4 out of
      7 GPIOs are supported. This is because the config array
      locations of the last 3 pins are not documented, and reverse
      engineering revealed offsets that conflicted with other
      documented functions. Hence we'll play it safe instead
      until somebody clears this up further.
      Signed-off-by: default avatarKaroly Pados <pados@pados.hu>
      [ johan: fix style issues and a couple of minor bugs; use Karoly's
               updated commit message ]
      Acked-by: default avatarMartyn Welch <martyn.welch@collabora.co.uk>
      Signed-off-by: default avatarJohan Hovold <johan@kernel.org>
      c8acfe0a
  2. 18 Jul, 2018 5 commits
  3. 16 Jul, 2018 4 commits
  4. 15 Jul, 2018 2 commits
  5. 14 Jul, 2018 19 commits
  6. 13 Jul, 2018 8 commits