[GIT PULL] USB driver fixes for 6.2-rc3

From: Greg KH
Date: Sat Jan 07 2023 - 10:40:27 EST


The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

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

for you to fetch changes up to c4e3ef5685393c5051b52cf1e94b8891d49793ab:

usb: dwc3: gadget: Ignore End Transfer delay on teardown (2023-01-06 16:32:10 +0100)

----------------------------------------------------------------
USB fixes for 6.2-rc3

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.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Arnd Bergmann (2):
usb: fotg210: fix OTG-only build
usb: dwc3: xilinx: include linux/gpio/consumer.h

Ferry Toth (1):
Revert "usb: ulpi: defer ulpi_register on ulpi_read_id timeout"

Thinh Nguyen (1):
usb: dwc3: gadget: Ignore End Transfer delay on teardown

Yang Yingliang (1):
usb: fotg210-udc: fix error return code in fotg210_udc_probe()

drivers/usb/common/ulpi.c | 2 +-
drivers/usb/dwc3/dwc3-xilinx.c | 1 +
drivers/usb/dwc3/gadget.c | 5 ++++-
drivers/usb/fotg210/fotg210-core.c | 5 +----
drivers/usb/fotg210/fotg210-udc.c | 2 ++
5 files changed, 9 insertions(+), 6 deletions(-)