Re: [PATCH 2/2] usb: udc: dwc3: Fold dwc3_uboot_handle_interrupt into dm_usb_gadget_handle_interrupts

2024-03-21 Thread Mattijs Korpershoek
Hi Marek, Thank you for the patch. On dim., mars 17, 2024 at 05:42, Marek Vasut wrote: > The only call site of dwc3_uboot_handle_interrupt() is the > dm_usb_gadget_handle_interrupts(), fold the former into the > later. This makes dwc3_uboot_handle_interrupt() unavailable > to be called from

[PATCH 2/2] usb: udc: dwc3: Fold dwc3_uboot_handle_interrupt into dm_usb_gadget_handle_interrupts

2024-03-16 Thread Marek Vasut
The only call site of dwc3_uboot_handle_interrupt() is the dm_usb_gadget_handle_interrupts(), fold the former into the later. This makes dwc3_uboot_handle_interrupt() unavailable to be called from board code as well. Signed-off-by: Marek Vasut --- Cc: Angus Ainslie Cc: Caleb Connolly Cc: Eugen