[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <YTMQc8Cqjr29gelw@kroah.com>
Date: Sat, 4 Sep 2021 08:21:39 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org, linux-usb@...r.kernel.org,
Johan Hovold <johan@...nel.org>
Subject: [GIT PULL] More USB changes for 5.15-rc1
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@...uxfoundation.org>
----------------------------------------------------------------
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(-)
Powered by blists - more mailing lists