[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <YhjYDWv9q/44eWZu@kroah.com>
Date: Fri, 25 Feb 2022 14:22:21 +0100
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 fixes for 5.17-rc6
The following changes since commit 754e0b0e35608ed5206d6a67a791563c631cec07:
Linux 5.17-rc4 (2022-02-13 12:13:30 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.17-rc6
for you to fetch changes up to 19eae24b76c27dedfb166dc06a8c48e052cbc814:
Merge tag 'usb-serial-5.17-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2022-02-24 14:51:45 +0100)
----------------------------------------------------------------
USB fixes for 5.17-rc6
Here are a number of small USB driver fixes for 5.17-rc6 to resolve
reported problems and add new device ids. They include:
- dwc3 device mapping fix
- dwc3 new device ids
- xhci driver fixes
- dwc3 driver fixes
- gadget driver fixes
- usb-serial driver device id updates
All of these have been in linux-next with no reported problems.
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
----------------------------------------------------------------
Daehwan Jung (1):
usb: gadget: rndis: add spinlock for rndis response list
Daniele Palmas (1):
USB: serial: option: add Telit LE910R1 compositions
Dmytro Bagrii (1):
Revert "USB: serial: ch341: add new Product ID for CH341A"
Fabrice Gasnier (1):
usb: dwc2: drd: fix soft connect when gadget is unconfigured
Greg Kroah-Hartman (1):
Merge tag 'usb-serial-5.17-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus
Hans de Goede (2):
usb: dwc3: pci: Add "snps,dis_u2_susphy_quirk" for Intel Bay Trail
usb: dwc3: pci: Fix Bay Trail phy GPIO mappings
Heikki Krogerus (1):
usb: dwc3: pci: add support for the Intel Raptor Lake-S
Hongyu Xie (1):
xhci: Prevent futile URB re-submissions due to incorrect return value.
Jens Axboe (1):
tps6598x: clear int mask on probe failure
Puma Hsu (1):
xhci: re-initialize the HC during resume if HCE was set
Sebastian Andrzej Siewior (1):
usb: dwc3: gadget: Let the interrupt handler disable bottom halves.
Slark Xiao (1):
USB: serial: option: add support for DW5829e
Szymon Heidrich (1):
USB: gadget: validate endpoint index for xilinx udc
drivers/usb/dwc2/core.h | 2 ++
drivers/usb/dwc2/drd.c | 6 ++++--
drivers/usb/dwc3/dwc3-pci.c | 21 ++++++++++++++++++---
drivers/usb/dwc3/gadget.c | 2 ++
drivers/usb/gadget/function/rndis.c | 8 ++++++++
drivers/usb/gadget/function/rndis.h | 1 +
drivers/usb/gadget/udc/udc-xilinx.c | 6 ++++++
drivers/usb/host/xhci.c | 28 +++++++++++++++++++---------
drivers/usb/serial/ch341.c | 1 -
drivers/usb/serial/option.c | 12 ++++++++++++
drivers/usb/typec/tipd/core.c | 7 ++++---
11 files changed, 76 insertions(+), 18 deletions(-)
Powered by blists - more mailing lists