Le 15/03/2013 21:50, Maxime Ripard a écrit : > From: Stefan Roese <sr@xxxxxxx> > > The Allwinner A10 has an ethernet controller that is advertised as > coming from Davicom. > > The exact feature set of this controller is unknown, since there is no > public documentation for this IP, and this driver is mostly the one > published by Allwinner that has been heavily cleaned up. > > Signed-off-by: Stefan Roese <sr@xxxxxxx> > Signed-off-by: Maxime Ripard <maxime.ripard@xxxxxxxxxxxxxxxxxx> > --- > .../devicetree/bindings/net/davicom-wemac.txt | 20 + > drivers/net/ethernet/Makefile | 2 +- > drivers/net/ethernet/davicom/Kconfig | 31 + > drivers/net/ethernet/davicom/Makefile | 1 + > drivers/net/ethernet/davicom/wemac.c | 1033 ++++++++++++++++++++ > drivers/net/ethernet/davicom/wemac.h | 130 +++ > 6 files changed, 1216 insertions(+), 1 deletion(-) > create mode 100644 Documentation/devicetree/bindings/net/davicom-wemac.txt > create mode 100644 drivers/net/ethernet/davicom/wemac.c > create mode 100644 drivers/net/ethernet/davicom/wemac.h > > diff --git a/Documentation/devicetree/bindings/net/davicom-wemac.txt b/Documentation/devicetree/bindings/net/davicom-wemac.txt > new file mode 100644 > index 0000000..516cf31 > --- /dev/null > +++ b/Documentation/devicetree/bindings/net/davicom-wemac.txt > @@ -0,0 +1,20 @@ > +* Marvell Armada 370 / Armada XP Ethernet Controller (NETA) > + > +Required properties: > +- compatible: should be "marvell,armada-370-neta". It looks like I've been a bit too quick to send this one... I'll change in v2, obviously. Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html