On 2026-05-07T09:27:07, Jens Wiklander <[email protected]> wrote: > usb: dwc3: import from kernel v4.6 > > Sync Linux kernel dwc3 changes from v4.5 to v4.6. > > 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.5..v4.6 > Commits imported: > 9772b47a4c29 usb: dwc3: gadget: Fix suspend/resume during device mode > e6bdf8195b4a usb: dwc3: fix memory leak of dwc->regset > 5c4ad318de3b usb: dwc3: core: fix PHY handling during suspend > 45d49cb706e5 usb: dwc3: omap: fix up error path on probe() > adf9a3ab90eb usb: dwc3: keystone: drop dma_mask configuration > 1ffb4d5cc78a usb: dwc3: pci: add ID for one more Intel Broxton platform > e901aa159dac usb: dwc3: gadget: fix endpoint renaming > ad14d4e0308a usb: dwc3: gadget: release spin lock during gadget resume > f59dcab17629 usb: dwc3: core: improve reset sequence > 33c1f638a0fe Merge tag 'clk-for-linus' of > git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux > 77966eb85e6d usb: dwc3: Validate the maximum_speed parameter > 7580862b3e80 usb: dwc3: Enable SuperSpeedPlus > 2c7f1bd9127a usb: dwc3: Update maximum_speed for SuperSpeedPlus > ee5cd41c9117 usb: dwc3: Update speed checks for SuperSpeedPlus > 1f38f88a24c8 usb: dwc3: Update register fields for SuperSpeedPlus > c4137a9c841e usb: dwc3: DWC_usb31 controller check > 71e41bbb4379 Merge 4.5-rc6 into usb-next > 3d755dcc20dd usb: dwc3: Remove impossible check for of_clk_get_parent_count() > < 0 > 172ad9af55d2 Merge 4.5-rc4 into usb-next > > Signed-off-by: Jens Wiklander <[email protected]> > > drivers/usb/dwc3/core.c | 54 ++++++++++++++++++++++++++++++++++++++++++----- > drivers/usb/dwc3/core.h | 11 +++++++++- > drivers/usb/dwc3/ep0.c | 9 +++++--- > drivers/usb/dwc3/gadget.c | 47 +++++++++++++++++++++++++++++++---------- > 4 files changed, 101 insertions(+), 20 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

