* [GIT PULL] USB / Thunderbolt driver fixes for 6.11-rc4
@ 2024-08-18 15:38 Greg KH
2024-08-18 17:23 ` pr-tracker-bot
0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2024-08-18 15:38 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Andrew Morton, linux-kernel, linux-usb
The following changes since commit 7c626ce4bae1ac14f60076d00eafe71af30450ba:
Linux 6.11-rc3 (2024-08-11 14:27:14 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.11-rc4
for you to fetch changes up to af8e119f52e9c13e556be9e03f27957554a84656:
xhci: Fix Panther point NULL pointer deref at full-speed re-enumeration (2024-08-15 16:29:46 +0200)
----------------------------------------------------------------
USB / Thunderbolt driver fixes for 6.11-rc4
Here are some small USB and Thunderbolt driver fixes for 6.11-rc4 to
resolve some reported issues. Included in here are:
- thunderbolt driver fixes for reported problems
- typec driver fixes
- xhci fixes
- new device id for ljca usb driver
All of these have been in linux-next this week with no reported issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Aapo Vienamo (1):
thunderbolt: Fix memory leaks in {port|retimer}_sb_regs_write()
Greg Kroah-Hartman (1):
Merge tag 'thunderbolt-for-v6.11-rc3' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-linus
Hans de Goede (1):
usb: misc: ljca: Add Lunar Lake ljca GPIO HID to ljca_gpio_hids[]
Heikki Krogerus (1):
usb: typec: ucsi: Fix the return value of ucsi_run_command()
Marc Zyngier (1):
usb: xhci: Check for xhci->interrupters being allocated in xhci_mem_clearup()
Mathias Nyman (1):
xhci: Fix Panther point NULL pointer deref at full-speed re-enumeration
Mika Westerberg (1):
thunderbolt: Mark XDomain as unplugged when router is removed
Niklas Neronin (1):
usb: xhci: fix duplicate stall handling in handle_tx_event()
Xu Yang (1):
Revert "usb: typec: tcpm: clear pd_event queue in PORT_RESET"
drivers/thunderbolt/debugfs.c | 10 ++++++----
drivers/thunderbolt/switch.c | 1 +
drivers/usb/host/xhci-mem.c | 2 +-
drivers/usb/host/xhci-ring.c | 1 +
drivers/usb/host/xhci.c | 8 +++++---
drivers/usb/misc/usb-ljca.c | 1 +
drivers/usb/typec/tcpm/tcpm.c | 1 -
drivers/usb/typec/ucsi/ucsi.c | 2 +-
8 files changed, 16 insertions(+), 10 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] USB / Thunderbolt driver fixes for 6.11-rc4
2024-08-18 15:38 [GIT PULL] USB / Thunderbolt driver fixes for 6.11-rc4 Greg KH
@ 2024-08-18 17:23 ` pr-tracker-bot
0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2024-08-18 17:23 UTC (permalink / raw)
To: Greg KH; +Cc: Linus Torvalds, Andrew Morton, linux-kernel, linux-usb
The pull request you sent on Sun, 18 Aug 2024 17:38:31 +0200:
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.11-rc4
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3d9061d22bef282dfd993f9481a1f0cb755bd7f6
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] USB / Thunderbolt driver fixes for 6.11-rc4
@ 2024-08-31 17:40 Greg KH
2024-08-31 19:13 ` pr-tracker-bot
0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2024-08-31 17:40 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Andrew Morton, linux-kernel, linux-usb
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(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] USB / Thunderbolt driver fixes for 6.11-rc4
2024-08-31 17:40 Greg KH
@ 2024-08-31 19:13 ` pr-tracker-bot
0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2024-08-31 19:13 UTC (permalink / raw)
To: Greg KH; +Cc: Linus Torvalds, Andrew Morton, linux-kernel, linux-usb
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!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-08-31 19:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-18 15:38 [GIT PULL] USB / Thunderbolt driver fixes for 6.11-rc4 Greg KH
2024-08-18 17:23 ` pr-tracker-bot
-- strict thread matches above, loose matches on Subject: below --
2024-08-31 17:40 Greg KH
2024-08-31 19:13 ` pr-tracker-bot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.