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.17 to v5.18. > > 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.17..v5.18 > Commits imported: > c7428dbddcf4 usb: dwc3: gadget: Return proper request status > 973e0f7a847e usb: dwc3: pci: add support for the Intel Meteor Lake-P > f4fd84ae0765 usb: dwc3: core: Only handle soft-reset in DCTL > ab7aa2866d29 usb: dwc3: Try usb-role-switch first in dwc3_drd_init > f28ad9069363 usb: dwc3: core: Fix tx/rx threshold settings > 4e64cd7763ca usb: dwc3: fix backwards compat with rockchip devices > 0066472de157 usb: dwc3: Issue core soft reset before enabling run/stop > e4cf6580ac74 usb: dwc3: gadget: Wait for ep0 xfers to complete during dequeue > e192cc7b5239 usb: dwc3: gadget: move cmd_endtransfer to extra function > 26d27a1080a7 usb: dwc3: gadget: ep_queue simplify isoc start condition > ecb0a2f1e9e2 usb: dwc3: pci: Add support for Intel Alder Lake > ac01df343e5a usb: dwc3: omap: fix "unbalanced disables for smps10_out1" on > omap5evm > aa6812be1feb usb: dwc3: gadget: Give some time to schedule isoc > 62b20e6e0dde usb: dwc3: core: do not use 3.0 clock when operating in 2.0 mode > 9d52107185b6 usb: dwc3: imx8mp: Add support for setting SOC specific flags > 81915384b5d1 usb: dwc3: imx8mp: rename iomem base pointer > 850ebb27aed8 usb: dwc3-meson-g12a: constify drvdata structs > a5d847b0afd3 usb: dwc3: pci: Also apply Bay Trail GPIO mappings to ulpi-device > 582ab24e096f usb: dwc3: pci: Set "linux,phy_charger_detect" property on some > Bay Trail boards > e285cb403994 usb: dwc3: pci: Set the swnode from inside dwc3_pci_quirks() > e51879d85a4d usb: dwc3: drd: Don't check against CONFIG_OF > 596c87856e08 usb: dwc3: Program GFLADJ > 5114c3ee2487 usb: dwc3: Calculate REFCLKPER based on reference clock > 33fb697ec7e5 usb: dwc3: Get clocks individually > a102f07e4edf usb: dwc3: drd: Add support for usb-conn-gpio based > usb-role-switch Drop pci, imx8mp, drd patches from changelog as they are touching "unusef files" With that fixed: Reviewed-by: Mattijs Korpershoek <[email protected]>
