From: Dinh Nguyen <dinguyen@xxxxxxxxxx> 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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html