Re: [PATCH 0/6] Add Shared MDIO framework for iProc based SoCs

2016-04-25 Thread Andrew Lunn
On Thu, Apr 21, 2016 at 02:48:37PM +0530, Pramod Kumar wrote: > Broadcom iProc based SoCs uses MDIO bus for programming PHYs belonging to > different I/O subsystem like USB, SATA, PCIe, ETHERNET etc. Every subsystem > is referred as "Master" When a master is selected, all PHYs belonging to > this s

[PATCH 0/6] Add Shared MDIO framework for iProc based SoCs

2016-04-21 Thread Pramod Kumar
Broadcom iProc based SoCs uses MDIO bus for programming PHYs belonging to different I/O subsystem like USB, SATA, PCIe, ETHERNET etc. Every subsystem is referred as "Master" When a master is selected, all PHYs belonging to this subsystem get active on the MDIO bus and responds to MDIO transaction.