[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1598416422-30796-1-git-send-email-vineetha.g.jaya.kumaran@intel.com>
Date: Wed, 26 Aug 2020 12:33:40 +0800
From: vineetha.g.jaya.kumaran@...el.com
To: davem@...emloft.net, kuba@...nel.org, mcoquelin.stm32@...il.com,
robh+dt@...nel.org
Cc: netdev@...r.kernel.org, devicetree@...r.kernel.org,
weifeng.voon@...el.com, hock.leong.kweh@...el.com,
boon.leong.ong@...el.com, lakshmi.bai.raja.subramanian@...el.com
Subject: [PATCH v3 0/2] Add Ethernet support for Intel Keem Bay SoC
From: "Vineetha G. Jaya Kumaran" <vineetha.g.jaya.kumaran@...el.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 v2:
-Add a select in DT documentation to avoid matching with all nodes containing 'snps,dwmac'
-Rebased to 5.9-rc1
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 | 130 ++++++++++++++
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, 332 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
Powered by blists - more mailing lists