[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250128102558.22459-1-swathi.ks@samsung.com>
Date: Tue, 28 Jan 2025 15:55:54 +0530
From: Swathi K S <swathi.ks@...sung.com>
To: krzk@...nel.org, robh@...nel.org, davem@...emloft.net,
edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com,
conor+dt@...nel.org, richardcochran@...il.com, mcoquelin.stm32@...il.com,
andrew@...n.ch, alim.akhtar@...sung.com, linux-fsd@...la.com
Cc: netdev@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-stm32@...md-mailman.stormreply.com,
linux-arm-kernel@...ts.infradead.org, linux-samsung-soc@...r.kernel.org,
alexandre.torgue@...s.st.com, peppe.cavallaro@...com, joabreu@...opsys.com,
swathi.ks@...sung.com, rcsekar@...sung.com, ssiddha@...la.com,
jayati.sahu@...sung.com, pankaj.dubey@...sung.com, ravi.patel@...sung.com,
gost.dev@...sung.com
Subject: [PATCH v5 0/4] net: stmmac: dwc-qos: Add FSD EQoS support
FSD platform has two instances of EQoS IP, one is in FSYS0 block and
another one is in PERIC block. This patch series add required DT binding,
DT file modifications and platform driver specific changes for the same.
Changes since v4:
1. Avoided switching between internal and external clocks for every open/
close.
2. Addressed the review comments on DT bindings
Here is the link to v4 patches for reference:
https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=&submitter=211782&state=&q=&archive=true&delegate=
Swathi K S (4):
dt-bindings: net: Add FSD EQoS device tree bindings
net: stmmac: dwc-qos: Add FSD EQoS support
arm64: dts: fsd: Add Ethernet support for FSYS0 Block of FSD SoC
arm64: dts: fsd: Add Ethernet support for PERIC Block of FSD SoC
.../devicetree/bindings/net/snps,dwmac.yaml | 5 +-
.../bindings/net/tesla,fsd-ethqos.yaml | 91 ++++++++++++++
arch/arm64/boot/dts/tesla/fsd-evb.dts | 18 +++
arch/arm64/boot/dts/tesla/fsd-pinctrl.dtsi | 112 ++++++++++++++++++
arch/arm64/boot/dts/tesla/fsd.dtsi | 47 ++++++++
.../stmicro/stmmac/dwmac-dwc-qos-eth.c | 74 ++++++++++++
6 files changed, 345 insertions(+), 2 deletions(-)
create mode 100644 Documentation/devicetree/bindings/net/tesla,fsd-ethqos.yaml
--
2.17.1
Powered by blists - more mailing lists