All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bhupesh Sharma <bhupesh.sharma@linaro.org>
To: linux-arm-msm@vger.kernel.org
Cc: bhupesh.sharma@linaro.org, bhupesh.linux@gmail.com,
	linux-kernel@vger.kernel.org, bjorn.andersson@linaro.org,
	robh@kernel.org, linux-phy@lists.infradead.org, vkoul@kernel.org,
	konrad.dybcio@somainline.org
Subject: [PATCH v4 0/4] Fix  dtbs_check warning(s) for Qualcomm QMP PHY
Date: Mon, 16 May 2022 12:01:51 +0530	[thread overview]
Message-ID: <20220516063155.1332683-1-bhupesh.sharma@linaro.org> (raw)

Changes since v3:
-----------------
- v3 can be found here: https://lore.kernel.org/linux-arm-msm/20220418205509.1102109-1-bhupesh.sharma@linaro.org/
- Addressed review comments from Bjorn.
- Dropped [PATCH 4/4] (sent in v3) from v4, as it is accepted in
  linux-next now.
- Added a new [PATCH 3/4] which added 'power-domains' property
  to the dt-binding.

Changes since v2:
-----------------
- v2 can be found here: https://lore.kernel.org/linux-arm-msm/20220228123019.382037-1-bhupesh.sharma@linaro.org/
- Addressed review comments from Rob and Shawn.
- Collected ACK from Rob on [PATCH 2/4].
- Since, Bjorn accepted 4 patches from v2 already, drop them for this series.
- This series is rebased on linux-next/master.

Changes since v1:
-----------------
- v1 can be found here: https://www.spinics.net/lists/linux-arm-msm/msg104871.html
- Addressed review comments from Dmitry.
- Addressed the remaining dtbs_check warnings rasied by Rob's bot on v1.

Shawn Guo recently fixed a large number of 'dtbs_check' warnings
on Qualcomm DTS files for qmp phys. However a few warnings are still left
(possibly due to new dts files being added over time).

So, I decided to clean them up.
After this series, '$ make dtbs_check' leads to only one warning for QCOM
QMP PHY bindings, which as discussed with Konrad (see [1]), will be sent as
a separate fix with Konrad's sm8350-sony-xperia-sagami regulator fixes.

Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
Cc: Rob Herring <robh@kernel.org>

[1]. https://lore.kernel.org/linux-arm-msm/eb54c810-8121-7de1-e2cf-008bd59552ce@somainline.org/

Bhupesh Sharma (4):
  dt-bindings: phy: qcom,qmp: Shift '#clock-cells' property to phy
    (child) node
  dt-bindings: phy: qcom,qmp: Describe phy@ subnode properly
  dt-bindings: phy: qcom,qmp: Add 'power-domains' property
  arm64: dts: qcom: Remove unused 'vdda-max-microamp' &
    'vdda-pll-max-microamp' properties

 .../devicetree/bindings/phy/qcom,qmp-phy.yaml | 24 +++++++++++++++----
 .../qcom/sm8350-microsoft-surface-duo2.dts    |  2 --
 arch/arm64/boot/dts/qcom/sm8450-hdk.dts       |  2 --
 arch/arm64/boot/dts/qcom/sm8450-qrd.dts       |  2 --
 4 files changed, 19 insertions(+), 11 deletions(-)

-- 
2.35.3


WARNING: multiple messages have this Message-ID (diff)
From: Bhupesh Sharma <bhupesh.sharma@linaro.org>
To: linux-arm-msm@vger.kernel.org
Cc: bhupesh.sharma@linaro.org, bhupesh.linux@gmail.com,
	linux-kernel@vger.kernel.org, bjorn.andersson@linaro.org,
	robh@kernel.org, linux-phy@lists.infradead.org, vkoul@kernel.org,
	konrad.dybcio@somainline.org
Subject: [PATCH v4 0/4] Fix  dtbs_check warning(s) for Qualcomm QMP PHY
Date: Mon, 16 May 2022 12:01:51 +0530	[thread overview]
Message-ID: <20220516063155.1332683-1-bhupesh.sharma@linaro.org> (raw)

Changes since v3:
-----------------
- v3 can be found here: https://lore.kernel.org/linux-arm-msm/20220418205509.1102109-1-bhupesh.sharma@linaro.org/
- Addressed review comments from Bjorn.
- Dropped [PATCH 4/4] (sent in v3) from v4, as it is accepted in
  linux-next now.
