Message ID | Y7mSX5PfJ/2wEere@kroah.com (mailing list archive) |
---|---|
State | Accepted |
Commit | c28bdeaf5d723b40c8e2901662f4e8acd574e839 |
Headers | show |
Series | [GIT,PULL] USB driver fixes for 6.2-rc3 | expand |
The pull request you sent on Sat, 7 Jan 2023 16:40:15 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.2-rc3
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/c28bdeaf5d723b40c8e2901662f4e8acd574e839
Thank you!
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@linuxfoundation.org> ---------------------------------------------------------------- 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(-)