Re: [U-Boot] [PATCH 1/4] sunxi: musb: Fix some lo speed devices not working with musb host

2015-03-30 Thread Paul Kocialkowski
Le vendredi 27 mars 2015 à 22:06 +0100, Hans de Goede a écrit : The usb0 / otg phy on sunxi boards has a bug where it wrongly detects a high speed squelch on usb reset deassert when a lo speed device is plugged in. The android kernel has a work around for this in the form of temporary

[U-Boot] [PATCH 1/4] sunxi: musb: Fix some lo speed devices not working with musb host

2015-03-28 Thread Hans de Goede
The usb0 / otg phy on sunxi boards has a bug where it wrongly detects a high speed squelch on usb reset deassert when a lo speed device is plugged in. The android kernel has a work around for this in the form of temporary disabling the phy's squelch detection on reset deassert, this commit adds