Message ID | ZtNVkRAgDKh7q0Nn@kroah.com (mailing list archive) |
---|---|
State | Accepted |
Commit | e8784b0aef62cd6117e1c93c64d060e4c7314a1f |
Headers | show |
Series | [GIT,PULL] USB / Thunderbolt driver fixes for 6.11-rc4 | expand |
The pull request you sent on Sat, 31 Aug 2024 19:40:33 +0200:
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.11-rc6
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e8784b0aef62cd6117e1c93c64d060e4c7314a1f
Thank you!
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@linuxfoundation.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(-)