All of lore.kernel.org
 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.8-rc1
Date: Fri, 29 May 2020 09:28:02 +0200	[thread overview]
Message-ID: <20200529072802.GA12532@localhost> (raw)

The following changes since commit ae83d0b416db002fe95601e7f97f64b59514d936:

  Linux 5.7-rc2 (2020-04-19 14:35:30 -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.8-rc1

for you to fetch changes up to c432df155919582a3cefa35a8f86256c830fa9a4:

  USB: serial: ch341: fix lockup of devices with limited prescaler (2020-05-27 15:01:05 +0200)

----------------------------------------------------------------
USB-serial updates for 5.8-rc1

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

 - a SPDX comment-style clean up
 - a fix usb_wwan modem drivers which could end up resubmitting the
   their read URBs in a tight loop on disconnect
 - a regression fix for a subset of quirky ch341 devices which would
   lock up on certain low line speeds when using the new divisor
   algorithm

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

----------------------------------------------------------------
Bin Liu (1):
      USB: serial: usb_wwan: do not resubmit rx urb on fatal errors

Johan Hovold (1):
      USB: serial: ch341: fix lockup of devices with limited prescaler

Michael Hanselmann (1):
      USB: serial: ch341: add basis for quirk detection

Nishad Kamdar (1):
      USB: serial: Use the correct style for SPDX License Identifier

 drivers/usb/serial/belkin_sa.h   |  2 +-
 drivers/usb/serial/ch341.c       | 68 ++++++++++++++++++++++++++++++++++++++--
 drivers/usb/serial/io_16654.h    |  2 +-
 drivers/usb/serial/io_edgeport.h |  2 +-
 drivers/usb/serial/io_ionsp.h    |  2 +-
 drivers/usb/serial/io_ti.h       |  2 +-
 drivers/usb/serial/io_usbvend.h  |  2 +-
 drivers/usb/serial/iuu_phoenix.h |  2 +-
 drivers/usb/serial/mct_u232.h    |  2 +-
 drivers/usb/serial/oti6858.h     |  2 +-
 drivers/usb/serial/pl2303.h      |  2 +-
 drivers/usb/serial/usb_wwan.c    |  4 +++
 drivers/usb/serial/visor.h       |  2 +-
 drivers/usb/serial/whiteheat.h   |  2 +-
 14 files changed, 81 insertions(+), 15 deletions(-)

             reply	other threads:[~2020-05-29  7:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-29  7:28 Johan Hovold [this message]
2020-05-29  7:42 ` [GIT PULL] USB-serial updates for 5.8-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=20200529072802.GA12532@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.