On Tue, Apr 18, 2017 at 10:48:26AM +0200, Juergen Borleis wrote: > In this mode the switch device and the internal phys will be managed via > I2C interface. The MDIO interface is still supported, but for the > (emulated) CPU port only. > > Signed-off-by: Juergen Borleis <[email protected]> > CC: [email protected] > CC: [email protected] > CC: [email protected] > --- > .../devicetree/bindings/net/dsa/lan9303.txt | 62 +++++++++++
Acked-by: Rob Herring <[email protected]> > drivers/net/dsa/Kconfig | 16 +++ > drivers/net/dsa/Makefile | 2 + > drivers/net/dsa/lan9303_i2c.c | 113 > +++++++++++++++++++++ > 4 files changed, 193 insertions(+) > create mode 100644 Documentation/devicetree/bindings/net/dsa/lan9303.txt > create mode 100644 drivers/net/dsa/lan9303_i2c.c

