Hi Tom, Please find some fixes for master:
Usb Gadget: - Fix cdns3 endpoint configuration by setting maxpacket - Fix dwc3 cache handling when using DMA Fastboot: - Make AVB_VERIFY depends on FASTBOOT CI job: - https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/22742 Thanks, Mattijs The following changes since commit a404065479be2c1fe1167c3c91367e8194a69d1b: power: pmic: pca9450: Add missing newline (2024-10-10 12:17:46 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-dfu.git tags/u-boot-dfu-20241017 for you to fetch changes up to 3e47302dd71267b85e5ec65c5b6d881c23cce6cb: usb: dwc3: invalidate dcache on buffer used in interrupt handling (2024-10-15 11:03:57 +0200) ---------------------------------------------------------------- u-boot-dfu-20241017 Usb Gadget: - Fix cdns3 endpoint configuration by setting maxpacket - Fix dwc3 cache handling when using DMA Fastboot: - Make AVB_VERIFY depends on FASTBOOT ---------------------------------------------------------------- Jerome Forissier (1): Make AVB_VERIFY depend on FASTBOOT Neil Armstrong (3): usb: dwc3: allocate setup_buf with dma_alloc_coherent() usb: dwc3: fix dcache flush range calculation usb: dwc3: invalidate dcache on buffer used in interrupt handling Siddharth Vadapalli (1): usb: gadget: cdns3: Fix cdns3_ep_config() by setting ep.maxpacket common/Kconfig | 1 + drivers/usb/cdns3/gadget.c | 8 ++++++++ drivers/usb/dwc3/core.h | 2 ++ drivers/usb/dwc3/ep0.c | 6 ++++-- drivers/usb/dwc3/gadget.c | 10 ++++++---- drivers/usb/dwc3/io.h | 13 ++++++++++++- 6 files changed, 33 insertions(+), 7 deletions(-)

