[PATCH v3 0/2] Add Ethernet support for Intel Keem Bay SoC

2020-08-25 Thread vineetha . g . jaya . kumaran
From: "Vineetha G. Jaya Kumaran" Hello, This patch set enables support for Ethernet on the Intel Keem Bay SoC. The first patch contains the required Device Tree bindings documentation, while the second patch adds the Intel platform glue layer for the stmmac device driver. This

[PATCH v3 2/2] net: stmmac: Add dwmac-intel-plat for GBE driver

2020-08-25 Thread vineetha . g . jaya . kumaran
: Vineetha G. Jaya Kumaran --- drivers/net/ethernet/stmicro/stmmac/Kconfig| 10 ++ drivers/net/ethernet/stmicro/stmmac/Makefile | 1 + .../net/ethernet/stmicro/stmmac/dwmac-intel-plat.c | 191 + 3 files changed, 202 insertions(+) create mode 100644 drivers/net

[PATCH v3 1/2] dt-bindings: net: Add bindings for Intel Keem Bay

2020-08-25 Thread vineetha . g . jaya . kumaran
From: "Vineetha G. Jaya Kumaran" Add Device Tree bindings documentation for the ethernet controller on Intel Keem Bay. Signed-off-by: Vineetha G. Jaya Kumaran --- .../devicetree/bindings/net/intel,dwmac-plat.yaml | 130 + 1 file changed, 130 insertions(+) c

[PATCH v2 2/2] net: stmmac: Add dwmac-intel-plat for GBE driver

2020-07-25 Thread vineetha . g . jaya . kumaran
: Vineetha G. Jaya Kumaran --- drivers/net/ethernet/stmicro/stmmac/Kconfig| 10 ++ drivers/net/ethernet/stmicro/stmmac/Makefile | 1 + .../net/ethernet/stmicro/stmmac/dwmac-intel-plat.c | 191 + 3 files changed, 202 insertions(+) create mode 100644 drivers/net

[PATCH v2 1/2] dt-bindings: net: Add bindings for Intel Keem Bay

2020-07-25 Thread vineetha . g . jaya . kumaran
From: "Vineetha G. Jaya Kumaran" Add Device Tree bindings documentation for the ethernet controller on Intel Keem Bay. Signed-off-by: Vineetha G. Jaya Kumaran --- .../devicetree/bindings/net/intel,dwmac-plat.yaml | 121 + 1 file changed, 121 insertions(+) c

[PATCH v2 0/2] Add Ethernet support for Intel Keem Bay SoC

2020-07-25 Thread vineetha . g . jaya . kumaran
From: "Vineetha G. Jaya Kumaran" Hello, This patch set enables support for Ethernet on the Intel Keem Bay SoC. The first patch contains the required Device Tree bindings documentation, while the second patch adds the Intel platform glue layer for the stmmac device driver. This

[PATCH 1/2] dt-bindings: net: Add bindings for Intel Keem Bay

2020-07-06 Thread vineetha . g . jaya . kumaran
From: "Vineetha G. Jaya Kumaran" Add Device Tree bindings documentation for the ethernet controller on Intel Keem Bay. Signed-off-by: Vineetha G. Jaya Kumaran --- .../devicetree/bindings/net/intel,dwmac-plat.yaml | 123 + 1 file changed, 123 insertions(+) c

[PATCH 0/2] Add Ethernet support for Intel Keem Bay SoC

2020-07-06 Thread vineetha . g . jaya . kumaran
From: "Vineetha G. Jaya Kumaran" Hello, This patch set enables support for Ethernet on the Intel Keem Bay SoC. The first patch contains the required Device Tree bindings documentation, while the second patch adds the Intel platform glue layer for the stmmac device driver. This

[PATCH 2/2] net: stmmac: Add dwmac-intel-plat for GBE driver

2020-07-06 Thread vineetha . g . jaya . kumaran
: Vineetha G. Jaya Kumaran --- drivers/net/ethernet/stmicro/stmmac/Kconfig| 10 ++ drivers/net/ethernet/stmicro/stmmac/Makefile | 1 + .../net/ethernet/stmicro/stmmac/dwmac-intel-plat.c | 191 + 3 files changed, 202 insertions(+) create mode 100644 drivers/net