u-boot/board/purism/librem5
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
..
imximage-8mq-lpddr4.cfg board: purism: add the Purism Librem5 phone 2022-09-18 22:56:10 +02:00
Kconfig board: purism: add the Purism Librem5 phone 2022-09-18 22:56:10 +02:00
librem5.c mmc: Use EXT_CSD_EXTRACT_BOOT_PART() macro for extracting boot part 2023-04-10 12:18:17 +09:00
librem5.h board: purism: add the Purism Librem5 phone 2022-09-18 22:56:10 +02:00
lpddr4_timing.c board: purism: add the Purism Librem5 phone 2022-09-18 22:56:10 +02:00
lpddr4_timing_b0.c board: purism: add the Purism Librem5 phone 2022-09-18 22:56:10 +02:00
MAINTAINERS board: purism: add the Purism Librem5 phone 2022-09-18 22:56:10 +02:00
Makefile board: purism: add the Purism Librem5 phone 2022-09-18 22:56:10 +02:00
spl.c board: usb: Replace legacy usb_gadget_handle_interrupts() 2023-09-15 23:38:02 +02:00