mbox series

[GIT,PULL] USB driver fixes for 6.1-rc7

Message ID Y4Nt1l1L+kuOTEfO@kroah.com
State New
Headers show
Series [GIT,PULL] USB driver fixes for 6.1-rc7 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.1-rc7

Message

Greg Kroah-Hartman Nov. 27, 2022, 2:01 p.m. UTC
The following changes since commit eb7081409f94a9a8608593d0fb63a1aa3d6f95d8:

  Linux 6.1-rc6 (2022-11-20 16:02:16 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.1-rc7

for you to fetch changes up to 7a21b27aafa3edead79ed97e6f22236be6b9f447:

  usb: cdnsp: fix issue with ZLP - added TD_SIZE = 1 (2022-11-22 16:52:05 +0100)

----------------------------------------------------------------
USB fixes for 6.1-rc7

Here are some small USB fixes for 6.1-rc7 that resolve some reported
problems:
	- cdnsp driver fixes for reported problems
	- dwc3 fixes for some small reported problems
	- uvc gadget driver fix for reported regression due to changes
	  in 6.1-rc1.

All of these have been in linux-next with no reported problems.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Marek Szyprowski (1):
      usb: dwc3: exynos: Fix remove() function

Michael Grzeschik (1):
      usb: gadget: uvc: also use try_format in set_format

Pawel Laszczak (2):
      usb: cdnsp: Fix issue with Clear Feature Halt Endpoint
      usb: cdnsp: fix issue with ZLP - added TD_SIZE = 1

Thinh Nguyen (2):
      usb: dwc3: gadget: Disable GUSB2PHYCFG.SUSPHY for End Transfer
      usb: dwc3: gadget: Clear ep descriptor last

 drivers/usb/cdns3/cdnsp-gadget.c       | 12 ++----
 drivers/usb/cdns3/cdnsp-ring.c         | 17 +++++---
 drivers/usb/dwc3/dwc3-exynos.c         | 11 +-----
 drivers/usb/dwc3/gadget.c              | 15 +++----
 drivers/usb/gadget/function/uvc_v4l2.c | 72 ++++++++++------------------------
 5 files changed, 46 insertions(+), 81 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 27, 2022, 8:49 p.m. UTC | #1
The pull request you sent on Sun, 27 Nov 2022 15:01:58 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.1-rc7

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/9066e1518645a6c754709e44c3f58dc6a76a6d21

Thank you!