mbox series

[GIT,PULL] USB-serial updates for 5.8-rc1

Message ID 20200529072802.GA12532@localhost (mailing list archive)
State Mainlined
Commit 4b9d03131de3196fab550029836b0e2ff4419bf3
Headers show
Series [GIT,PULL] USB-serial updates for 5.8-rc1 | expand

Pull-request

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

Message

Johan Hovold May 29, 2020, 7:28 a.m. UTC
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(-)

Comments

Greg KH May 29, 2020, 7:42 a.m. UTC | #1
On Fri, May 29, 2020 at 09:28:02AM +0200, Johan Hovold wrote:
> 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

Pulled and pushed out, thanks.

greg k-h