[GIT PULL] More USB changes for 5.15-rc1

From: Greg KH
Date: Sat Sep 04 2021 - 02:21:53 EST


The following changes since commit 835d31d319d9c8c4eb6cac074643360ba0ecab10:

Merge tag 'media/v5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media (2021-09-01 10:34:52 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.15-rc1-2

for you to fetch changes up to 1b4f3dfb4792f03b139edf10124fcbeb44e608e6:

Merge tag 'usb-serial-5.15-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-next (2021-09-01 20:11:41 +0200)

----------------------------------------------------------------
More USB changes for 5.15-rc1

Here are some straggler USB-serial changes for 5.15-rc1.

These were not included in the first pull request as they came in "late"
from Johan and I had missed them in my pull request earlier this week.

Nothing big in here, just some USB to serial driver updates and fixes.
All of these were in linux-next before I pulled them into my tree, and
have been in linux-next all this week from my tree with no reported
problems.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Greg Kroah-Hartman (2):
Merge tag 'usb-serial-5.15-rc1-2' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-next
Merge tag 'usb-serial-5.15-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-next

Johan Hovold (7):
USB: serial: io_edgeport: drop unused descriptor helper
USB: serial: cp210x: fix control-characters error handling
USB: serial: cp210x: fix flow-control error handling
USB: serial: cp210x: clean up control-request timeout
USB: serial: cp210x: clean up set-chars request
USB: serial: cp210x: clean up type detection
USB: serial: cp210x: determine fw version for CP2105 and CP2108

Robert Marko (1):
USB: serial: pl2303: fix GL type detection

Utkarsh Verma (1):
USB: serial: replace symbolic permissions by octal permissions

drivers/usb/serial/cp210x.c | 77 +++++++++++++++++-----------------------
drivers/usb/serial/cypress_m8.c | 6 ++--
drivers/usb/serial/ftdi_sio.c | 2 +-
drivers/usb/serial/garmin_gps.c | 2 +-
drivers/usb/serial/io_edgeport.c | 33 -----------------
drivers/usb/serial/io_ti.c | 4 +--
drivers/usb/serial/ipaq.c | 4 +--
drivers/usb/serial/iuu_phoenix.c | 10 +++---
drivers/usb/serial/pl2303.c | 1 +
drivers/usb/serial/sierra.c | 2 +-
10 files changed, 48 insertions(+), 93 deletions(-)