[PATCH v3 1/4] phy: phy-stih41x-usb: Add usb phy support for STiH41x SoCs.

Peter Griffin peter.griffin at linaro.org
Mon Sep 8 03:31:37 PDT 2014


Hi Kishon,

> > +	phy_provider = devm_of_phy_provider_register(dev, of_phy_simple_xlate);
> > +	if (IS_ERR(phy_provider))
> > +		return PTR_ERR(phy_provider);
> 
> registering phy provider multiple times..

Doh. Sorry for the noise, will send a v4 shortly.

regards,

Peter.



More information about the linux-arm-kernel mailing list