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 5.16-rc4
Date: Sun, 5 Dec 2021 13:05:17 +0100	[thread overview]
Message-ID: <Yayq/Xdb/pHSS7/l@kroah.com> (raw)

The following changes since commit d58071a8a76d779eedab38033ae4c821c30295a5:

  Linux 5.16-rc3 (2021-11-28 14:09:19 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 37307f7020ab38dde0892a578249bf63d00bca64:

  usb: cdnsp: Fix a NULL pointer dereference in cdnsp_endpoint_init() (2021-12-03 13:57:45 +0100)

----------------------------------------------------------------
USB fixes for 5.16-rc4

Here are some small USB fixes for a few reported issues.  Included in
here are:
	- xhci fix for a _much_ reported regression.  I don't think
	  there's a community distro that has not reported this problem
	  yet :(
	- new USB quirk addition
	- cdns3 minor fixes
	- typec regression fix.

All of these have been in linux-next with no reported problems, and the
xhci fix has been reported by many to resolve their reported problem.

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

----------------------------------------------------------------
Badhri Jagan Sridharan (1):
      usb: typec: tcpm: Wait in SNK_DEBOUNCED until disconnect

Frank Li (1):
      usb: cdns3: gadget: fix new urb never complete if ep cancel previous requests

Mathias Nyman (1):
      xhci: Fix commad ring abort, write all 64 bits to CRCR register.

Ole Ernst (1):
      USB: NO_LPM quirk Lenovo Powered USB-C Travel Hub

Zhou Qingyang (1):
      usb: cdnsp: Fix a NULL pointer dereference in cdnsp_endpoint_init()

 drivers/usb/cdns3/cdns3-gadget.c | 20 ++++----------------
 drivers/usb/cdns3/cdnsp-mem.c    |  3 +++
 drivers/usb/core/quirks.c        |  3 +++
 drivers/usb/host/xhci-ring.c     | 21 ++++++++++++++-------
 drivers/usb/typec/tcpm/tcpm.c    |  4 ----
 5 files changed, 24 insertions(+), 27 deletions(-)

             reply	other threads:[~2021-12-05 12:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-05 12:05 Greg KH [this message]
2021-12-05 17:40 ` [GIT PULL] USB fixes for 5.16-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=Yayq/Xdb/pHSS7/l@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.