[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZI25EoACbZnSfnYF@kroah.com>
Date: Sat, 17 Jun 2023 15:45:54 +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.4-rc7
The following changes since commit 9561de3a55bed6bdd44a12820ba81ec416e705a7:
Linux 6.4-rc5 (2023-06-04 14:04:27 -0400)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.4-rc7
for you to fetch changes up to 286d9975a838d0a54da049765fa1d1fb96b89682:
usb: gadget: udc: core: Prevent soft_connect_store() race (2023-06-13 12:16:34 +0200)
----------------------------------------------------------------
USB/Thunderbolt Fixes for 6.4-rc7
Here are some small USB and Thunderbolt driver fixes and new device ids
for 6.4-rc7 to resolve some reported problems. Included in here are:
- new USB serial device ids
- USB gadget core fixes for long-dissussed problems
- dwc3 bugfixes for reported issues.
- typec driver fixes
- thunderbolt driver fixes
All of these have been in linux-next this week with no reported issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
----------------------------------------------------------------
Badhri Jagan Sridharan (2):
usb: gadget: udc: core: Offload usb_udc_vbus_handler processing
usb: gadget: udc: core: Prevent soft_connect_store() race
Biju Das (1):
usb: gadget: udc: renesas_usb3: Fix RZ/V2M {modprobe,bind} error
Elson Roy Serrao (1):
usb: dwc3: gadget: Reset num TRBs before giving back the request
Greg Kroah-Hartman (2):
Merge tag 'thunderbolt-for-v6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-linus
Merge tag 'usb-serial-6.4-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus
Heikki Krogerus (1):
usb: typec: ucsi: Fix command cancellation
Jerry Meng (1):
USB: serial: option: add Quectel EM061KGL series
Johan Hovold (2):
USB: dwc3: qcom: fix NULL-deref on suspend
USB: dwc3: fix use-after-free on core driver unbind
Mika Westerberg (4):
thunderbolt: dma_test: Use correct value for absent rings when creating paths
thunderbolt: Increase DisplayPort Connection Manager handshake timeout
thunderbolt: Do not touch CL state configuration during discovery
thunderbolt: Mask ring interrupt on Intel hardware as well
Pavan Holla (1):
usb: typec: Fix fast_role_swap_current show function
drivers/thunderbolt/dma_test.c | 8 +-
drivers/thunderbolt/nhi.c | 11 ++-
drivers/thunderbolt/tb.c | 17 +++-
drivers/thunderbolt/tunnel.c | 2 +-
drivers/usb/dwc3/core.c | 5 +
drivers/usb/dwc3/dwc3-qcom.c | 11 ++-
drivers/usb/dwc3/gadget.c | 1 +
drivers/usb/gadget/udc/core.c | 180 +++++++++++++++++++++++++---------
drivers/usb/gadget/udc/renesas_usb3.c | 4 +-
drivers/usb/serial/option.c | 16 +++
drivers/usb/typec/pd.c | 2 +-
drivers/usb/typec/ucsi/ucsi.c | 11 ++-
12 files changed, 198 insertions(+), 70 deletions(-)
Powered by blists - more mailing lists