[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <Yc3jxXB0JoKOrxb9@kroah.com>
Date: Thu, 30 Dec 2021 17:52:21 +0100
From: Greg KH <gregkh@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org, linux-usb@...r.kernel.org
Subject: [GIT PULL] USB fixes for 5.16-final
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@...uxfoundation.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(-)
Powered by blists - more mailing lists