devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
To: robdclark@gmail.com, quic_abhinavk@quicinc.com,
	dmitry.baryshkov@linaro.org, sean@poorly.run, robh+dt@kernel.org,
	krzysztof.kozlowski+dt@linaro.org, quic_mkrishn@quicinc.com,
	agross@kernel.org, andersson@kernel.org,
	konrad.dybcio@somainline.org, linux-arm-msm@vger.kernel.org,
	devicetree@vger.kernel.org
Subject: Re: [PATCH 00/11] qcom,mdss-dsi-ctrl: Remove redundant phy-names from yaml and dtsi
Date: Mon, 26 Sep 2022 12:18:20 +0100	[thread overview]
Message-ID: <87b88a90-6509-048d-8424-495d1e78a219@linaro.org> (raw)
In-Reply-To: <20220907000105.786265-1-bryan.odonoghue@linaro.org>

On 07/09/2022 01:00, Bryan O'Donoghue wrote:
> 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(-)
> 

Ping.

https://lore.kernel.org/lkml/20220925172443.92900-1-luca@z3ntu.xyz/T/

---
bod

  parent reply	other threads:[~2022-09-26 12:58 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2022-10-18  3:05 ` (subset) " Bjorn Andersson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87b88a90-6509-048d-8424-495d1e78a219@linaro.org \
    --to=bryan.odonoghue@linaro.org \
    --cc=agross@kernel.org \
    --cc=andersson@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=konrad.dybcio@somainline.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=quic_abhinavk@quicinc.com \
    --cc=quic_mkrishn@quicinc.com \
    --cc=robdclark@gmail.com \
    --cc=robh+dt@kernel.org \
    --cc=sean@poorly.run \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).