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 fixes for 6.12-rc4
Date: Sun, 20 Oct 2024 15:36:56 +0200	[thread overview]
Message-ID: <ZxUHeLHqcv55AzHa@kroah.com> (raw)

The following changes since commit 8e929cb546ee42c9a61d24fae60605e9e3192354:

  Linux 6.12-rc3 (2024-10-13 14:33:32 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.12-rc4

for you to fetch changes up to 1154a599214c655c8138b540f13845257f1952fd:

  Merge tag 'usb-serial-6.12-rc4' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2024-10-18 12:11:28 +0200)

----------------------------------------------------------------
USB driver fixes for 6.12-rc4

Here are some small USB driver fixes and new device ids for 6.12-rc4.
Included in here are:
  - xhci driver fixes for a number of reported issues
  - new usb-serial driver ids
  - dwc3 driver fixes for reported problems.
  - usb gadget driver fixes for reported problems
  - typec driver fixes
  - MAINTAINER file updates

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

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

----------------------------------------------------------------
Alan Stern (1):
      USB: gadget: dummy-hcd: Fix "task hung" problem

Andrey Konovalov (1):
      MAINTAINERS: usb: raw-gadget: add bug tracker link

Benjamin B. Frost (1):
      USB: serial: option: add support for Quectel EG916Q-GL

Daniele Palmas (1):
      USB: serial: option: add Telit FN920C04 MBIM compositions

Greg Kroah-Hartman (1):
      Merge tag 'usb-serial-6.12-rc4' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus

Henry Lin (1):
      xhci: tegra: fix checked USB2 port number

Jonathan Marek (1):
      usb: typec: qcom-pmic-typec: fix sink status being overwritten with RP_DEF

Kevin Groeneveld (1):
      usb: gadget: f_uac2: fix return value for UAC2_ATTRIBUTE_STRING store

Mathias Nyman (3):
      xhci: Fix incorrect stream context type macro
      xhci: Mitigate failed set dequeue pointer commands
      xhci: dbc: honor usb transfer size boundaries.

Michal Pecio (1):
      usb: xhci: Fix handling errors mid TD followed by other errors

Prashanth K (1):
      usb: dwc3: Wait for EndXfer completion before restoring GUSB2PHYCFG

Roger Quadros (1):
      usb: dwc3: core: Fix system suspend on TI AM62 platforms

Sakari Ailus (1):
      MAINTAINERS: Add an entry for the LJCA drivers

Thadeu Lima de Souza Cascardo (1):
      usb: typec: altmode should keep reference to parent

 MAINTAINERS                                        | 11 ++++
 drivers/usb/dwc3/core.c                            | 19 ++++++
 drivers/usb/dwc3/core.h                            |  3 +
 drivers/usb/dwc3/gadget.c                          | 10 ++--
 drivers/usb/gadget/function/f_uac2.c               |  6 +-
 drivers/usb/gadget/udc/dummy_hcd.c                 | 20 +++++--
 drivers/usb/host/xhci-dbgcap.h                     |  1 +
 drivers/usb/host/xhci-dbgtty.c                     | 55 +++++++++++++++--
 drivers/usb/host/xhci-ring.c                       | 68 ++++++++++------------
 drivers/usb/host/xhci-tegra.c                      |  2 +-
 drivers/usb/host/xhci.h                            |  2 +-
 drivers/usb/serial/option.c                        |  8 +++
 drivers/usb/typec/class.c                          |  3 +
 drivers/usb/typec/tcpm/qcom/qcom_pmic_typec_port.c |  1 -
 14 files changed, 151 insertions(+), 58 deletions(-)

             reply	other threads:[~2024-10-20 13:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-20 13:36 Greg KH [this message]
2024-10-20 20:16 ` [GIT PULL] USB fixes for 6.12-rc4 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=ZxUHeLHqcv55AzHa@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.