[PATCH v5 0/7] Add MDIO bus multiplexer support for iProc SoCs
From: davem@davemloft.net (David Miller)
Date: 2016-06-11 06:27:14
Also in:
linux-devicetree, lkml, netdev
From: davem@davemloft.net (David Miller)
Date: 2016-06-11 06:27:14
Also in:
linux-devicetree, lkml, netdev
From: Pramod Kumar <redacted> Date: Fri, 10 Jun 2016 11:03:44 +0530
Broadcom iProc based SoCs use a MDIO bus multiplexer where child buses could be internal as well external to SoCs. These buses could supports MDIO transaction compatible to C-22/C-45. Broadcom MDIO bus multiplexer is an integrated multiplexer where child bus selection and mdio transaction logic lies inside multiplexer itself. To accommodate this multiplexer in existing mux framework below changes were required- 1. Passed MDIO parent bus via mdio_mux_init to MDIO mux framework. This patch set includes MDIO bus multiplexer driver along with above framework change. It includes one external bus node having Ethernet PHY attached and two internal bus node holding PCIe PHYs.
... Series applied, thanks.