1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-02 16:01:30 +02:00

Merge tag 'u-boot-dfu-next-20240820' of https://source.denx.de/u-boot/custodians/u-boot-dfu into next

u-boot-dfu-next-20240820

- Migrate Atmel usb gadget to DM_USB_GADGET
- More small cleanups/improvements on the atmel UDC driver
- Change udc uclass name from "usb" -> "usb_gadget"
This commit is contained in:
Tom Rini
2024-08-20 08:08:52 -06:00
4 changed files with 240 additions and 73 deletions

View File

@@ -20,6 +20,8 @@ struct usba_platform_data {
struct usba_ep_data *ep;
};
#if !CONFIG_IS_ENABLED(DM_USB_GADGET)
extern int usba_udc_probe(struct usba_platform_data *pdata);
#endif
#endif /* __LINUX_USB_USBA_H */