mbox series

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

Message ID ZzdTyegI_dodavrc@hovoldconsulting.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] USB-serial updates for 6.13-rc1 | expand

Pull-request

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

Message

Johan Hovold Nov. 15, 2024, 1:59 p.m. UTC
The following changes since commit 59b723cd2adbac2a34fc8e12c74ae26ae45bf230:

  Linux 6.12-rc6 (2024-11-03 14:05:52 -1000)

are available in the Git repository at:

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

for you to fetch changes up to 8b524944f92ccad925b574f645e9c2709cf60d1e:

  USB: serial: ftdi_sio: Fix atomicity violation in get_serial_info() (2024-11-07 17:21:10 +0100)

----------------------------------------------------------------
USB-serial updates for 6.13-rc1

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

 - improved support for quirky pl2303 hxd devices
 - make sure ftdi_sio TIOCGSERIAL returns consistent data

Everything has been in linux-next with no reported issues.

----------------------------------------------------------------
Jan Kiszka (1):
      USB: serial: pl2303: account for deficits of clones

Qiu-ji Chen (1):
      USB: serial: ftdi_sio: Fix atomicity violation in get_serial_info()

 drivers/usb/serial/ftdi_sio.c |  2 ++
 drivers/usb/serial/pl2303.c   | 38 +++++++++++++++++++++++++++++++++++++-
 2 files changed, 39 insertions(+), 1 deletion(-)

Comments

Greg KH Nov. 15, 2024, 4:45 p.m. UTC | #1
On Fri, Nov 15, 2024 at 02:59:37PM +0100, Johan Hovold wrote:
> The following changes since commit 59b723cd2adbac2a34fc8e12c74ae26ae45bf230:
> 
>   Linux 6.12-rc6 (2024-11-03 14:05:52 -1000)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-6.13-rc1

Pulled and pushed out, thanks.

greg k-h