[<prev] [next>] [day] [month] [year] [list]
Message-ID: <ZtNVs1boCTfsIu_3@kroah.com>
Date: Sat, 31 Aug 2024 19:41:07 +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 6.11-rc6
[resend with correct subject line this time, sorry about that...]
The following changes since commit 47ac09b91befbb6a235ab620c32af719f8208399:
Linux 6.11-rc4 (2024-08-18 13:17:27 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.11-rc6
for you to fetch changes up to 58c2fa54257d640c83137b44e12c174fd660a485:
Merge tag 'usb-serial-6.11-rc6' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2024-08-30 15:41:18 +0200)
----------------------------------------------------------------
USB fixes for 6.11-rc6
Here are some small USB fixes for 6.11-rc6. Included in here are:
- dwc3 driver fixes for reported issues
- MAINTAINER file update, marking a driver as unsupported :(
- cdnsp driver fixes
- USB gadget driver fix
- USB sysfs fix
- other tiny fixes
- new device ids for usb serial driver
All of these have been in linux-next this week with no reported issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
----------------------------------------------------------------
Alexander Stein (1):
dt-bindings: usb: microchip,usb2514: Fix reference USB device schema
Greg Kroah-Hartman (1):
Merge tag 'usb-serial-6.11-rc6' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus
Ian Ray (1):
cdc-acm: Add DISABLE_ECHO quirk for GE HealthCare UI Controller
Krzysztof Kozlowski (4):
usb: dwc3: omap: add missing depopulate in probe error path
usb: dwc3: xilinx: add missing depopulate in probe error path
usb: dwc3: st: fix probed platform device ref count on probe error path
usb: dwc3: st: add missing depopulate in probe error path
Laurent Pinchart (1):
MAINTAINERS: Mark UVC gadget driver as orphan
Luca Weiss (1):
usb: typec: fsa4480: Relax CHIP_ID check
Michael Grzeschik (1):
usb: dwc3: ep0: Don't reset resource alloc flag (including ep0)
Pawel Laszczak (2):
usb: cdnsp: fix incorrect index in cdnsp_get_hw_deq function
usb: cdnsp: fix for Link TRB with TC
Selvarasu Ganesan (1):
usb: dwc3: core: Prevent USB core invalid event buffer address access
Xu Yang (1):
usb: gadget: uvc: queue pump work in uvcg_video_enable()
ZHANG Yuntian (1):
USB: serial: option: add MeiG Smart SRM825L
Zijun Hu (1):
usb: core: sysfs: Unmerge @usb3_hardware_lpm_attr_group in remove_power_attributes()
.../devicetree/bindings/usb/microchip,usb2514.yaml | 9 ++++++-
MAINTAINERS | 4 +--
drivers/usb/cdns3/cdnsp-gadget.h | 3 +++
drivers/usb/cdns3/cdnsp-ring.c | 30 +++++++++++++++++++++-
drivers/usb/class/cdc-acm.c | 3 +++
drivers/usb/core/sysfs.c | 1 +
drivers/usb/dwc3/core.c | 8 ++++++
drivers/usb/dwc3/dwc3-omap.c | 4 ++-
drivers/usb/dwc3/dwc3-st.c | 16 +++++-------
drivers/usb/dwc3/dwc3-xilinx.c | 7 ++++-
drivers/usb/dwc3/ep0.c | 3 ++-
drivers/usb/gadget/function/uvc_video.c | 1 +
drivers/usb/serial/option.c | 5 ++++
drivers/usb/typec/mux/fsa4480.c | 2 +-
14 files changed, 78 insertions(+), 18 deletions(-)
Powered by blists - more mailing lists