u-boot/board/st/stih410-b2260
Marek Vasut 2caf974b5f board: usb: Replace legacy usb_gadget_handle_interrupts()
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. Other like the
dwc3_uboot_handle_interrupt() had to be switched from index to udevice
look up to avoid breakage.

Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Tested-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> # on khadas vim3
Signed-off-by: Marek Vasut <marex@denx.de>
2023-09-15 23:38:02 +02:00
..
board.c board: usb: Replace legacy usb_gadget_handle_interrupts() 2023-09-15 23:38:02 +02:00
Kconfig board: Add STMicroelectronics STiH410-B2260 support 2017-03-14 20:40:21 -04:00
MAINTAINERS MAINTAINERS: Update STi and STM32 maintainers emails in remaining files 2021-01-13 09:52:58 +01:00
Makefile MAINTAINERS: Update STi and STM32 maintainers emails in remaining files 2021-01-13 09:52:58 +01:00