Re: [U-Boot] [PATCH v2] sun8i_emac: configure PHY reset GPIO via DM

2017-04-06 Thread Jagan Teki
On Mon, Apr 3, 2017 at 6:06 PM, Jagan Teki wrote: > On Thu, Feb 23, 2017 at 12:16 AM, Philipp Tomsich > wrote: >> This ports the support for configuring a GPIO for resetting the >> Ethernet PHY (incl. such details as the reset

Re: [U-Boot] [PATCH v2] sun8i_emac: configure PHY reset GPIO via DM

2017-04-03 Thread Jagan Teki
On Thu, Feb 23, 2017 at 12:16 AM, Philipp Tomsich wrote: > This ports the support for configuring a GPIO for resetting the > Ethernet PHY (incl. such details as the reset polarity and > pulse-length) from the Designware driver. > > X-AffectedPlatforms:

[U-Boot] [PATCH v2] sun8i_emac: configure PHY reset GPIO via DM

2017-02-22 Thread Philipp Tomsich
This ports the support for configuring a GPIO for resetting the Ethernet PHY (incl. such details as the reset polarity and pulse-length) from the Designware driver. X-AffectedPlatforms: A64-uQ7 Signed-off-by: Philipp Tomsich --- drivers/net/sun8i_emac.c |

[U-Boot] [PATCH v2] sun8i_emac: configure PHY reset GPIO via DM

2017-02-22 Thread Philipp Tomsich
This ports the logic for having a GPIO as a reset-output for the mdio_reset function over from designware.c to the (closely related) sun8i_emac driver. Changes in v2: * use the "snps,"-namespace, as the same node binds to the stmmac (i.e. designware) driver on Linux and the Linux DTS is