Merge tag 'usb-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 7 Jan 2023 18:12:42 +0000 (10:12 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 7 Jan 2023 18:12:42 +0000 (10:12 -0800)
commitc28bdeaf5d723b40c8e2901662f4e8acd574e839
tree0fb35c46300d688b00f442c3d42a7d6109ecdc73
parent4a4dcea0831394b876ae955ecf49ba072ffbf059
parentc4e3ef5685393c5051b52cf1e94b8891d49793ab
Merge tag 'usb-6.2-rc3' of git://git./linux/kernel/git/gregkh/usb

Pull USB fixes from Greg KH:
 "Here are some small USB driver fixes for 6.2-rc3 that resolve some
  reported issues. They include:

   - of-reported ulpi problem, so the offending commit is reverted

   - dwc3 driver bugfixes for recent changes

   - fotg210 fixes

  Most of these have been in linux-next for a while, the last few were
  on the mailing list for a long time and passed all the 0-day bot
  testing so all should be fine with them as well"

* tag 'usb-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb:
  usb: dwc3: gadget: Ignore End Transfer delay on teardown
  usb: dwc3: xilinx: include linux/gpio/consumer.h
  usb: fotg210-udc: fix error return code in fotg210_udc_probe()
  usb: fotg210: fix OTG-only build
  Revert "usb: ulpi: defer ulpi_register on ulpi_read_id timeout"