Re: [U-Boot] [PATCH 7/8] usb: musb-new: sunxi: Add proper musb exit support

2018-07-11 Thread Vasily Khoruzhick
On Mon, Jul 9, 2018 at 12:17 PM, Jagan Teki wrote: > musb have platform ops to do proper graceful exit, > so add the exit call and move musb platform exit code > instead of keeping it in driver remove. > This make proper shutdown of musb where .remove will > call disable, exit serially via

[U-Boot] [PATCH 7/8] usb: musb-new: sunxi: Add proper musb exit support

2018-07-09 Thread Jagan Teki
musb have platform ops to do proper graceful exit, so add the exit call and move musb platform exit code instead of keeping it in driver remove. This make proper shutdown of musb where .remove will call disable, exit serially via musb_stop. Signed-off-by: Jagan Teki ---