Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH v2 0/5] arm64: dts: remove tx-sched-sp property in snps,dwmac
@ 2024-04-18 12:28 Flavio Suligoi
  2024-04-18 12:28 ` [PATCH v2 1/5] arm64: dts: freescale: imx8mp-beacon: remove tx-sched-sp property Flavio Suligoi
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Flavio Suligoi @ 2024-04-18 12:28 UTC (permalink / raw)
  To: Alexandre Torgue, Jose Abreu, David S . Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Maxime Coquelin, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Shawn Guo, Sascha Hauer,
	Pengutronix Kernel Team, Fabio Estevam, Bjorn Andersson,
	Konrad Dybcio, Giuseppe Cavallaro
  Cc: netdev, linux-stm32, linux-arm-kernel, devicetree, imx,
	linux-arm-msm, linux-kernel, Flavio Suligoi

In the ethernet stmmac device driver:

- drivers/net/ethernet/stmicro/stmmac/

The "Strict priority" for the tx scheduler is by default in Linux driver,
so the tx-sched-sp property was removed in commit aed6864035b1 ("net:
stmmac: platform: Delete a redundant condition branch").

This patch series remove this property from the following device-tree
files:

- arch/arm64/boot/dts/freescale/imx8mp-beacon-som.dtsi
- arch/arm64/boot/dts/freescale/imx8mp-evk.dts
- arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi
- arch/arm64/boot/dts/qcom/sa8540p-ride.dts
- arch/arm64/boot/dts/qcom/sa8775p-ride.dts

There is no problem if that property is still used in these DTS,
since, as seen above, it is a default property of the driver.

The property is also removed, in a separate patch, from the corresponding
dt_bindings file:
- Documentation/devicetree/bindings/net/snps,dwmac.yaml

v2 - This patch is the 2nd version of a previous patch, where both the DTS
     and the yaml files were included toghether. Then I split this 1st
     patch in two, as suggested by Krzysztof.
v1 - original version of the patch where, in addition to these DTS patches,
     there was also the one related to the correspondent snps,dwmac.yaml
     dt_binding file.

Flavio Suligoi (5):
  arm64: dts: freescale: imx8mp-beacon: remove tx-sched-sp property
  arm64: dts: freescale: imx8mp-evk: remove tx-sched-sp property
  arm64: dts: freescale: imx8mp-verdin: remove tx-sched-sp property
  arm64: dts: qcom: sa8540p-ride: remove tx-sched-sp property
  arm64: dts: qcom: sa8775p-ride: remove tx-sched-sp property

 arch/arm64/boot/dts/freescale/imx8mp-beacon-som.dtsi | 1 -
 arch/arm64/boot/dts/freescale/imx8mp-evk.dts         | 1 -
 arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi     | 1 -
 arch/arm64/boot/dts/qcom/sa8540p-ride.dts            | 2 --
 arch/arm64/boot/dts/qcom/sa8775p-ride.dts            | 2 --
 5 files changed, 7 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-04-19 13:33 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-18 12:28 [PATCH v2 0/5] arm64: dts: remove tx-sched-sp property in snps,dwmac Flavio Suligoi
2024-04-18 12:28 ` [PATCH v2 1/5] arm64: dts: freescale: imx8mp-beacon: remove tx-sched-sp property Flavio Suligoi
2024-04-18 16:57   ` Krzysztof Kozlowski
2024-04-18 12:28 ` [PATCH v2 2/5] arm64: dts: freescale: imx8mp-evk: " Flavio Suligoi
2024-04-18 16:58   ` Krzysztof Kozlowski
2024-04-18 12:28 ` [PATCH v2 3/5] arm64: dts: freescale: imx8mp-verdin: " Flavio Suligoi
2024-04-18 16:58   ` Krzysztof Kozlowski
2024-04-18 12:28 ` [PATCH v2 4/5] arm64: dts: qcom: sa8540p-ride: " Flavio Suligoi
2024-04-18 12:28 ` [PATCH v2 5/5] arm64: dts: qcom: sa8775p-ride: " Flavio Suligoi
2024-04-18 16:59   ` Krzysztof Kozlowski
2024-04-19  8:45     ` EXTERNAL: " FLAVIO SULIGOI
2024-04-19 13:33       ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox