mirror of https://lore.kernel.org/lkml/
 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.8-rc3
Date: Sat, 3 Feb 2024 13:49:20 -0800	[thread overview]
Message-ID: <Zb604Bt0_l-KUvkg@kroah.com> (raw)

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.8-rc3

for you to fetch changes up to ad834c7c8e4a74dd6cd4397848aa255e473d4a63:

  Merge tag 'usb-serial-6.8-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2024-02-02 08:36:38 -0800)

----------------------------------------------------------------
USB driver fixes for 6.8-rc3

Here are a bunch of small USB driver fixes for 6.8-rc3.  Included in
here are:
  - new usb-serial driver ids
  - new dwc3 driver id added
  - typec driver change revert
  - ncm gadget driver endian bugfix
  - xhci bugfixes for a number of reported issues
  - usb hub bugfix for alternate settings
  - ulpi driver debugfs memory leak fix
  - chipidea driver bugfix
  - usb gadget driver fixes

All of these have been in linux-next for a while with no reported
issues.

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

----------------------------------------------------------------
Badhri Jagan Sridharan (1):
      Revert "usb: typec: tcpm: fix cc role at port reset"

Christian A. Ehrhardt (3):
      usb: ucsi: Add missing ppm_lock
      usb: ucsi_acpi: Fix command completion handling
      usb: ucsi_acpi: Quirk to ack a connector change ack cmd

Dmitry Baryshkov (1):
      usb: typec: tcpm: fix the PD disabled case

Greg Kroah-Hartman (1):
      Merge tag 'usb-serial-6.8-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus

Heikki Krogerus (1):
      usb: dwc3: pci: add support for the Intel Arrow Lake-H

JackBB Wu (1):
      USB: serial: qcserial: add new usb-id for Dell Wireless DW5826e

Krishna Kurapati (1):
      usb: gadget: ncm: Fix endianness of wMaxSegmentSize variable in ecm_desc

Leonard Dallmayr (1):
      USB: serial: cp210x: add ID for IMST iM871A-USB

Mathias Nyman (3):
      xhci: fix possible null pointer dereference at secondary interrupter removal
      xhci: fix off by one check when adding a secondary interrupter.
      xhci: process isoc TD properly when there was a transaction error mid TD.

Michal Pecio (1):
      xhci: handle isoc Babble and Buffer Overrun events properly

Oliver Neukum (1):
      USB: hub: check for alternate port before enabling A_ALT_HNP_SUPPORT

Prashanth K (2):
      usb: dwc3: host: Set XHCI_SG_TRB_CACHE_SIZE_QUIRK
      usb: host: xhci-plat: Add support for XHCI_SG_TRB_CACHE_SIZE_QUIRK

Puliang Lu (1):
      USB: serial: option: add Fibocom FM101-GL variant

Randy Dunlap (1):
      usb: gadget: pch_udc: fix an Excess kernel-doc warning

Sean Anderson (1):
      usb: ulpi: Fix debugfs directory leak

Udipto Goswami (2):
      usb: gadget: ncm: Fix indentations in documentation of NCM section
      usb: core: Prevent null pointer dereference in update_port_device_state

Uttkarsh Aggarwal (1):
      usb: dwc3: gadget: Fix NULL pointer dereference in dwc3_gadget_suspend

Xu Yang (1):
      usb: chipidea: core: handle power lost in workqueue

yuan linyu (1):
      usb: f_mass_storage: forbid async queue when shutdown happen

 Documentation/usb/gadget-testing.rst         | 22 +++----
 drivers/usb/chipidea/ci.h                    |  2 +
 drivers/usb/chipidea/core.c                  | 44 +++++++-------
 drivers/usb/common/ulpi.c                    |  2 +-
 drivers/usb/core/hub.c                       | 46 ++++++++++-----
 drivers/usb/dwc3/dwc3-pci.c                  |  4 ++
 drivers/usb/dwc3/gadget.c                    |  6 +-
 drivers/usb/dwc3/host.c                      |  4 +-
 drivers/usb/gadget/function/f_mass_storage.c | 20 ++++++-
 drivers/usb/gadget/function/f_ncm.c          |  8 +--
 drivers/usb/gadget/udc/pch_udc.c             |  1 -
 drivers/usb/host/xhci-mem.c                  | 14 ++---
 drivers/usb/host/xhci-plat.c                 |  3 +
 drivers/usb/host/xhci-ring.c                 | 80 ++++++++++++++++++++-----
 drivers/usb/host/xhci.h                      |  1 +
 drivers/usb/serial/cp210x.c                  |  1 +
 drivers/usb/serial/option.c                  |  1 +
 drivers/usb/serial/qcserial.c                |  2 +
 drivers/usb/typec/tcpm/tcpm.c                |  6 +-
 drivers/usb/typec/ucsi/ucsi.c                |  2 +
 drivers/usb/typec/ucsi/ucsi_acpi.c           | 88 +++++++++++++++++++++++++---
 21 files changed, 267 insertions(+), 90 deletions(-)

             reply	other threads:[~2024-02-03 21:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-03 21:49 Greg KH [this message]
2024-02-04  7:18 ` 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=Zb604Bt0_l-KUvkg@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®