[GIT PULL] USB driver fixes for 6.1-rc6
From: Greg KH
Date: Fri Nov 18 2022 - 13:11:07 EST
The following changes since commit 30a0b95b1335e12efef89dd78518ed3e4a71a763:
Linux 6.1-rc3 (2022-10-30 15:19:28 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.1-rc6
for you to fetch changes up to 59a51183be1a6aaaf6f8483aec82e2fbf2c74ab9:
Merge tag 'usb-serial-6.1-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2022-11-17 22:06:28 +0100)
----------------------------------------------------------------
USB driver fixes for 6.1-rc6
Here are a number of USB driver fixes and new device ids for 6.1-rc6.
Included in here are:
- new usb-serial device ids
- dwc3 driver fixes for reported problems
- cdns3 driver fixes
- new USB device quirks
- typec driver fixes
- extcon USB typec driver fix
All of these have been in linux-next with no reported issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
----------------------------------------------------------------
Benoît Monin (1):
USB: serial: option: add Sierra Wireless EM9191
Davide Tronchin (3):
USB: serial: option: remove old LARA-R6 PID
USB: serial: option: add u-blox LARA-R6 00B modem
USB: serial: option: add u-blox LARA-L6 modem
Duoming Zhou (1):
usb: chipidea: fix deadlock in ci_otg_del_timer
Greg Kroah-Hartman (1):
Merge tag 'usb-serial-6.1-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus
Janne Grunau (1):
usb: dwc3: Do not get extcon device when usb-role-switch is used
Johan Hovold (1):
Revert "usb: dwc3: disable USB core PHY management"
Li Jun (1):
usb: cdns3: host: fix endless superspeed hub port reset
Linus Walleij (1):
USB: bcma: Make GPIO explicitly optional
Nicolas Dumazet (1):
usb: add NO_LPM quirk for Realforce 87U Keyboard
Rajat Khandelwal (1):
usb: typec: mux: Enter safe mode only when pins need to be reconfigured
Reinhard Speyerer (1):
USB: serial: option: add Fibocom FM160 0x0111 composition
Sven Peter (1):
usb: typec: tipd: Prevent uninitialized event{1,2} in IRQ handler
Thinh Nguyen (1):
usb: dwc3: gadget: Return -ESHUTDOWN on ep disable
Yassine Oudjana (1):
extcon: usbc-tusb320: Call the Type-C IRQ handler only if a port is registered
drivers/extcon/extcon-usbc-tusb320.c | 8 ++++-
drivers/usb/cdns3/host.c | 56 +++++++++++++++++------------------
drivers/usb/chipidea/otg_fsm.c | 2 ++
drivers/usb/core/quirks.c | 3 ++
drivers/usb/dwc3/core.c | 10 +++++++
drivers/usb/dwc3/gadget.c | 2 +-
drivers/usb/dwc3/host.c | 10 -------
drivers/usb/host/bcma-hcd.c | 10 ++++---
drivers/usb/serial/option.c | 19 ++++++++++--
drivers/usb/typec/mux/intel_pmc_mux.c | 15 ++++++++--
drivers/usb/typec/tipd/core.c | 6 ++--
11 files changed, 90 insertions(+), 51 deletions(-)