Re: [U-Boot] [PATCH 16/23] net: pch_gbe: Support PHY reset GPIOs

2016-09-28 Thread Bin Meng
On Tue, Sep 27, 2016 at 2:29 AM, Paul Burton wrote: > Add support to the pch_gbe driver for resetting the PHY using a GPIO > specified in the device tree. This matches the support already in Linux. > > Signed-off-by: Paul Burton > > --- > >

Re: [U-Boot] [PATCH 16/23] net: pch_gbe: Support PHY reset GPIOs

2016-09-26 Thread Simon Glass
Hi Paul, On 26 September 2016 at 12:29, Paul Burton wrote: > Add support to the pch_gbe driver for resetting the PHY using a GPIO > specified in the device tree. This matches the support already in Linux. > > Signed-off-by: Paul Burton > > --- > >

[U-Boot] [PATCH 16/23] net: pch_gbe: Support PHY reset GPIOs

2016-09-26 Thread Paul Burton
Add support to the pch_gbe driver for resetting the PHY using a GPIO specified in the device tree. This matches the support already in Linux. Signed-off-by: Paul Burton --- drivers/net/pch_gbe.c | 29 +++-- drivers/net/pch_gbe.h | 1 + 2 files