mbox series

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

Message ID 20201008143924.GA26847@localhost (mailing list archive)
State Accepted
Commit 3bfb8239be5753a6d7a77556d09ef99ebed89964
Headers show
Series [GIT,PULL] USB-serial updates for 5.10-rc1 | expand

Pull-request

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

Message

Johan Hovold Oct. 8, 2020, 2:39 p.m. UTC
Hi Greg,

Here are the USB serial updates for 5.10.

Note that I fixed up a Link tag in the last commit while preparing the series,
hence the late commit timestamp.

Johan


The following changes since commit ba4f184e126b751d1bffad5897f263108befc780:

  Linux 5.9-rc6 (2020-09-20 16:33:55 -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.10-rc1

for you to fetch changes up to 3e765cab8abe7f84cb80d4a7a973fc97d5742647:

  USB: serial: option: add Cellient MPL200 card (2020-10-08 16:30:29 +0200)

----------------------------------------------------------------
USB-serial updates for 5.10-rc1

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

 - new device ids
 - various clean ups

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

----------------------------------------------------------------
Johan Hovold (2):
      USB: serial: ftdi_sio: clean up jtag quirks
      USB: serial: qcserial: fix altsetting probing

Leonid Bloch (1):
      USB: serial: option: Add Telit FT980-KS composition

Mychaela N. Falconia (2):
      USB: serial: ftdi_sio: add support for FreeCalypso JTAG+UART adapters
      USB: serial: ftdi_sio: use cur_altsetting for consistency

Scott Chen (1):
      USB: serial: pl2303: add device-id for HP GC device

Wilken Gottwalt (1):
      USB: serial: option: add Cellient MPL200 card

 drivers/usb/serial/ftdi_sio.c     | 37 ++++++++++++++++++++-----------------
 drivers/usb/serial/ftdi_sio_ids.h |  7 +++++++
 drivers/usb/serial/option.c       |  5 +++++
 drivers/usb/serial/pl2303.c       |  1 +
 drivers/usb/serial/pl2303.h       |  1 +
 drivers/usb/serial/qcserial.c     |  4 ++--
 6 files changed, 36 insertions(+), 19 deletions(-)

Comments

Greg Kroah-Hartman Oct. 8, 2020, 3:30 p.m. UTC | #1
On Thu, Oct 08, 2020 at 04:39:24PM +0200, Johan Hovold wrote:
> Hi Greg,
> 
> Here are the USB serial updates for 5.10.
> 
> Note that I fixed up a Link tag in the last commit while preparing the series,
> hence the late commit timestamp.
> 
> Johan
> 
> 
> The following changes since commit ba4f184e126b751d1bffad5897f263108befc780:
> 
>   Linux 5.9-rc6 (2020-09-20 16:33:55 -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.10-rc1

Pulled and pushed out, thanks.

greg k-h