public inbox for linux-kernel@vger.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-final
Date: Thu, 30 Dec 2021 17:52:21 +0100	[thread overview]
Message-ID: <Yc3jxXB0JoKOrxb9@kroah.com> (raw)

The following changes since commit a7904a538933c525096ca2ccde1e60d0ee62c08e:

  Linux 5.16-rc6 (2021-12-19 14:14:33 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 3f345e907a8e7c56fdebf7231cd67afc85d02aaa:

  usb: typec: ucsi: Only check the contract if there is a connection (2021-12-21 16:30:53 +0100)

----------------------------------------------------------------
USB fixes for 5.16-final

Here are some small USB driver fixes for 5.16 to resolve some reported
problems:
	- mtu3 driver fixes
	- typec ucsi driver fix
	- xhci driver quirk added
	- usb gadget f_fs fix for reported crash

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

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

----------------------------------------------------------------
Chunfeng Yun (4):
      usb: mtu3: fix interval value for intr and isoc
      usb: mtu3: add memory barrier before set GPD's HWO
      usb: mtu3: fix list_head check warning
      usb: mtu3: set interval of FS intr and isoc endpoint

Heikki Krogerus (1):
      usb: typec: ucsi: Only check the contract if there is a connection

Mathias Nyman (1):
      xhci: Fresco FL1100 controller should not have BROKEN_MSI quirk set.

Vincent Pelletier (1):
      usb: gadget: f_fs: Clear ffs_eventfd in ffs_data_clear.

 drivers/usb/gadget/function/f_fs.c |  9 ++++++---
 drivers/usb/host/xhci-pci.c        |  5 ++++-
 drivers/usb/mtu3/mtu3_gadget.c     | 12 ++++++++++--
 drivers/usb/mtu3/mtu3_qmu.c        |  7 ++++++-
 drivers/usb/typec/ucsi/ucsi.c      |  4 +++-
 5 files changed, 29 insertions(+), 8 deletions(-)

             reply	other threads:[~2021-12-30 16:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-30 16:52 Greg KH [this message]
2021-12-30 17:55 ` [GIT PULL] USB fixes for 5.16-final 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=Yc3jxXB0JoKOrxb9@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