linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/11] qcom,mdss-dsi-ctrl: Remove redundant phy-names from yaml and dtsi
@ 2022-09-07  0:00 Bryan O'Donoghue
  2022-09-07  0:00 ` [PATCH 01/11] dt-bindings: msm: dsi-controller-main: Drop redundant phy-names Bryan O'Donoghue
                   ` (13 more replies)
  0 siblings, 14 replies; 28+ messages in thread
From: Bryan O'Donoghue @ 2022-09-07  0:00 UTC (permalink / raw)
  To: robdclark, quic_abhinavk, dmitry.baryshkov, sean, robh+dt,
	krzysztof.kozlowski+dt, quic_mkrishn, agross, andersson,
	konrad.dybcio, linux-arm-msm, devicetree
  Cc: bryan.odonoghue

phy-names is both inconsistently used and not actually required by the driver.

Previous discussion with Krzysztof and Rob suggested to remove the property.

https://www.spinics.net/lists/linux-arm-msm/msg116525.html

- Mark as deprecated and not required in yaml
- Drop from associated dtsi files => grep -r mdss-dsi arch/arm* | grep qcom

Bryan O'Donoghue (11):
  dt-bindings: msm: dsi-controller-main: Drop redundant phy-names
  ARM: dts: qcom: apq8064: Drop redundant phy-names from DSI controller
  ARM: dts: qcom: msm8974: Drop redundant phy-names from DSI controller
  arm64: dts: qcom: msm8916: Drop redundant phy-names from DSI
    controller
  arm64: dts: qcom: msm8996: Drop redundant phy-names from DSI
    controller
  arm64: dts: qcom: sc7180: Drop redundant phy-names from DSI controller
  arm64: dts: qcom: sc7280: Drop redundant phy-names from DSI controller
  arm64: dts: qcom: sdm660: Drop redundant phy-names from DSI controller
  arm64: dts: qcom: sdm630: Drop redundant phy-names from DSI controller
  arm64: dts: qcom: sdm845: Drop redundant phy-names from DSI controller
  arm64: dts: qcom: sm8250: Drop redundant phy-names from DSI controller

 .../devicetree/bindings/display/msm/dsi-controller-main.yaml    | 2 +-
 arch/arm/boot/dts/qcom-apq8064.dtsi                             | 1 -
 arch/arm/boot/dts/qcom-msm8974.dtsi                             | 1 -
 arch/arm64/boot/dts/qcom/msm8916.dtsi                           | 1 -
 arch/arm64/boot/dts/qcom/msm8996.dtsi                           | 2 --
 arch/arm64/boot/dts/qcom/sc7180.dtsi                            | 1 -
 arch/arm64/boot/dts/qcom/sc7280.dtsi                            | 1 -
 arch/arm64/boot/dts/qcom/sdm630.dtsi                            | 1 -
 arch/arm64/boot/dts/qcom/sdm660.dtsi                            | 1 -
 arch/arm64/boot/dts/qcom/sdm845.dtsi                            | 2 --
 arch/arm64/boot/dts/qcom/sm8250.dtsi                            | 2 --
 11 files changed, 1 insertion(+), 14 deletions(-)

-- 
2.37.3


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

end of thread, other threads:[~2022-10-18  3:06 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-07  0:00 [PATCH 00/11] qcom,mdss-dsi-ctrl: Remove redundant phy-names from yaml and dtsi Bryan O'Donoghue
2022-09-07  0:00 ` [PATCH 01/11] dt-bindings: msm: dsi-controller-main: Drop redundant phy-names Bryan O'Donoghue
2022-09-08 14:11   ` Krzysztof Kozlowski
2022-09-08 22:31   ` Dmitry Baryshkov
2022-09-07  0:00 ` [PATCH 02/11] ARM: dts: qcom: apq8064: Drop redundant phy-names from DSI controller Bryan O'Donoghue
2022-09-08 14:12   ` Krzysztof Kozlowski
2022-09-07  0:00 ` [PATCH 03/11] ARM: dts: qcom: msm8974: " Bryan O'Donoghue
2022-09-08 14:12   ` Krzysztof Kozlowski
2022-09-07  0:00 ` [PATCH 04/11] arm64: dts: qcom: msm8916: " Bryan O'Donoghue
2022-09-08 14:12   ` Krzysztof Kozlowski
2022-09-07  0:00 ` [PATCH 05/11] arm64: dts: qcom: msm8996: " Bryan O'Donoghue
2022-09-08 14:12   ` Krzysztof Kozlowski
2022-09-07  0:01 ` [PATCH 06/11] arm64: dts: qcom: sc7180: " Bryan O'Donoghue
2022-09-08 14:12   ` Krzysztof Kozlowski
2022-09-07  0:01 ` [PATCH 07/11] arm64: dts: qcom: sc7280: " Bryan O'Donoghue
2022-09-08 14:12   ` Krzysztof Kozlowski
2022-09-07  0:01 ` [PATCH 08/11] arm64: dts: qcom: sdm660: " Bryan O'Donoghue
2022-09-08 14:12   ` Krzysztof Kozlowski
2022-09-07  0:01 ` [PATCH 09/11] arm64: dts: qcom: sdm630: " Bryan O'Donoghue
2022-09-08 14:13   ` Krzysztof Kozlowski
2022-09-07  0:01 ` [PATCH 10/11] arm64: dts: qcom: sdm845: " Bryan O'Donoghue
2022-09-07  3:13   ` Steev Klimaszewski
2022-09-08 14:13   ` Krzysztof Kozlowski
2022-09-07  0:01 ` [PATCH 11/11] arm64: dts: qcom: sm8250: " Bryan O'Donoghue
2022-09-08 14:13   ` Krzysztof Kozlowski
2022-09-08 22:30 ` [PATCH 00/11] qcom,mdss-dsi-ctrl: Remove redundant phy-names from yaml and dtsi Dmitry Baryshkov
2022-09-26 11:18 ` Bryan O'Donoghue
2022-10-18  3:05 ` (subset) " Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).