Re: [PATCH 2/7] IBM Akebono: Add support for a new PHY interface to the IBM emac driver

2014-02-23 Thread Alistair Popple
On Fri, 21 Feb 2014 11:18:23 Mark Rutland wrote: On Fri, Feb 21, 2014 at 06:31:28AM +, Alistair Popple wrote: [...] + /* Check for RGMII flags */ + if (of_get_property(ofdev-dev.of_node, has-mdio, NULL)) + dev-flags |= EMAC_RGMII_FLAG_HAS_MDIO; You can

Re: [PATCH 2/7] IBM Akebono: Add support for a new PHY interface to the IBM emac driver

2014-02-21 Thread Mark Rutland
On Fri, Feb 21, 2014 at 06:31:28AM +, Alistair Popple wrote: The IBM PPC476GTR SoC that is used on the Akebono board uses a different ethernet PHY interface that has wake on lan (WOL) support with the IBM emac. This patch adds support to the IBM emac driver for this new PHY interface.

[PATCH 2/7] IBM Akebono: Add support for a new PHY interface to the IBM emac driver

2014-02-20 Thread Alistair Popple
The IBM PPC476GTR SoC that is used on the Akebono board uses a different ethernet PHY interface that has wake on lan (WOL) support with the IBM emac. This patch adds support to the IBM emac driver for this new PHY interface. At this stage the wake on lan functionality has not been implemented.