Message ID | Yc3jxXB0JoKOrxb9@kroah.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 2d40060bb51fb3b571b57aa9d823ab7fe55b4280 |
Headers | show |
Series | [GIT,PULL] USB fixes for 5.16-final | expand |
The pull request you sent on Thu, 30 Dec 2021 17:52:21 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.16
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2d40060bb51fb3b571b57aa9d823ab7fe55b4280
Thank you!
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(-)