On 2026-05-07T09:27:07, Jens Wiklander <[email protected]> wrote: > usb: dwc3: import from kernel v5.4 > > Sync Linux kernel dwc3 changes from v5.3 to v5.4. > > 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 v5.3..v5.4 > Commits imported: > d8eca64eec71 usb: dwc3: gadget: fix race when disabling ep with cancelled > xfers > a7d9874c6f3f usb: dwc3: remove the call trace of USBx_GFLADJ > 9bbfceea12a8 usb: dwc3: pci: prevent memory leak in dwc3_pci_probe > a51bab592fbb usb: dwc3: select CONFIG_REGMAP_MMIO > d819f6584c20 usb: dwc3: Remove dev_err() on platform_get_irq() failure > f146b40ba1f0 usb: dwc3: Switch to platform_get_irq_byname_optional() > a0a465569b45 usb: dwc3: remove generic PHY calibrate() calls > 96e46dcfb853 Merge tag 'usb-for-v5.4' of > git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next > 17b63704ec7c usb: dwc3: gadget: Workaround Mirosoft's BESL check > 91f255a26bce usb: common: Separated decoding functions from dwc3 driver. > 54fb5ba647f8 usb: dwc3: gadget: Set BESL config parameter > 16fe4f304015 usb: dwc3: Separate field holding multiple properties > 1cf084d161f4 usb: dwc3: meson-g12a: fix suspend resume regulator unbalanced > disables > bceb418b65b9 usb: dwc3: st: Add of_dev_put() in probe function > e36721b90144 usb: dwc3: st: Add of_node_put() before return in probe function > c09b73cfac2a usb: dwc3: don't set gadget->is_otg flag > 240b65dc1e89 usb: dwc3: Use clk_bulk_prepare_enable() > 03bf32bbb607 usb: dwc3: Use devres to get clocks > 3cd703f483d1 usb: dwc3: remove generic PHYs forwarding for XHCI device > 4749e0e61241 usb: dwc3: Update soft-reset wait polling rate > b2a3974253d3 usb: dwc3: omap: squash include/linux/platform_data/dwc3-omap.h > a6e5e6794a53 usb: dwc3: Switch to use device_property_count_u32() > 5b76f6a0b0f8 usb: dwc3: keystone: use devm_platform_ioremap_resource() to > simplify code > 58dd0bad2554 usb: dwc3: omap: use devm_platform_ioremap_resource() to > simplify code > c6e4999cd930 usb: dwc3: meson-g12a: use devm_platform_ioremap_resource() to > simplify code > d3523b631403 usb: dwc3: meson-g12a: use devm_platform_ioremap_resource() to > simplify code > b33f37064b74 usb: Remove dev_err() usage after platform_get_irq() > 41b57327b270 usb: dwc3: Switch to use device_property_count_u32() > > Signed-off-by: Jens Wiklander <[email protected]> > > drivers/usb/dwc3/core.c | 49 +++------ > drivers/usb/dwc3/core.h | 2 + > drivers/usb/dwc3/debug.h | 252 > ---------------------------------------------- > drivers/usb/dwc3/gadget.c | 37 +++++-- > 4 files changed, 46 insertions(+), 294 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

