On 2026-05-07T09:27:07, Jens Wiklander <[email protected]> wrote: > usb: dwc3: import from kernel v4.19 > > Sync Linux kernel dwc3 changes from v4.18 to v4.19. > > The following files are preserved accross the import: > Makefile Kconfig dwc3-meson-g12a.c dwc3-meson-gxl.c dwc3-omap.c > dwc3-uniphier.c dwc3-generic.h dwc3-generic.c dwc3-generic-sti.c > dwc3-layerscape.c ti_usb_phy.c > > Skipping unused files: > debugfs.c drd.c dwc3-exynos.c dwc3-haps.c dwc3-imx8mp.c dwc3-keystone.c > dwc3-octeon.c dwc3-of-simple.c dwc3-pci.c dwc3-qcom.c dwc3-qcom-legacy.c > dwc3-rtk.c dwc3-st.c dwc3-xilinx.c host.c trace.c trace.h ulpi.c > > Note that this is a raw import and doesn't build. > A fixup commit at the end of the series fixes that. > > List of commits: git log --oneline v4.18..v4.19 > Commits imported: > bfa150f37f80 Merge tag 'fixes-for-v4.19-rc2' of > git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus > 4e3121abcf53 usb/dwc3/gadget: fix kernel-doc parameter warning > b497fff6f59e usb: dwc3: pci: Fix return value check in > dwc3_byt_enable_ulpi_refclock() > 66174b6998a6 usb: dwc3: of-simple: avoid unused function warnings > 45dd7af410b7 Merge tag 'usb-for-v4.19' of > git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next > 4ea438da76f4 usb: dwc3: gadget: Check MaxPacketSize from descriptor > b138e23d3dff usb: dwc3: core: Enable AutoRetry feature in the controller > a77004681148 usb: dwc3: Set default mode for dwc_usb31 > c31d983beaf0 usb: dwc3: pci: Intel Merrifield can be host > 1a7b12f69a94 usb: dwc3: pci: Supply device properties via driver data > d9612c2f0449 usb: dwc3: Enable undefined length INCR burst type > d635db5508b0 usb: dwc3: add global soc bus configuration reg0 > 87d852de94d6 usb: dwc3: Describe 'wakeup_work' field of struct dwc3_pci > 9a7faac36502 usb: dwc3: change stream event enable bit back to 13 > 76251db86561 usb: dwc3: of-simple: reset host controller at suspend/resume > 211f658b7b40 usb: dwc3: pci: Use devm functions to get the phy GPIOs > 7740d04d901d usb: dwc3: pci: Enable ULPI Refclk on platforms where the > firmware does not > 5741022cbdf3 usb: dwc3: pci: Add GPIO lookup table on platforms without ACPI > GPIO resources > 3fe314ca8c97 usb: dwc3: Add a glue driver for Synopsys HAPS platform > db9fc500e85a usb: dwc3: gadget: remove redundant variable maxpacket > 714c95ce8bad Merge 4.18-rc3 into usb-next > > Signed-off-by: Jens Wiklander <[email protected]> > > drivers/usb/dwc3/core.c | 118 ++++++++++++++++++++++++++++++++++++++++++++++ > drivers/usb/dwc3/core.h | 17 +++++++ > drivers/usb/dwc3/gadget.c | 3 +- > drivers/usb/dwc3/gadget.h | 2 +- > 4 files changed, 137 insertions(+), 3 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

