
On 6/14/24 12:24 PM, Sverdlin, Alexander wrote:
Hi Marek!
Hi,
On Fri, 2024-06-14 at 02:51 +0200, Marek Vasut wrote:
Introduce .ops for USB_GADGET_GENERIC uclass. The first new ops is .handle_interrupts which must be implemented by DM capable USB gadget controller drivers and must implement interrupt handling similar to dm_usb_gadget_handle_interrupts(). For DM USB gadget drivers this is a replacement for dm_usb_gadget_handle_interrupts(). Convert the DM USB gadget drivers to this new ops instead.
DEPENDS: https://patchwork.ozlabs.org/project/uboot/list/?series=410150
I've applied both the dependency and this series and tested on AM62x, which I believe would cover patches 1,4,11 (32-bit SPL, 64-bit SPL + U-Boot proper, booted over USB DFU):
I appreciate the testing, thanks !