Re: [RFC PATCH 1/2] net: macb: Add MDIO driver for accessing multiple PHY devices

2016-11-28 Thread Harini Katakam
Hi Andrew, On Mon, Nov 28, 2016 at 10:03 PM, Andrew Lunn wrote: > On Mon, Nov 28, 2016 at 03:19:14PM +0530, Harini Katakam wrote: >> This patch is to add support for the hardware with multiple ethernet >> MAC controllers and a single MDIO bus connected to multiple PHY devices. >> MDIO lines are c

Re: [RFC PATCH 1/2] net: macb: Add MDIO driver for accessing multiple PHY devices

2016-11-28 Thread Andrew Lunn
On Mon, Nov 28, 2016 at 03:19:14PM +0530, Harini Katakam wrote: > This patch is to add support for the hardware with multiple ethernet > MAC controllers and a single MDIO bus connected to multiple PHY devices. > MDIO lines are connected to any one of the ethernet MAC controllers and > all the PHY d

[RFC PATCH 1/2] net: macb: Add MDIO driver for accessing multiple PHY devices

2016-11-28 Thread Harini Katakam
This patch is to add support for the hardware with multiple ethernet MAC controllers and a single MDIO bus connected to multiple PHY devices. MDIO lines are connected to any one of the ethernet MAC controllers and all the PHY devices will be accessed using the PHY maintenance interface in that MAC

[RFC PATCH 1/2] net: macb: Add MDIO driver for accessing multiple PHY devices

2016-05-13 Thread Harini Katakam
This patch is to add support for the hardware with multiple ethernet MAC controllers and a single MDIO bus connected to multiple PHY devices. MDIO lines are connected to any one of the ethernet MAC controllers and all the PHY devices will be accessed using the PHY maintenance interface in that MAC

[RFC PATCH 1/2] net: macb: Add mdio driver for accessing multiple phy devices

2015-07-12 Thread Punnaiah Choudary Kalluri
This patch is to add spoort for the design that has multiple ethernet mac controllers and single mdio bus connected to multiple phy devices. i.e mdio lines are connected to any of the ethernet mac controller and all the phy devices will be accessed using the phy maintainance interface in that mac c