lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 15 Mar 2013 21:49:59 +0100
From:	Maxime Ripard <maxime.ripard@...e-electrons.com>
To:	linux-arm-kernel@...ts.infradead.org
Cc:	kevin@...winnertech.com, sunny@...winnertech.com,
	shuge@...winnertech.com, netdev@...r.kernel.org
Subject: [PATCH 0/5] ARM: sunxi: Add support for A10 Ethernet controller

Hi,

The Allwinner A10 SoC has an ethernet that is said to be coming from
Davicom embedded in it. This IP has no public documentation, so exact
details are quite sparse, and this code come from refactored allwinner
code.

Since we don't have any clock support yet for the Allwinner SoCs, we
rely on the bootloader to enable the wemac clock.

Thanks,
Maxime

Maxime Ripard (3):
  ARM: sunxi: Add wemac to sun4i dtsi
  ARM: sun4i: Add muxing options for the ethernet controller
  ARM: hackberry: dt: Add Ethernet controller to the Hackberry device
    tree

Stefan Roese (2):
  net: Add davicom wemac ethernet driver found on Allwinner A10 SoC's
  ARM: cubieboard: Enable ethernet (WEMAC) support in dts

 .../devicetree/bindings/net/davicom-wemac.txt      |   20 +
 arch/arm/boot/dts/sun4i-a10-cubieboard.dts         |    6 +
 arch/arm/boot/dts/sun4i-a10-hackberry.dts          |   19 +
 arch/arm/boot/dts/sun4i-a10.dtsi                   |   18 +
 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 +++
 9 files changed, 1259 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

-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