- Added a new [PATCH 3/4] which added 'power-domains' property
  to the dt-binding.

Changes since v2:
-----------------
- v2 can be found here: https://lore.kernel.org/linux-arm-msm/20220228123019.382037-1-bhupesh.sharma@linaro.org/
- Addressed review comments from Rob and Shawn.
- Collected ACK from Rob on [PATCH 2/4].
- Since, Bjorn accepted 4 patches from v2 already, drop them for this series.
- This series is rebased on linux-next/master.

Changes since v1:
-----------------
- v1 can be found here: https://www.spinics.net/lists/linux-arm-msm/msg104871.html
- Addressed review comments from Dmitry.
- Addressed the remaining dtbs_check warnings rasied by Rob's bot on v1.

Shawn Guo recently fixed a large number of 'dtbs_check' warnings
on Qualcomm DTS files for qmp phys. However a few warnings are still left
(possibly due to new dts files being added over time).

So, I decided to clean them up.
After this series, '$ make dtbs_check' leads to only one warning for QCOM
QMP PHY bindings, which as discussed with Konrad (see [1]), will be sent as
a separate fix with Konrad's sm8350-sony-xperia-sagami regulator fixes.

Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
Cc: Rob Herring <robh@kernel.org>

[1]. https://lore.kernel.org/linux-arm-msm/eb54c810-8121-7de1-e2cf-008bd59552ce@somainline.org/

Bhupesh Sharma (4):
  dt-bindings: phy: qcom,qmp: Shift '#clock-cells' property to phy
    (child) node
  dt-bindings: phy: qcom,qmp: Describe phy@ subnode properly
  dt-bindings: phy: qcom,qmp: Add 'power-domains' property
  arm64: dts: qcom: Remove unused 'vdda-max-microamp' &
    'vdda-pll-max-microamp' properties

 .../devicetree/bindings/phy/qcom,qmp-phy.yaml | 24 +++++++++++++++----
 .../qcom/sm8350-microsoft-surface-duo2.dts    |  2 --
 arch/arm64/boot/dts/qcom/sm8450-hdk.dts       |  2 --
 arch/arm64/boot/dts/qcom/sm8450-qrd.dts       |  2 --
 4 files changed, 19 insertions(+), 11 deletions(-)

-- 
2.35.3


-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

             reply	other threads:[~2022-05-16  6:32 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-16  6:31 Bhupesh Sharma [this message]
2022-05-16  6:31 ` [PATCH v4 0/4] Fix dtbs_check warning(s) for Qualcomm QMP PHY Bhupesh Sharma
2022-05-16  6:31 ` [PATCH v4 1/4] dt-bindings: phy: qcom,qmp: Shift '#clock-cells' property to phy (child) node Bhupesh Sharma
2022-05-16  6:31   ` [PATCH v4 1/4] dt-bindings: phy: qcom, qmp: " Bhupesh Sharma
2022-05-16  6:31 ` [PATCH v4 2/4] dt-bindings: phy: qcom,qmp: Describe phy@ subnode properly Bhupesh Sharma
2022-05-16  6:31   ` [PATCH v4 2/4] dt-bindings: phy: qcom, qmp: " Bhupesh Sharma
2022-05-16  6:31 ` [PATCH v4 3/4] dt-bindings: phy: qcom,qmp: Add 'power-domains' property Bhupesh Sharma
2022-05-16  6:31   ` [PATCH v4 3/4] dt-bindings: phy: qcom, qmp: " Bhupesh Sharma
2022-05-16  6:31 ` [PATCH v4 4/4] arm64: dts: qcom: Remove unused 'vdda-max-microamp' & 'vdda-pll-max-microamp' properties Bhupesh Sharma
2022-05-16  6:31   ` Bhupesh Sharma
2022-07-03  3:55   ` (subset) " Bjorn Andersson
2022-07-03  3:55     ` 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=20220516063155.1332683-1-bhupesh.sharma@linaro.org \
    --to=bhupesh.sharma@linaro.org \
    --cc=bhupesh.linux@gmail.com \
    --cc=bjorn.andersson@linaro.org \
    --cc=konrad.dybcio@somainline.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-phy@lists.infradead.org \
    --cc=robh@kernel.org \
    --cc=vkoul@kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.