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.1-rc3
Date: Sun, 30 Oct 2022 15:10:53 +0100	[thread overview]
Message-ID: <Y16F7fZSFrXupUU6@kroah.com> (raw)

The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 308c316d16cbad99bb834767382baa693ac42169:

  usb: dwc3: gadget: Don't set IMI for no_interrupt (2022-10-26 18:31:56 +0200)

----------------------------------------------------------------
USB fixes for 6.1-rc3

Here are a few small USB fixes for 6.1-rc3.  Include in here are:
	- MAINTAINERS update, including a big one for the USB gadget
	  subsystem.  Many thanks to Felipe for all of the years of hard
	  work he has done on this codebase, it was greatly appreciated.
	- dwc3 driver fixes for reported problems.
	- xhci driver fixes for reported problems.
	- typec driver fixes for minor issues
	- uvc gadget driver change, and then revert as it wasn't
	  relevant for 6.1-final, as it is a new feature and people are
	  still reviewing and modifying it.

All of these have been in the linux-next tree with no reported issues.

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

----------------------------------------------------------------
Andrey Smirnov (1):
      usb: dwc3: Don't switch OTG -> peripheral if extcon is present

Dan Vacura (2):
      usb: gadget: uvc: fix dropped frame after missed isoc
      usb: gadget: uvc: fix sg handling in error case

Greg Kroah-Hartman (2):
      MAINTAINERS: move USB gadget and phy entries under the main USB entry
      Revert "usb: gadget: uvc: limit isoc_sg to super speed gadgets"

Heikki Krogerus (2):
      usb: typec: ucsi: Check the connection on resume
      usb: typec: ucsi: acpi: Implement resume callback

Jeff Vanhoof (1):
      usb: gadget: uvc: fix sg handling during video encode

Jens Glathe (1):
      usb: xhci: add XHCI_SPURIOUS_SUCCESS to ASM1042 despite being a V0.96 controller

Joel Stanley (1):
      usb: gadget: aspeed: Fix probe regression

Justin Chen (2):
      MAINTAINERS: Update maintainers for broadcom USB
      usb: bdc: change state when port disconnected

Mario Limonciello (1):
      xhci-pci: Set runtime PM as default policy on all xHC 1.2 or later devices

Mathias Nyman (2):
      xhci: Add quirk to reset host back to default state at shutdown
      xhci: Remove device endpoints from bandwidth list when freeing the device

Michael Grzeschik (1):
      usb: gadget: uvc: limit isoc_sg to super speed gadgets

Patrice Chotard (1):
      usb: dwc3: st: Rely on child's compatible instead of name

Thinh Nguyen (3):
      usb: dwc3: gadget: Don't delay End Transfer on delayed_status
      usb: dwc3: gadget: Stop processing more requests on IMI
      usb: dwc3: gadget: Don't set IMI for no_interrupt

 MAINTAINERS                              | 19 ++----------
 drivers/usb/dwc3/core.c                  | 49 ++++++++++++++++++++++++++++++-
 drivers/usb/dwc3/drd.c                   | 50 --------------------------------
 drivers/usb/dwc3/dwc3-st.c               |  2 +-
 drivers/usb/dwc3/gadget.c                | 20 +++++++++++--
 drivers/usb/gadget/function/uvc_queue.c  |  8 +++--
 drivers/usb/gadget/function/uvc_video.c  | 25 +++++++++++-----
 drivers/usb/gadget/udc/aspeed-vhub/dev.c |  1 +
 drivers/usb/gadget/udc/bdc/bdc_udc.c     |  1 +
 drivers/usb/host/xhci-mem.c              | 20 ++++++++-----
 drivers/usb/host/xhci-pci.c              | 44 ++++++++++------------------
 drivers/usb/host/xhci.c                  | 10 +++++--
 drivers/usb/host/xhci.h                  |  1 +
 drivers/usb/typec/ucsi/ucsi.c            | 42 ++++++++++++++++++---------
 drivers/usb/typec/ucsi/ucsi_acpi.c       | 10 +++++++
 15 files changed, 169 insertions(+), 133 deletions(-)

             reply	other threads:[~2022-10-30 14:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-30 14:10 Greg KH [this message]
2022-10-30 18:34 ` [GIT PULL] USB driver fixes for 6.1-rc3 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=Y16F7fZSFrXupUU6@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.