Message ID | ZiT6LyZvHAwg7Vye@kroah.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 5fa0ab4547ceb1a0f839ac0b8ca5f7f14179b0e4 |
Headers | show |
Series | [GIT,PULL] USB / Thunderbolt driver fixes for 6.9-rc5 | expand |
The pull request you sent on Sun, 21 Apr 2024 13:36:15 +0200:
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.9-rc5
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5fa0ab4547ceb1a0f839ac0b8ca5f7f14179b0e4
Thank you!
The following changes since commit 39cd87c4eb2b893354f3b850f916353f2658ae6f: Linux 6.9-rc2 (2024-03-31 14:32:39 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.9-rc5 for you to fetch changes up to 7a9a304069810c0c5296b851f228f8966d3a030e: Merge tag 'usb-serial-6.9-rc5' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2024-04-19 16:07:18 +0200) ---------------------------------------------------------------- USB / Thunderbolt driver fixes for 6.9-rc5 Here are some small USB and Thunderbolt driver fixes for 6.9-rc5. Included in here are: - MAINTAINER file update for invalid email address - usb-serial device id updates - typec driver fixes - thunderbolt / usb4 driver fixes - usb core shutdown fixes - cdc-wdm driver revert for reported problem in -rc1 - usb gadget driver fixes - xhci driver fixes All of these have been in linux-next for a while with no reported problems. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> ---------------------------------------------------------------- AngeloGioacchino Del Regno (1): usb: typec: mux: it5205: Fix ChipID value typo Christian A. Ehrhardt (1): usb: typec: ucsi: Fix connector check on init Chuanhong Guo (1): USB: serial: option: add support for Fibocom FM650/FG650 Coia Prant (1): USB: serial: option: add Lonsung U8300/U9300 product Daniele Palmas (1): USB: serial: option: add Telit FN920C04 rmnet compositions Fabio Estevam (1): usb: misc: onboard_usb_hub: Disable the USB hub clock on failure Gil Fine (2): thunderbolt: Fix wake configurations after device unplug thunderbolt: Avoid notify PM core about runtime PM resume Greg Kroah-Hartman (3): Merge tag 'thunderbolt-for-v6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-linus Revert "usb: cdc-wdm: close race between read and workqueue" Merge tag 'usb-serial-6.9-rc5' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus Jerry Meng (1): USB: serial: option: support Quectel EM060K sub-models Kai-Heng Feng (1): usb: Disable USB3 LPM at shutdown Krzysztof Kozlowski (1): usb: phy: MAINTAINERS: mark Freescale USB PHY as orphaned Kyle Tso (1): usb: typec: tcpm: Correct the PDO counting in pd_set Mathias Nyman (1): xhci: Fix root hub port null pointer dereference in xhci tracepoints Mika Westerberg (1): thunderbolt: Do not create DisplayPort tunnels on adapters of the same router Minas Harutyunyan (1): usb: dwc2: host: Fix dereference issue in DDMA completion flow. Norihiko Hama (1): usb: gadget: f_ncm: Fix UAF ncm object at re-bind after usb ep transport error Oliver Neukum (1): usb: xhci: correct return value in case of STS_HCE Paul Cercueil (2): usb: gadget: functionfs: Fix inverted DMA fence direction usb: gadget: functionfs: Wait for fences before enqueueing DMABUF Thinh Nguyen (1): usb: dwc3: ep0: Don't reset resource alloc flag Uwe Kleine-König (2): usb: gadget: fsl: Initialize udc before using it MAINTAINERS: Drop Li Yang as their email address stopped working Vanillan Wang (1): USB: serial: option: add Rolling RW101-GL and RW135-GL support bolan wang (1): USB: serial: option: add Fibocom FM135-GL variants MAINTAINERS | 14 +++------- drivers/thunderbolt/switch.c | 50 ++++++++++++++++++++++++++++------- drivers/thunderbolt/tb.c | 10 +++++-- drivers/thunderbolt/tb.h | 3 ++- drivers/thunderbolt/usb4.c | 13 ++++----- drivers/usb/class/cdc-wdm.c | 6 +---- drivers/usb/core/port.c | 4 ++- drivers/usb/dwc2/hcd_ddma.c | 4 ++- drivers/usb/dwc3/ep0.c | 3 ++- drivers/usb/gadget/function/f_fs.c | 29 +++++++++++--------- drivers/usb/gadget/function/f_ncm.c | 4 +-- drivers/usb/gadget/udc/fsl_udc_core.c | 5 ++-- drivers/usb/host/xhci-ring.c | 9 +++---- drivers/usb/host/xhci-trace.h | 12 ++++----- drivers/usb/misc/onboard_usb_hub.c | 6 ++++- drivers/usb/serial/option.c | 40 ++++++++++++++++++++++++++++ drivers/usb/typec/mux/it5205.c | 2 +- drivers/usb/typec/tcpm/tcpm.c | 4 +-- drivers/usb/typec/ucsi/ucsi.c | 6 +++-- 19 files changed, 151 insertions(+), 73 deletions(-)