[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <YoENuIsPvWwfh3F7@kroah.com>
Date: Sun, 15 May 2022 16:27:04 +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
Subject: [GIT PULL] USB driver fixes for 5.18-rc7
The following changes since commit 672c0c5173427e6b3e2a9bbb7be51ceeec78093a:
Linux 5.18-rc5 (2022-05-01 13:57:58 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.18-rc7
for you to fetch changes up to 757b9f6e6a2070043e5f215ff4afe350ecfb2bf7:
Merge tag 'usb-serial-5.18-rc7' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial (2022-05-13 08:29:40 +0200)
----------------------------------------------------------------
USB fixes for 5.18-rc7
Here are some small fixes for reported issues with some USB drivers.
They include:
- xhci fixes for xhci-mtk platform driver
- typec driver fixes for reported problems.
- cdc-wdm read-stuck fix
- gadget driver fix for reported race condition
- new usb-serial driver ids
All of these have been in linux-next with no reported problems.
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
----------------------------------------------------------------
ChiYuan Huang (1):
usb: typec: tcpci_mt6360: Update for BMC PHY setting
Chunfeng Yun (2):
usb: xhci-mtk: fix fs isoc's transfer error
usb: xhci-mtk: remove bandwidth budget table
Dan Vacura (1):
usb: gadget: uvc: allow for application to cleanly shutdown
Ethan Yang (1):
USB: serial: qcserial: add support for Sierra Wireless EM7590
Greg Kroah-Hartman (1):
Merge tag 'usb-serial-5.18-rc7' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial
Schspa Shi (1):
usb: gadget: fix race when gadget driver register via ioctl
Scott Chen (1):
USB: serial: pl2303: add device id for HP LM930 Display
Sergey Ryazanov (1):
usb: cdc-wdm: fix reading stuck on device close
Sven Schwermer (2):
USB: serial: option: add Fibocom L610 modem
USB: serial: option: add Fibocom MA510 modem
Uwe Kleine-König (1):
usb: typec: tcpci: Don't skip cleanup in .remove() on error
drivers/usb/class/cdc-wdm.c | 1 +
drivers/usb/gadget/function/f_uvc.c | 25 ++++++++++
drivers/usb/gadget/function/uvc.h | 2 +
drivers/usb/gadget/function/uvc_v4l2.c | 3 +-
drivers/usb/gadget/legacy/raw_gadget.c | 2 +
drivers/usb/host/xhci-mtk-sch.c | 90 +++++++---------------------------
drivers/usb/host/xhci-mtk.h | 2 -
drivers/usb/serial/option.c | 4 ++
drivers/usb/serial/pl2303.c | 1 +
drivers/usb/serial/pl2303.h | 1 +
drivers/usb/serial/qcserial.c | 2 +
drivers/usb/typec/tcpm/tcpci.c | 2 +-
drivers/usb/typec/tcpm/tcpci_mt6360.c | 26 ++++++++++
13 files changed, 86 insertions(+), 75 deletions(-)
Powered by blists - more mailing lists