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.4-rc7
Date: Sat, 17 Jun 2023 15:45:54 +0200	[thread overview]
Message-ID: <ZI25EoACbZnSfnYF@kroah.com> (raw)

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@linuxfoundation.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(-)

             reply	other threads:[~2023-06-17 13:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-17 13:45 Greg KH [this message]
2023-06-17 18:44 ` [GIT PULL] USB driver fixes for 6.4-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=ZI25EoACbZnSfnYF@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.