linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johan Hovold <johan@kernel.org>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-usb@vger.kernel.org
Subject: [GIT PULL] USB-serial updates for 5.11-rc1
Date: Fri, 11 Dec 2020 16:00:22 +0100	[thread overview]
Message-ID: <X9OJhhsZdsQhw5cB@localhost> (raw)

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.11-rc1

for you to fetch changes up to fddd408ad448efc49c67f8dfdc4e86b31c683a0c:

  USB: serial: ftdi_sio: log the CBUS GPIO validity (2020-12-09 18:07:03 +0100)

----------------------------------------------------------------
USB-serial updates for 5.11-rc1

Here are the USB-serial updates for 5.11-rc1, including:

 - keyspan_pda write-implementation fixes
 - digi_acceleport write-wakeup fix
 - mos7720 parport-restore fix
 - mos7720 parport-tasklet removal
 - cp210x termios-handling cleanups
 - option device-flag fix
 - ftdi_sio GPIO CBUS-configuration improvements
 - removal of in_interrupt() uses

Included are also various clean ups.

All have been in linux-next with no reported issues.

----------------------------------------------------------------
Ahmed S. Darwish (1):
      USB: serial: digi_acceleport: remove in_interrupt() usage

Davidlohr Bueso (1):
      USB: serial: mos7720: defer state restore to a workqueue

Johan Hovold (24):
      USB: serial: keyspan_pda: fix dropped unthrottle interrupts
      USB: serial: keyspan_pda: fix write deadlock
      USB: serial: keyspan_pda: fix stalled writes
      USB: serial: keyspan_pda: fix write-wakeup use-after-free
      USB: serial: keyspan_pda: fix tx-unthrottle use-after-free
      USB: serial: keyspan_pda: fix write unthrottling
      USB: serial: keyspan_pda: refactor write-room handling
      USB: serial: keyspan_pda: fix write implementation
      USB: serial: keyspan_pda: increase transmitter threshold
      USB: serial: keyspan_pda: add write-fifo support
      USB: serial: keyspan_pda: clean up xircom/entrega support
      USB: serial: keyspan_pda: clean up comments and whitespace
      USB: serial: keyspan_pda: use BIT() macro
      USB: serial: keyspan_pda: drop redundant usb-serial pointer
      USB: serial: digi_acceleport: fix write-wakeup deadlocks
      USB: serial: remove write wait queue
      USB: serial: mos7720: fix parallel-port state restore
      USB: serial: cp210x: return early on unchanged termios
      USB: serial: cp210x: clean up line-control handling
      USB: serial: cp210x: set terminal settings on open
      USB: serial: cp210x: drop flow-control debugging
      USB: serial: cp210x: refactor flow-control handling
      USB: serial: cp210x: clean up dtr_rts()
      USB: serial: option: add interface-number sanity check to flag handling

Marc Zyngier (3):
      USB: serial: ftdi_sio: report the valid GPIO lines to gpiolib
      USB: serial: ftdi_sio: drop GPIO line checking dead code
      USB: serial: ftdi_sio: log the CBUS GPIO validity

Tom Rix (1):
      USB: serial: iuu_phoenix: remove unneeded break

 arch/arm/configs/badge4_defconfig     |   1 -
 arch/arm/configs/corgi_defconfig      |   1 -
 arch/arm/configs/pxa_defconfig        |   1 -
 arch/arm/configs/spitz_defconfig      |   1 -
 arch/mips/configs/mtx1_defconfig      |   1 -
 arch/mips/configs/rm200_defconfig     |   1 -
 arch/powerpc/configs/g5_defconfig     |   1 -
 arch/powerpc/configs/ppc6xx_defconfig |   1 -
 drivers/usb/serial/Kconfig            |  19 +-
 drivers/usb/serial/Makefile           |   1 -
 drivers/usb/serial/cp210x.c           | 499 +++++++------------------------
 drivers/usb/serial/digi_acceleport.c  |  62 ++--
 drivers/usb/serial/ftdi_sio.c         |  23 +-
 drivers/usb/serial/iuu_phoenix.c      |   2 -
 drivers/usb/serial/keyspan_pda.c      | 548 +++++++++++++++-------------------
 drivers/usb/serial/mos7720.c          | 236 +++------------
 drivers/usb/serial/option.c           |  23 +-
 include/linux/usb/serial.h            |   2 -
 18 files changed, 444 insertions(+), 979 deletions(-)

             reply	other threads:[~2020-12-11 15:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-11 15:00 Johan Hovold [this message]
2020-12-11 15:17 ` [GIT PULL] USB-serial updates for 5.11-rc1 Greg Kroah-Hartman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=X9OJhhsZdsQhw5cB@localhost \
    --to=johan@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-usb@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).