Re: [U-Boot] [PATCH 2/2] sunxi: musb: Remove unused sunxi_musb_exit method

2015-06-14 Thread Ian Campbell
On Sun, 2015-06-14 at 12:40 +0200, Hans de Goede wrote: > Remove the unused sunxi_musb_exit method, there is no code in u-boot > calling the exit method, and our implementation was broken as it did > not disable the clocks and asserted reset. Seems to me the call should either be called (and the h

[U-Boot] [PATCH 2/2] sunxi: musb: Remove unused sunxi_musb_exit method

2015-06-14 Thread Hans de Goede
Remove the unused sunxi_musb_exit method, there is no code in u-boot calling the exit method, and our implementation was broken as it did not disable the clocks and asserted reset. Signed-off-by: Hans de Goede --- drivers/usb/musb-new/sunxi.c | 34 -- 1 file chang