All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org
Subject: [GIT PULL] USB driver fixes for 6.11-rc7
Date: Sun, 8 Sep 2024 09:49:03 +0200	[thread overview]
Message-ID: <Zt1W7_sJsYEfHDLu@kroah.com> (raw)

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(-)

             reply	other threads:[~2024-09-08  7:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-08  7:49 Greg KH [this message]
2024-09-08 17:17 ` [GIT PULL] USB driver fixes for 6.11-rc7 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Zt1W7_sJsYEfHDLu@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.