Home
last modified time | relevance | path

Searched hist:"193 d7d153024214f2906e34f2c8abd495be57696" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/musb-new/
H A Domap2430.c193d7d153024214f2906e34f2c8abd495be57696 Mon Jan 19 17:33:43 UTC 2015 Paul Kocialkowski <contact@paulk.fr> usb: musb-new: omap2430: Reset the MUSB controller early

When booting from USB peripheral boot, the bootrom will not properly deinit the
MUSB controller, which doesn't clearly indicate an USB disconnection to the host
and leaves U-Boot to deal with the state of the previous USB session.

On some host controller drivers (e.g. xhci_hcd), this ends up in a failure
during set address, caused by the lack of proper disconnection notification.

Resetting the controller early in U-Boot notifies the host of the disconnection
and doesn't hurt other use cases.

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Reviewed-by: Tom Rini <trini@ti.com>