Re: [U-Boot] [PATCH v4 2/7] drivers: phy: add generic PHY framework

2017-04-23 Thread Simon Glass
Hi Jean-Jacques, On 21 April 2017 at 04:08, Jean-Jacques Hiblot wrote: > The PHY framework provides a set of APIs to control a PHY. This API is > derived from the linux version of the generic PHY framework. > Currently the API supports init(), deinit(), power_on, power_off() and

[U-Boot] [PATCH v4 2/7] drivers: phy: add generic PHY framework

2017-04-21 Thread Jean-Jacques Hiblot
The PHY framework provides a set of APIs to control a PHY. This API is derived from the linux version of the generic PHY framework. Currently the API supports init(), deinit(), power_on, power_off() and reset(). The framework provides a way to get a reference to a phy from the device-tree.