Re: [PATCH 17/17] board: usb: Replace legacy usb_gadget_handle_interrupts()

2023-08-22 Thread Mattijs Korpershoek
On sam., août 19, 2023 at 16:24, Marek Vasut wrote: > The usb_gadget_handle_interrupts() is no longer used anywhere, > replace the remaining uses with dm_usb_gadget_handle_interrupts() > which takes udevice as a parameter. > > Some of the UDC drivers currently ignore the index parameter

[PATCH 17/17] board: usb: Replace legacy usb_gadget_handle_interrupts()

2023-08-19 Thread Marek Vasut
The usb_gadget_handle_interrupts() is no longer used anywhere, replace the remaining uses with dm_usb_gadget_handle_interrupts() which takes udevice as a parameter. Some of the UDC drivers currently ignore the index parameter altogether, those also ignore the udevice and have to be reworked.