[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190130164644.3948-1-pankaj.bansal@nxp.com>
Date: Wed, 30 Jan 2019 11:21:57 +0000
From: Pankaj Bansal <pankaj.bansal@....com>
To: Andrew Lunn <andrew@...n.ch>,
Florian Fainelli <f.fainelli@...il.com>
CC: "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
Pankaj Bansal <pankaj.bansal@....com>,
Varun Sethi <V.Sethi@....com>
Subject: [PATCH 0/1] add MDIO bus multiplexer driven by a regmap device
Add support for an MDIO bus multiplexer controlled by a regmap device, like an
FPGA.
These apis is an extension of the existing driver
drivers/net/phy/mdio-mux-mmioreg.c.
The problem with mmioreg driver is that it can operate only on memory mapped
devices.
but if we have a device that controls mdio muxing and that device is controlled
using
i2c or spi, then it will not work.
Therefore, added apis that can be used by regmap device to control mdio mux.
Tested on a NXP LX2160AQDS board which uses the "QIXIS" FPGA attached to the
i2c bus.
This is my second attempt at this.
In my previous approach i wrote a separate driver for regmap apis. But then i
realized that it is not meant to control a specific device.
It is meant to control some registers of parent device. Therefore, IMO this
should not be a
Platform driver and there should not be any "compatible" property to which this
driver is associated.
The previous approach patches and discussion can be accessed here:
https://www.mail-archive.com/netdev@vger.kernel.org/msg252744.html
Cc: Varun Sethi <V.Sethi@....com>
Pankaj Bansal (1):
netdev/phy: add MDIO bus multiplexer driven by a regmap
drivers/net/phy/Makefile | 2 +-
drivers/net/phy/mdio-mux-regmap.c | 170 ++++++++++++++++++++++++++++++
include/linux/mdio-mux.h | 20 ++++
3 files changed, 191 insertions(+), 1 deletion(-)
create mode 100644 drivers/net/phy/mdio-mux-regmap.c
--
2.17.1
Powered by blists - more mailing lists