Message ID | ZDFUfXFg3s03QbsL@kroah.com (mailing list archive) |
---|---|
State | Accepted |
Commit | a211b1c05d487dc9f78688ac3058d2d7a4581807 |
Headers | show |
Series | [GIT,PULL] USB / Thunderbolt driver fixes for 6.3-rc6 | expand |
The pull request you sent on Sat, 8 Apr 2023 13:48:13 +0200:
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.3-rc6
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/a211b1c05d487dc9f78688ac3058d2d7a4581807
Thank you!
The following changes since commit 197b6b60ae7bc51dd0814953c562833143b292aa: Linux 6.3-rc4 (2023-03-26 14:40:20 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.3-rc6 for you to fetch changes up to 1edf48991a783d00a3a18dc0d27c88139e4030a2: usb: cdnsp: Fixes error: uninitialized symbol 'len' (2023-04-05 19:55:04 +0200) ---------------------------------------------------------------- USB bugfixes for 6.3-rc6 Here are some small USB bugfixes for 6.3-rc6 that have been in my tree, and in linux-next, for a while. Included in here are: - new usb-serial driver device ids - xhci bugfixes for reported problems - gadget driver bugfixes for reported problems - dwc3 new device id All have been in linux-next with no reported problems. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> ---------------------------------------------------------------- Bjørn Mork (1): USB: serial: option: add Quectel RM500U-CN modem D Scott Phillips (1): xhci: also avoid the XHCI_ZERO_64B_REGS quirk with a passthrough iommu Enrico Sau (1): USB: serial: option: add Telit FE990 compositions Greg Kroah-Hartman (1): Merge tag 'usb-serial-6.3-rc5' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus Heikki Krogerus (1): usb: dwc3: pci: add support for the Intel Meteor Lake-S Kees Jan Koster (1): USB: serial: cp210x: add Silicon Labs IFS-USB-DATACABLE IDs Mathias Nyman (2): Revert "usb: xhci-pci: Set PROBE_PREFER_ASYNCHRONOUS" xhci: Free the command allocated for setting LPM if we return early Pawel Laszczak (1): usb: cdnsp: Fixes error: uninitialized symbol 'len' RD Babiera (1): usb: typec: altmodes/displayport: Fix configure initial pin assignment Sandeep Dhavale (2): usb: gadget: f_fs: Fix ffs_epfile_read_iter to handle ITER_UBUF usb: gadgetfs: Fix ep_read_iter to handle ITER_UBUF Wayne Chang (1): usb: xhci: tegra: fix sleep in atomic call drivers/usb/cdns3/cdnsp-ep0.c | 3 +-- drivers/usb/dwc3/dwc3-pci.c | 4 ++++ drivers/usb/gadget/function/f_fs.c | 2 +- drivers/usb/gadget/legacy/inode.c | 2 +- drivers/usb/host/xhci-pci.c | 7 +++---- drivers/usb/host/xhci-tegra.c | 6 +++--- drivers/usb/host/xhci.c | 7 ++++++- drivers/usb/serial/cp210x.c | 1 + drivers/usb/serial/option.c | 10 ++++++++++ drivers/usb/typec/altmodes/displayport.c | 6 +++++- 10 files changed, 35 insertions(+), 13 deletions(-)