u-boot-brain/drivers/usb/musb-new
Hans de Goede 7c22e26ec5 sunxi: musb: Re-init musb controller on repeated probe calls
With sunxi-musb musb_lowlevel_init() can fail when a charger; or no cable
is plugged into the otg port.

To avoid leaking the struct musb allocated by musb_init_controller()
on repeated musb_usb_probe() calls, we were caching its result.
But musb_init_controller() does more, such as calling sunxi_musb_init()
which enables the clocks.

Not calling sunxi_musb_init() causes the musb controller to stop working
after a "usb reset" since that calls musb_usb_remove() which disables the
clocks.

This commit fixes this by removing the caching of the struct returned
from musb_init_controller(), it replaces this by free-ing the allocated
memory in musb_usb_remove() and calling musb_usb_remove() on
musb_usb_probe() errors to ensure proper cleanup.

While at it also make musb_usb_probe() and musb_usb_remove() static.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2016-09-18 14:39:16 +02:00
..
am35x.c
Kconfig usb: gadget: Move CONFIG_USB_GADGET_DUALSPEED to Kconfig 2016-04-20 11:43:27 +02:00
linux-compat.h drivers: remove writes{b,w,l,q} and reads{b,w,l,q}. 2016-04-10 17:18:41 +02:00
Makefile drivers: musb-new: Add USB DRC driver for Microchip PIC32 OTG controller. 2016-04-10 17:18:41 +02:00
musb_core.c drivers: musb-new: Add USB DRC driver for Microchip PIC32 OTG controller. 2016-04-10 17:18:41 +02:00
musb_core.h
musb_debug.h
musb_dma.h
musb_dsps.c Various, unrelated tree-wide typo fixes. 2016-07-16 09:43:12 -04:00
musb_gadget_ep0.c
musb_gadget.c
musb_gadget.h
musb_host.c
musb_host.h
musb_io.h
musb_regs.h
musb_uboot.c musb: Properly call musb_stop() on probe failure 2016-04-10 17:18:43 +02:00
musb_uboot.h
omap2430.c
omap2430.h
pic32.c drivers: musb-new: Add USB DRC driver for Microchip PIC32 OTG controller. 2016-04-10 17:18:41 +02:00
sunxi.c sunxi: musb: Re-init musb controller on repeated probe calls 2016-09-18 14:39:16 +02:00
usb-compat.h