Re: [PATCH v4 1/2] dt-bindings: net: add MDIO bus multiplexer driven by a regmap device

2019-02-06 Thread Andrew Lunn
On Wed, Feb 06, 2019 at 06:20:39AM +, Pankaj Bansal wrote: > Add support for an MDIO bus multiplexer controlled by a regmap > device, like an FPGA. > > Tested on a NXP LX2160AQDS board which uses the "QIXIS" FPGA > attached to the i2c bus. > > Signed-off-by: Pankaj Bansal > --- > > Notes: >

[PATCH v4 1/2] dt-bindings: net: add MDIO bus multiplexer driven by a regmap device

2019-02-05 Thread Pankaj Bansal
Add support for an MDIO bus multiplexer controlled by a regmap device, like an FPGA. Tested on a NXP LX2160AQDS board which uses the "QIXIS" FPGA attached to the i2c bus. Signed-off-by: Pankaj Bansal --- Notes: V4: - No change V3: - No change V2: - New file describing th