Commits
Ye Li committed 3f8718e927c
MLK-18290-4 usb: ci_udc: Add function to remove usb device When unregister gadget driver in ci_udc, the usb device is not removed or stop. This causes next "usb start" fails to work. Add a new interface "usb_remove_ehci_gadget" in usb-uclass to remove the usb device for DM driver. Using "usb_lowlevel_stop" for non-DM driver. Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit c73d137e0a4a613a49f6f63ec63332508afb88c0) (cherry picked from commit c2f83b46c21e738fa8176a8f83661bf3603067f8)