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.14 to v5.15. > > 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.14..v5.15 > Commits imported: > 268bbde716e3 usb: dwc3: gadget: Revert "set gadgets parent to the right > controller" > 8cfac9a6744f usb: dwc3: core: balance phy init and exit > 1abade64563e usb: dwc3: pci: add support for AMD's newer generation platform. > 6a48d0ae01a6 usb: dwc3: imx8mp: request irq after initializing dwc3 > 843714bb37d9 usb: dwc3: Decouple USB 2.0 L1 & L2 events > 175006956740 usb: dwc3: qcom: add IRQ check > baa2986bda3f usb: dwc3: meson-g12a: add IRQ check > 0132bf6f3958 drivers: usb: dwc3-qcom: Add sdm660 compatible > c6e23b89a95d usb: dwc3: gadget: set gadgets parent to the right controller > 26f94fe8e739 usb: dwc3: drd: use helper to get role-switch-default-mode > 8e6cb5d27e82 usb: dwc3: dwc3-qcom: Fix typo in the dwc3 vbus override API > cefdd52fa045 usb: dwc3: dwc3-qcom: Enable tx-fifo-resize property by default > 9f607a309fbe usb: dwc3: Resize TX FIFOs to meet EP bursting requirements Drop pci, imx8mp, qcom and drd commits from the changelog since they are not applied (because we skipped these files) With that fixed: Reviewed-by: Mattijs Korpershoek <[email protected]> > > Signed-off-by: Jens Wiklander <[email protected]> > Signed-off-by: Anders Roxell <[email protected]> > ---
