Re: [PATCH] USB: ohci-omap: defer probe if PHY is missing

From: Aaro Koskinen
Date: Tue Jan 03 2017 - 13:50:49 EST


Hi,

On Tue, Jan 03, 2017 at 05:51:43PM +0100, Greg Kroah-Hartman wrote:
> On Mon, Jan 02, 2017 at 10:53:55PM +0200, Aaro Koskinen wrote:
> > Defer probe if PHY is missing. E.g. on Nokia 770 several modules needs
> > to be loaded to get the PHY going and ohci-omap should wait for those.
> >
> > Signed-off-by: Aaro Koskinen <aaro.koskinen@xxxxxx>
>
> Is this a new bug? The 770 has been around for forever, why has this
> not been a problem before now?

PHY/OTG support for 770 has been around only since v3.14. I was previously
compiling phy-tahvo as built-in, and bumped into this issue when compiling
it as a module.

A.