OSDN Git Service

Merge tag 'usb-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 30 Dec 2021 17:49:54 +0000 (09:49 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 30 Dec 2021 17:49:54 +0000 (09:49 -0800)
commit2d40060bb51fb3b571b57aa9d823ab7fe55b4280
tree8aa3afec61ad098a8df2c527ba62e290d9980218
parenteec4df26e24e978e49ccf9bcf49ca0f2ccdaeffe
parent3f345e907a8e7c56fdebf7231cd67afc85d02aaa
Merge tag 'usb-5.16' of git://git./linux/kernel/git/gregkh/usb

Pull USB fixes from Greg KH:
 "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"

* tag 'usb-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb:
  usb: typec: ucsi: Only check the contract if there is a connection
  xhci: Fresco FL1100 controller should not have BROKEN_MSI quirk set.
  usb: mtu3: set interval of FS intr and isoc endpoint
  usb: mtu3: fix list_head check warning
  usb: mtu3: add memory barrier before set GPD's HWO
  usb: mtu3: fix interval value for intr and isoc
  usb: gadget: f_fs: Clear ffs_eventfd in ffs_data_clear.