Hi Jens, On 2026-05-07T09:27:07, Jens Wiklander <[email protected]> wrote: > usb: dwc3: import from kernel v4.1 > > Sync Linux kernel dwc3 changes from v4.0 to v4.1. > > 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.0..v4.1 > Commits imported: > 459e210c4fd0 usb: dwc3: gadget: Fix incorrect DEPCMD and DGCMD status macros > [...] > > drivers/usb/dwc3/core.c | 59 +++++++++++++++++++++++++--------------- > drivers/usb/dwc3/core.h | 6 ++-- > drivers/usb/dwc3/gadget.c | 37 +++++++++++-------------- > drivers/usb/dwc3/platform_data.h | 1 + > 4 files changed, 58 insertions(+), 45 deletions(-)
> diff --git a/drivers/usb/dwc3/core.c b/drivers/usb/dwc3/core.c > @@ -811,17 +811,13 @@ static int dwc3_probe(struct platform_device *pdev) > Commits imported: > 459e210c4fd0 usb: dwc3: gadget: Fix incorrect DEPCMD and DGCMD status > macros > 228321904089 usb: dwc3: dwc3-omap: correct the register macros > eac68e8f979b usb: dwc3: make LPM configurable in DT > adf9c3c85615 usb: move definition of PCI_VENDOR_ID_SYNOPSYS to > linux/pci_ids.h > 8f2c9544aba6 usb: dwc3: gadget: drop unnecessary loop when cleaning up > TRBs > 3d0184d08757 usb: dwc3: omap: call of_platform_depopulate() instead > 3da1f6ee3563 usb: dwc3: core: only reset res->start in case of error Reviewed-by: Simon Glass <[email protected]>

