Hi Anders, Thank you for the patch.
On Thu, Jul 16, 2026 at 15:42, Anders Roxell <[email protected]> wrote: > From: Jens Wiklander <[email protected]> > > Sync Linux kernel dwc3 changes from v5.6 to v5.7. > > 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.6..v5.7 > Commits imported: > 4748d396399a usb: dwc3: select USB_ROLE_SWITCH > 066c09593454 usb: dwc3: pci: Enable extcon driver for Intel Merrifield > 00e21763f2c8 dwc3: Remove check for HWO flag in > dwc3_gadget_ep_reclaim_trb_sg() > 49e0590e3a60 usb: dwc3: gadget: Fix request completion check > d0550cd20e52 usb: dwc3: gadget: Do link recovery for SS and SSP > d94ea5319813 usb: dwc3: gadget: Properly set maxpacket limit > 586f4335700f usb: dwc3: Fix GTXFIFOSIZ.TXFDEP macro name > 0339f7fbc82e usb: dwc3: fix up for role switch API change > 201c26c08db4 usb: dwc3: qcom: Replace <linux/clk-provider.h> by > <linux/of_clk.h> > 0227cc84c444 usb: dwc3: core: don't do suspend for device mode if already > suspended > 4a1d042af420 usb: dwc3: Rework resets initialization to be more flexible > 0d3a97083e0c usb: dwc3: Rework clock initialization to be more flexible > 98ed256a4dba usb: dwc3: Add support for role-switch-default-mode binding > 8a0a13799744 usb: dwc3: Registering a role switch in the DRD code. > 7ba6b09fda5e usb: dwc3: core: add support for disabling SS instances in park > mode > 2dedea035ae8 usb: dwc3: gadget: Wrap around when skip TRBs > a114c4ca64bd usb: dwc3: gadget: Don't clear flags before transfer ended > a33e5d639c9b usb: dwc3: Remove kernel doc annotation where it's not needed > 11c39809070f usb: dwc3: Add ACPI support for xHCI ports > 07f6842341ab usb: dwc3: exynos: Add support for Exynos5422 suspend clk > 238d76021654 usb: dwc3: meson-g12a: Don't use ret uninitialized in > dwc3_meson_g12a_otg_init > 1e355f21d3fb usb: dwc3: Add Amlogic A1 DWC3 glue > 30ad6273adad usb: dwc3: trace: print enqueue/dequeue pointers too > bce3052f0c16 usb: roles: Provide the switch drivers handle to the switch in > the API > 882f7a4dae1d usb: dwc3: qcom: Replace <linux/clk-provider.h> by > <linux/of_clk.h> > > Signed-off-by: Jens Wiklander <[email protected]> > Signed-off-by: Anders Roxell <[email protected]> I've file-compared with the mentioned Linux kernel release, and this looks good to me: Reviewed-by: Mattijs Korpershoek <[email protected]>
