]> git.dujemihanovic.xyz Git - u-boot.git/commit
usb: udc: dwc3: Fold dwc3_uboot_handle_interrupt into dm_usb_gadget_handle_interrupts
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sun, 17 Mar 2024 04:42:53 +0000 (05:42 +0100)
committerMattijs Korpershoek <mkorpershoek@baylibre.com>
Tue, 2 Apr 2024 07:08:07 +0000 (09:08 +0200)
commit12ac51cdb788b9f8e50cbc4fa3681102882ade33
treeb3b2930be899d65075b5de6d1a026c88c4435cd3
parent4d158980897085a5b0255ab910208d8afc8522dc
usb: udc: dwc3: Fold dwc3_uboot_handle_interrupt into dm_usb_gadget_handle_interrupts

The only call site of dwc3_uboot_handle_interrupt() is the
dm_usb_gadget_handle_interrupts(), fold the former into the
later. This makes dwc3_uboot_handle_interrupt() unavailable
to be called from board code as well.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Tested-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> # vim3
Link: https://lore.kernel.org/r/20240317044357.547037-2-marek.vasut+renesas@mailbox.org
Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
drivers/usb/dwc3/core.c
include/dwc3-uboot.h