Hi Jens, On 2026-05-07T09:27:07, Jens Wiklander <[email protected]> wrote: > usb: dwc3: restore to original v3.19-rc1 kernel import > > Restore the dwc3 source files to the state of the original import in > commit 85d5e7075f33 ("usb: dwc3: add dwc3 folder from linux kernel to > u-boot"). > > 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 > > Note that this is a raw import and doesn't build. > A fixup commit at the end of the series fixes that. > > Signed-off-by: Jens Wiklander <[email protected]> > > drivers/usb/dwc3/core.c | 1004 ++++++++++++++++-------------------- > drivers/usb/dwc3/core.h | 171 ++---- > drivers/usb/dwc3/debug.c | 32 ++ > drivers/usb/dwc3/debug.h | 228 ++++++++ > drivers/usb/dwc3/dwc3-am62.c | 125 ----- > drivers/usb/dwc3/ep0.c | 217 ++++---- > drivers/usb/dwc3/gadget.c | 482 +++++++++-------- > drivers/usb/dwc3/gadget.h | 16 +- > drivers/usb/dwc3/io.h | 54 +- > drivers/usb/dwc3/linux-compat.h | 16 - > drivers/usb/dwc3/platform_data.h | 47 ++ > drivers/usb/dwc3/samsung_usb_phy.c | 77 --- > 12 files changed, 1214 insertions(+), 1255 deletions(-)
> diff --git a/drivers/usb/dwc3/samsung_usb_phy.c > b/drivers/usb/dwc3/samsung_usb_phy.c > deleted file mode 100644 > index 3563070cb85..00000000000 > --- a/drivers/usb/dwc3/samsung_usb_phy.c > +++ /dev/null > @@ -1,77 +0,0 @@ > -// SPDX-License-Identifier: GPL-2.0 > -/** > - * samsung_usb_phy.c - DesignWare USB3 (DWC3) PHY handling file Doesn't this mean that odroid-xu3's USB is removed? (CONFIG_USB_DWC3_PHY_SAMSUNG). Does it come back later? Regards, Simon

