devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] net: stmmac: Add glue layer for socfpga platform
@ 2014-03-27  3:45 dinguyen
  2014-03-27  3:45 ` [PATCH net-next 1/3] net: stmmac: Add SOCFPGA glue driver dinguyen
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: dinguyen @ 2014-03-27  3:45 UTC (permalink / raw)
  To: dinh.linux, arnd, davem, peppe.cavallaro
  Cc: srinivas.kandagatla, netdev, linux-arm-kernel, arm, robh+dt,
	pawel.moll, mark.rutland, ijc+devicetree, galak, devicetree,
	Dinh Nguyen

From: Dinh Nguyen <dinguyen@altera.com>

Hi David,

I'm re-submitting the patch series to add the socfpga glue layer for the
stmmac ethernet driver. My original patch did not build for kernel module,
and I apologize for not testing against that.

This patch is also better aligned with the other stmmac glue
layers(sti and sunxi).

I'd like to take the "net: stmmac: Add SOCFPGA glue driver" patch into your
tree and the other 2 dts patches through the arm-soc tree.

Thanks,


Dinh Nguyen (3):
  net: stmmac: Add SOCFPGA glue driver
  dts: socfpga: Add DTS entry for adding the stmmac glue layer for
    stmmac.
  dts: stmmac: Document the clocks property in the stmmac base document

 .../devicetree/bindings/net/socfpga-dwmac.txt      |   27 ++++
 Documentation/devicetree/bindings/net/stmmac.txt   |    6 +
 arch/arm/boot/dts/socfpga.dtsi                     |    2 +
 arch/arm/boot/dts/socfpga_arria5_socdk.dts         |   21 ++++
 arch/arm/boot/dts/socfpga_cyclone5_socdk.dts       |   14 +++
 arch/arm/boot/dts/socfpga_cyclone5_sockit.dts      |   17 +++
 arch/arm/boot/dts/socfpga_vt.dts                   |    5 +
 drivers/net/ethernet/stmicro/stmmac/Kconfig        |   10 ++
 drivers/net/ethernet/stmicro/stmmac/Makefile       |    1 +
 .../net/ethernet/stmicro/stmmac/dwmac-socfpga.c    |  130 ++++++++++++++++++++
 drivers/net/ethernet/stmicro/stmmac/stmmac.h       |    3 +
 .../net/ethernet/stmicro/stmmac/stmmac_platform.c  |    3 +
 12 files changed, 239 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/net/socfpga-dwmac.txt
 create mode 100644 drivers/net/ethernet/stmicro/stmmac/dwmac-socfpga.c

-- 
1.7.9.5

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

end of thread, other threads:[~2014-03-29  0:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-27  3:45 [PATCH net-next 0/3] net: stmmac: Add glue layer for socfpga platform dinguyen
2014-03-27  3:45 ` [PATCH net-next 1/3] net: stmmac: Add SOCFPGA glue driver dinguyen
2014-03-28 19:07   ` David Miller
2014-03-27  3:45 ` [PATCH 2/3] dts: socfpga: Add DTS entry for adding the stmmac glue layer for stmmac dinguyen
2014-03-27  3:45 ` [PATCH 3/3] dts: stmmac: Document the clocks property in the stmmac base document dinguyen
2014-03-29  0:18 ` [PATCH net-next 0/3] net: stmmac: Add glue layer for socfpga platform Arnd Bergmann

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).