[PATCH v5 0/4] net: stmmac: dwc-qos: Add FSD EQoS support

Swathi K S posted 4 patches 1 year ago
There is a newer version of this series
.../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
[PATCH v5 0/4] net: stmmac: dwc-qos: Add FSD EQoS support
Posted by Swathi K S 1 year ago
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
Re: [PATCH v5 0/4] net: stmmac: dwc-qos: Add FSD EQoS support
Posted by Krzysztof Kozlowski 1 year ago
On 28/01/2025 11:25, Swathi K S wrote:
> 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

In next versions, please split DTS from net and send it separately with
*lore* link to the posting of bindings.

Best regards,
Krzysztof