mbox series

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

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

Pull-request

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

Message

Greg Kroah-Hartman Sept. 8, 2024, 7:49 a.m. UTC
The following changes since commit 431c1646e1f86b949fa3685efc50b660a364c2b6:

  Linux 6.11-rc6 (2024-09-01 19:46:02 +1200)

are available in the Git repository at:

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

for you to fetch changes up to 87eb3cb4ec619299cd5572e1d5eb68aef4074ac2:

  usb: typec: ucsi: Fix cable registration (2024-09-03 19:26:18 +0200)

----------------------------------------------------------------
USB fixes for 6.11-rc7

Here are a handful of small USB fixes for 6.11-rc7.  Included in here
are:
  - dwc3 driver fixes for two reported problems
  - two typec ucsi driver fixes
  - cdns2 controller reset fix

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

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

----------------------------------------------------------------
Faisal Hassan (1):
      usb: dwc3: core: update LC timer as per USB Spec V3.2

Heikki Krogerus (2):
      usb: typec: ucsi: Fix the partner PD revision
      usb: typec: ucsi: Fix cable registration

Pawel Laszczak (1):
      usb: cdns2: Fix controller reset issue

Prashanth K (1):
      usb: dwc3: Avoid waking up gadget during startxfer

 drivers/usb/dwc3/core.c                     | 15 ++++++
 drivers/usb/dwc3/core.h                     |  2 +
 drivers/usb/dwc3/gadget.c                   | 41 ++++++---------
 drivers/usb/gadget/udc/cdns2/cdns2-gadget.c | 12 ++---
 drivers/usb/gadget/udc/cdns2/cdns2-gadget.h |  9 ++++
 drivers/usb/typec/ucsi/ucsi.c               | 80 +++++++++++++++--------------
 drivers/usb/typec/ucsi/ucsi.h               |  1 -
 7 files changed, 87 insertions(+), 73 deletions(-)