[PATCH 1/5] net: Add davicom wemac ethernet driver found on Allwinner A10 SoC's
Maxime Ripard
maxime.ripard at free-electrons.com
Fri Mar 15 17:01:30 EDT 2013
Le 15/03/2013 21:50, Maxime Ripard a écrit :
> From: Stefan Roese <sr at denx.de>
>
> 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 at denx.de>
> Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>
> ---
> .../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
More information about the linux-arm-kernel
mailing list