devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* net: stmmac glue layer for Amlogic Meson SoCs
@ 2014-09-20 13:29 Beniamino Galvani
  2014-09-20 13:29 ` [PATCH 1/2] net: stmmac: add Amlogic Meson glue layer Beniamino Galvani
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Beniamino Galvani @ 2014-09-20 13:29 UTC (permalink / raw)
  To: netdev
  Cc: Giuseppe Cavallaro, David S. Miller, Rob Herring, Pawel Moll,
	Mark Rutland, Ian Campbell, Kumar Gala, Carlo Caione, Jerry Cao,
	Victor Wan, linux-kernel, devicetree, Beniamino Galvani

Hi,

the Ethernet controller available in Amlogic Meson6 and Meson8 SoCs is
a Synopsys DesignWare MAC IP core, already supported by the stmmac
driver.

These patches add a glue layer to the driver for the platform-specific
settings required by the Amlogic variant.

This has been tested on a Amlogic S802 device with the initial Meson
support submitted by Carlo Caione [1].

[1] http://lwn.net/Articles/612000/

Beniamino Galvani (2):
  net: stmmac: add Amlogic Meson glue layer
  net: stmmac: meson: document device tree bindings

 .../devicetree/bindings/net/meson-dwmac.txt        | 25 ++++++++
 drivers/net/ethernet/stmicro/stmmac/Kconfig        | 10 ++++
 drivers/net/ethernet/stmicro/stmmac/Makefile       |  1 +
 drivers/net/ethernet/stmicro/stmmac/dwmac-meson.c  | 67 ++++++++++++++++++++++
 drivers/net/ethernet/stmicro/stmmac/stmmac.h       |  3 +
 .../net/ethernet/stmicro/stmmac/stmmac_platform.c  |  3 +
 6 files changed, 109 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/net/meson-dwmac.txt
 create mode 100644 drivers/net/ethernet/stmicro/stmmac/dwmac-meson.c

-- 
1.9.1

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-09-26  4:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-20 13:29 net: stmmac glue layer for Amlogic Meson SoCs Beniamino Galvani
2014-09-20 13:29 ` [PATCH 1/2] net: stmmac: add Amlogic Meson glue layer Beniamino Galvani
2014-09-20 13:29 ` [PATCH 2/2] net: stmmac: meson: document device tree bindings Beniamino Galvani
     [not found] ` <1411219757-9201-1-git-send-email-b.galvani-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-09-23  6:16   ` net: stmmac glue layer for Amlogic Meson SoCs Giuseppe CAVALLARO
2014-09-23 11:15     ` Beniamino Galvani
2014-09-26  4:13 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).