Re: [PATCH] drivers: net: cpsw-phy-sel: add dev_warn() for unsupported PHY mode

2016-02-17 Thread David Miller
From: "David Rivshin (Allworx)" Date: Fri, 12 Feb 2016 19:45:36 -0500 > From: David Rivshin > > The cpsw-phy-sel driver supports only MII, RMII, and RGMII PHY modes, > and silently handled any other values as if MII was specified. In a > case where the PHY mode was incorrectly specified, or a b

Re: [PATCH] drivers: net: cpsw-phy-sel: add dev_warn() for unsupported PHY mode

2016-02-14 Thread Mugunthan V N
On Saturday 13 February 2016 06:15 AM, David Rivshin (Allworx) wrote: > From: David Rivshin > > The cpsw-phy-sel driver supports only MII, RMII, and RGMII PHY modes, > and silently handled any other values as if MII was specified. In a > case where the PHY mode was incorrectly specified, or a bug

[PATCH] drivers: net: cpsw-phy-sel: add dev_warn() for unsupported PHY mode

2016-02-12 Thread David Rivshin (Allworx)
From: David Rivshin The cpsw-phy-sel driver supports only MII, RMII, and RGMII PHY modes, and silently handled any other values as if MII was specified. In a case where the PHY mode was incorrectly specified, or a bug elsewhere, there would be no indication of a problem. If MII was the correct mo