On Sat, 19 Aug 2023 at 08:24, Marek Vasut <[email protected]> wrote: > > Remove local usb_gadget_register_driver()/usb_gadget_unregister_driver() > implementation which is implemented in udc-core.c instead if DM_USB_GADGET > is enabled. Add no-op dm_usb_gadget_handle_interrupts() implementation. > > Signed-off-by: Marek Vasut <[email protected]> > --- > Cc: Angus Ainslie <[email protected]> > Cc: Dmitrii Merkurev <[email protected]> > Cc: Eddie Cai <[email protected]> > Cc: Kever Yang <[email protected]> > Cc: Lukasz Majewski <[email protected]> > Cc: Miquel Raynal <[email protected]> > Cc: Mattijs Korpershoek <[email protected]> > Cc: Nishanth Menon <[email protected]> > Cc: Patrice Chotard <[email protected]> > Cc: Patrick Delaunay <[email protected]> > Cc: Philipp Tomsich <[email protected]> > Cc: Simon Glass <[email protected]> > Cc: Stefan Roese <[email protected]> > Cc: [email protected] > --- > drivers/usb/host/usb-sandbox.c | 7 +++++++ > 1 file changed, 7 insertions(+)
Reviewed-by: Simon Glass <[email protected]>

