[GIT PULL] USB-serial updates for 6.11-rc1

From: Johan Hovold
Date: Mon Jul 15 2024 - 08:23:40 EST


The following changes since commit 22a40d14b572deb80c0648557f4bd502d7e83826:

Linux 6.10-rc6 (2024-06-30 14:40:44 -0700)

are available in the Git repository at:

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

for you to fetch changes up to df8c0b8a03e871431587a13a6765cb4c601e1573:

USB: serial: garmin_gps: use struct_size() to allocate pkt (2024-07-05 14:01:43 +0200)

----------------------------------------------------------------
USB-serial updates for 6.11-rc1

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

- add missing module descriptions
- add flexible array annotation in garmin_gps

Included are also various clean ups.

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

----------------------------------------------------------------
Dr. David Alan Gilbert (1):
USB: serial: spcp8x5: remove unused struct 'spcp8x5_usb_ctrl_arg'

Javier Carrasco (2):
USB: serial: garmin_gps: annotate struct garmin_packet with __counted_by
USB: serial: garmin_gps: use struct_size() to allocate pkt

Jeff Johnson (1):
USB: serial: add missing MODULE_DESCRIPTION() macros

drivers/usb/serial/ch341.c | 1 +
drivers/usb/serial/garmin_gps.c | 5 ++---
drivers/usb/serial/mxuport.c | 1 +
drivers/usb/serial/navman.c | 1 +
drivers/usb/serial/qcaux.c | 1 +
drivers/usb/serial/spcp8x5.c | 10 ----------
drivers/usb/serial/symbolserial.c | 1 +
drivers/usb/serial/usb-serial-simple.c | 1 +
drivers/usb/serial/usb_debug.c | 1 +
9 files changed, 9 insertions(+), 13 deletions(-)