Re: [PATCH v2 2/2] musb-new: omap2430: fix compiling in DM_USB_GADGET config

2023-01-19 Thread Tom Rini
On Mon, Jan 09, 2023 at 08:13:31AM +0100, Andreas Kemnade wrote: > Add the separate IRQ handling function and change the registration. > > Signed-off-by: Andreas Kemnade Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v2 2/2] musb-new: omap2430: fix compiling in DM_USB_GADGET config

2023-01-08 Thread Andreas Kemnade
Add the separate IRQ handling function and change the registration. Signed-off-by: Andreas Kemnade --- drivers/usb/musb-new/omap2430.c | 19 +++ 1 file changed, 19 insertions(+) diff --git a/drivers/usb/musb-new/omap2430.c b/drivers/usb/musb-new/omap2430.c index