Hi Tom, Here is a PR for master
USB Gadget: * dwc3: Support ip and version type * dwc3: Increase controller halt timeout * dwc3: Don't send unintended link state change * dwc3: Improve reset sequence * dwc2: Move dr_mode check to bind to support RK3288/RK3506 with 2 DWC2 controllers CI: * https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/29259 Regards, Mattijs The following changes since commit eed514b11d04a2f8a949521ad3bffba3ec98bd2f: video: correct label for cyclic video_idle (2026-01-29 10:00:59 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-dfu.git tags/u-boot-dfu-20260211 for you to fetch changes up to e69841fa71d67c560d767b786f956bb6f2873130: usb: gadget: dwc2: Move dr_mode check from of_to_plat() to bind() (2026-01-30 09:01:42 +0100) ---------------------------------------------------------------- u-boot-dfu-20260211 USB Gadget: * dwc3: Support ip and version type * dwc3: Increase controller halt timeout * dwc3: Don't send unintended link state change * dwc3: Improve reset sequence * dwc2: Move dr_mode check to bind to support RK3288/RK3506 with 2 DWC2 controllers ---------------------------------------------------------------- Chris Morgan (4): usb: dwc3: core: Add ip and version_type support from Linux usb: dwc3: Increase DWC3 controller halt timeout usb: dwc3: gadget: Don't send unintended link state change usb: dwc3: core: improve reset sequence Jonas Karlman (1): usb: gadget: dwc2: Move dr_mode check from of_to_plat() to bind() drivers/usb/dwc3/core.c | 92 +++++++++++++++++++++++++-------------- drivers/usb/dwc3/core.h | 60 +++++++++++++++++++++++++ drivers/usb/dwc3/gadget.c | 20 ++++----- drivers/usb/dwc3/gadget.h | 14 ++++++ drivers/usb/gadget/dwc2_udc_otg.c | 19 +++++--- 5 files changed, 156 insertions(+), 49 deletions(-)

