[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZxUHeLHqcv55AzHa@kroah.com>
Date: Sun, 20 Oct 2024 15:36:56 +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 fixes for 6.12-rc4
The following changes since commit 8e929cb546ee42c9a61d24fae60605e9e3192354:
Linux 6.12-rc3 (2024-10-13 14:33:32 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.12-rc4
for you to fetch changes up to 1154a599214c655c8138b540f13845257f1952fd:
Merge tag 'usb-serial-6.12-rc4' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2024-10-18 12:11:28 +0200)
----------------------------------------------------------------
USB driver fixes for 6.12-rc4
Here are some small USB driver fixes and new device ids for 6.12-rc4.
Included in here are:
- xhci driver fixes for a number of reported issues
- new usb-serial driver ids
- dwc3 driver fixes for reported problems.
- usb gadget driver fixes for reported problems
- typec driver fixes
- MAINTAINER file updates
All of these have been in linux-next this week with no reported issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
----------------------------------------------------------------
Alan Stern (1):
USB: gadget: dummy-hcd: Fix "task hung" problem
Andrey Konovalov (1):
MAINTAINERS: usb: raw-gadget: add bug tracker link
Benjamin B. Frost (1):
USB: serial: option: add support for Quectel EG916Q-GL
Daniele Palmas (1):
USB: serial: option: add Telit FN920C04 MBIM compositions
Greg Kroah-Hartman (1):
Merge tag 'usb-serial-6.12-rc4' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus
Henry Lin (1):
xhci: tegra: fix checked USB2 port number
Jonathan Marek (1):
usb: typec: qcom-pmic-typec: fix sink status being overwritten with RP_DEF
Kevin Groeneveld (1):
usb: gadget: f_uac2: fix return value for UAC2_ATTRIBUTE_STRING store
Mathias Nyman (3):
xhci: Fix incorrect stream context type macro
xhci: Mitigate failed set dequeue pointer commands
xhci: dbc: honor usb transfer size boundaries.
Michal Pecio (1):
usb: xhci: Fix handling errors mid TD followed by other errors
Prashanth K (1):
usb: dwc3: Wait for EndXfer completion before restoring GUSB2PHYCFG
Roger Quadros (1):
usb: dwc3: core: Fix system suspend on TI AM62 platforms
Sakari Ailus (1):
MAINTAINERS: Add an entry for the LJCA drivers
Thadeu Lima de Souza Cascardo (1):
usb: typec: altmode should keep reference to parent
MAINTAINERS | 11 ++++
drivers/usb/dwc3/core.c | 19 ++++++
drivers/usb/dwc3/core.h | 3 +
drivers/usb/dwc3/gadget.c | 10 ++--
drivers/usb/gadget/function/f_uac2.c | 6 +-
drivers/usb/gadget/udc/dummy_hcd.c | 20 +++++--
drivers/usb/host/xhci-dbgcap.h | 1 +
drivers/usb/host/xhci-dbgtty.c | 55 +++++++++++++++--
drivers/usb/host/xhci-ring.c | 68 ++++++++++------------
drivers/usb/host/xhci-tegra.c | 2 +-
drivers/usb/host/xhci.h | 2 +-
drivers/usb/serial/option.c | 8 +++
drivers/usb/typec/class.c | 3 +
drivers/usb/typec/tcpm/qcom/qcom_pmic_typec_port.c | 1 -
14 files changed, 151 insertions(+), 58 deletions(-)
Powered by blists - more mailing lists