Re: [PATCH v3 02/10] phy: Add configuration interface

2018-12-13 Thread sakari . ailus
Hi Maxime, On Fri, Dec 07, 2018 at 02:55:29PM +0100, Maxime Ripard wrote: > The phy framework is only allowing to configure the power state of the PHY > using the init and power_on hooks, and their power_off and exit > counterparts. > > While it works for most, simple, PHYs supported so far, some

[PATCH v3 02/10] phy: Add configuration interface

2018-12-07 Thread Maxime Ripard
The phy framework is only allowing to configure the power state of the PHY using the init and power_on hooks, and their power_off and exit counterparts. While it works for most, simple, PHYs supported so far, some more advanced PHYs need some configuration depending on runtime parameters. These PH