Re: [PATCH v2 net-next 0/2] Check all RGMII phy mode variants

2017-05-19 Thread David Miller
From: Iyappan Subramanian Date: Thu, 18 May 2017 15:13:42 -0700 > This patch set, > - adds phy_interface_mode_is_rgmii() helper function > - addresses review comment from previous patch set, by calling >phy_interface_mode_is_rgmii() to address all RGMII variants > > Signed-off-

[PATCH v2 net-next 0/2] Check all RGMII phy mode variants

2017-05-18 Thread Iyappan Subramanian
This patch set, - adds phy_interface_mode_is_rgmii() helper function - addresses review comment from previous patch set, by calling phy_interface_mode_is_rgmii() to address all RGMII variants Signed-off-by: Iyappan Subramanian --- v2: Address review comments from v1 - adds p