Re: [U-Boot] [PATCH v2 04/10] drivers: phy: add PIPE3 phy driver

2017-04-09 Thread Simon Glass
On 7 April 2017 at 05:42, Jean-Jacques Hiblot wrote: > This phy is found on omap platforms with sata capabilities. > Except for the part related to the DM and the PHY framework, the code is > basically a copy paste from arch/arm/mach-omap2/pipe3-phy.c > > Signed-off-by:

Re: [U-Boot] [PATCH v2 04/10] drivers: phy: add PIPE3 phy driver

2017-04-08 Thread Tom Rini
On Fri, Apr 07, 2017 at 01:42:03PM +0200, Jean-Jacques Hiblot wrote: > This phy is found on omap platforms with sata capabilities. > Except for the part related to the DM and the PHY framework, the code is > basically a copy paste from arch/arm/mach-omap2/pipe3-phy.c > > Signed-off-by:

[U-Boot] [PATCH v2 04/10] drivers: phy: add PIPE3 phy driver

2017-04-07 Thread Jean-Jacques Hiblot
This phy is found on omap platforms with sata capabilities. Except for the part related to the DM and the PHY framework, the code is basically a copy paste from arch/arm/mach-omap2/pipe3-phy.c Signed-off-by: Jean-Jacques Hiblot --- drivers/phy/Kconfig| 12 ++