
20 Mar
2024
20 Mar
'24
9:18 p.m.
On 3/18/24 1:47 PM, Caleb Connolly wrote:
On 17/03/2024 04:42, Marek Vasut wrote:
The dm_usb_gadget_handle_interrupts() has no place in board code. Move this into DWC3 driver. The OMAP implementation is special, add new weak dwc3_uboot_interrupt_status() function to decide whether DWC3 interrupt handling should be called, and override it in OMAP DWC3 code, to repair the special OMAP interrupt handling code until OMAP gets switched over to DM UDC proper.
Signed-off-by: Marek Vasut marek.vasut+renesas@mailbox.org
Reviewed-by: Caleb Connolly caleb.connolly@linaro.org
Thank you. If you have a hardware with DWC3 , can you please also test this series ? I am afraid this may break things, although it is likely to break mostly select MX8M boards.