Message ID | ZoFnokzotlrCPKfs@kroah.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 2c01c3d552c29da92a91bd44c067d2c74c500a95 |
Headers | show |
Series | [GIT,PULL] USB driver fixes for 6.10-rc6 | expand |
The pull request you sent on Sun, 30 Jun 2024 16:11:46 +0200:
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.10-rc6
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2c01c3d552c29da92a91bd44c067d2c74c500a95
Thank you!
The following changes since commit 6ba59ff4227927d3a8530fc2973b80e94b54d58f: Linux 6.10-rc4 (2024-06-16 13:40:16 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.10-rc6 for you to fetch changes up to fc1d1a712b517bbcb383b1f1f7ef478e7d0579f2: usb: dwc3: core: Workaround for CSR read timeout (2024-06-27 16:25:38 +0200) ---------------------------------------------------------------- USB fixes for 6.10-rc6 Here are a handful of small USB driver fixes for 6.10-rc6 to resolve some reported issues. Included in here are: - typec driver bugfixes - usb gadget driver reverts for commits that were reported to have problems - resource leak bugfix - gadget driver bugfixes - dwc3 driver bugfixes - usb atm driver bugfix for when syzbot got loose on it All of these have been in linux-next this week with no reported issues. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> ---------------------------------------------------------------- Dan Carpenter (1): usb: musb: da8xx: fix a resource leak in probe() Diogo Ivo (1): usb: typec: ucsi_acpi: Add LG Gram quirk Fabrice Gasnier (1): usb: ucsi: stm32: fix command completion handling Ferry Toth (2): Revert "usb: gadget: u_ether: Re-attach netif device to mirror detachment" Revert "usb: gadget: u_ether: Replace netif_stop_queue with netif_device_detach" Javier Carrasco (1): usb: typec: ucsi: glink: fix child node release in probe function Jeremy Kerr (1): usb: gadget: aspeed_udc: fix device address configuration Jos Wang (1): usb: dwc3: core: Workaround for CSR read timeout Meng Li (1): usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock Nikita Zhandarovich (1): usb: atm: cxacru: fix endpoint checking in cxacru_bind() Oliver Neukum (2): usb: gadget: printer: SS+ support usb: gadget: printer: fix races against disable drivers/usb/atm/cxacru.c | 14 ++++++++ drivers/usb/dwc3/core.c | 26 ++++++++++---- drivers/usb/gadget/function/f_printer.c | 40 +++++++++++++++------ drivers/usb/gadget/function/u_ether.c | 4 +-- drivers/usb/gadget/udc/aspeed_udc.c | 4 +-- drivers/usb/musb/da8xx.c | 8 +++-- drivers/usb/typec/ucsi/ucsi_acpi.c | 61 +++++++++++++++++++++++++++++++++ drivers/usb/typec/ucsi/ucsi_glink.c | 5 ++- drivers/usb/typec/ucsi/ucsi_stm32g0.c | 19 +++++++--- 9 files changed, 152 insertions(+), 29 deletions(-)