mbox series

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

Message ID 1595672279-13648-1-git-send-email-vineetha.g.jaya.kumaran@intel.com
Headers show
Series Add Ethernet support for Intel Keem Bay SoC | expand

Message

G Jaya Kumaran, Vineetha July 25, 2020, 10:17 a.m. UTC
From: "Vineetha G. Jaya Kumaran" <vineetha.g.jaya.kumaran@intel.com>

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 driver was tested on the Keem Bay evaluation module board.

Thank you.

Best regards,
Vineetha

Changes since v1:
-Removed clocks maxItems property from DT bindings documentation
-Removed phy compatible strings from DT bindings documentation

Rusaimi Amira Ruslan (1):
  net: stmmac: Add dwmac-intel-plat for GBE driver

Vineetha G. Jaya Kumaran (1):
  dt-bindings: net: Add bindings for Intel Keem Bay

 .../devicetree/bindings/net/intel,dwmac-plat.yaml  | 121 +++++++++++++
 drivers/net/ethernet/stmicro/stmmac/Kconfig        |  10 ++
 drivers/net/ethernet/stmicro/stmmac/Makefile       |   1 +
 .../net/ethernet/stmicro/stmmac/dwmac-intel-plat.c | 191 +++++++++++++++++++++
 4 files changed, 323 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/net/intel,dwmac-plat.yaml
 create mode 100644 drivers/net/ethernet/stmicro/stmmac/dwmac-intel-plat.c

Comments

G Jaya Kumaran, Vineetha Aug. 6, 2020, 11:27 a.m. UTC | #1
Hello,

May I know if there are any comments regarding this patch-set before I submit a V3?
Just would like to check, since so far the feedback obtained for V1 and V2 has been regarding only the DT documentation.

Thank you,
Vineetha

> -----Original Message-----
> From: netdev-owner@vger.kernel.org <netdev-owner@vger.kernel.org> On
> Behalf Of vineetha.g.jaya.kumaran@intel.com
> Sent: Saturday, July 25, 2020 6:18 PM
> To: davem@davemloft.net; kuba@kernel.org; mcoquelin.stm32@gmail.com;
> robh+dt@kernel.org
> Cc: netdev@vger.kernel.org; devicetree@vger.kernel.org; Voon, Weifeng
> <weifeng.voon@intel.com>; Kweh, Hock Leong <hock.leong.kweh@intel.com>;
> Ong, Boon Leong <boon.leong.ong@intel.com>
> Subject: [PATCH v2 0/2] Add Ethernet support for Intel Keem Bay SoC
> 
> From: "Vineetha G. Jaya Kumaran" <vineetha.g.jaya.kumaran@intel.com>
> 
> 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 driver was tested on the Keem Bay evaluation module board.
> 
> Thank you.
> 
> Best regards,
> Vineetha
> 
> Changes since v1:
> -Removed clocks maxItems property from DT bindings documentation
> -Removed phy compatible strings from DT bindings documentation
> 
> Rusaimi Amira Ruslan (1):
>   net: stmmac: Add dwmac-intel-plat for GBE driver
> 
> Vineetha G. Jaya Kumaran (1):
>   dt-bindings: net: Add bindings for Intel Keem Bay
> 
>  .../devicetree/bindings/net/intel,dwmac-plat.yaml  | 121 +++++++++++++
>  drivers/net/ethernet/stmicro/stmmac/Kconfig        |  10 ++
>  drivers/net/ethernet/stmicro/stmmac/Makefile       |   1 +
>  .../net/ethernet/stmicro/stmmac/dwmac-intel-plat.c | 191
> +++++++++++++++++++++
>  4 files changed, 323 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/net/intel,dwmac-
> plat.yaml
>  create mode 100644 drivers/net/ethernet/stmicro/stmmac/dwmac-intel-plat.c
> 
> --
> 1.9.1