
Hi,
On Thu, 25 Jul 2024 17:31:54 +0200, Zixun LI wrote:
Changes in v4:
- Release clocks if probe failed
- Add missing endpoint data free
- Addressed comments
Changes in v3:
- Separate code refactor into individual commits
- Extract the controller point from udevice private data in DM functions
[...]
Thanks, Applied to https://source.denx.de/u-boot/custodians/u-boot-dfu (u-boot-dfu-next)
[1/7] usb: gadget: atmel: Sort includes https://source.denx.de/u-boot/custodians/u-boot-dfu/-/commit/9cfee49022e2f22... [2/7] usb: gadget: atmel: Replace printf() and pr_err() by log_err() https://source.denx.de/u-boot/custodians/u-boot-dfu/-/commit/9ec3b70b21d9f82... [3/7] usb: gadget: atmel: Fix typo in usb gadget driver register and unregister https://source.denx.de/u-boot/custodians/u-boot-dfu/-/commit/dbbacf19d6310b5... [4/7] usb: gadget: atmel: Move usba_udc_pdata() with other static functions https://source.denx.de/u-boot/custodians/u-boot-dfu/-/commit/9b97a354bdc0afc... [5/7] usb: gadget: atmel: Rename atmel_usba_start()/_stop() to usba_udc_enable()/_disable() https://source.denx.de/u-boot/custodians/u-boot-dfu/-/commit/7a448c8f384022a... [6/7] usb: gadget: atmel: Add attach/detach support https://source.denx.de/u-boot/custodians/u-boot-dfu/-/commit/ef5e1d1f97623f8... [7/7] usb: gadget: atmel: Add DM_USB_GADGET support https://source.denx.de/u-boot/custodians/u-boot-dfu/-/commit/d6376f7ed823569...
-- Mattijs