linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bjorn Andersson <andersson@kernel.org>
To: vkoul@kernel.org, lee@kernel.org,
	krzysztof.kozlowski+dt@linaro.org, linux-arm-msm@vger.kernel.org,
	konrad.dybcio@somainline.org, robh+dt@kernel.org,
	linux-kernel@vger.kernel.org, david@ixit.cz, sboyd@kernel.org,
	devicetree@vger.kernel.org, agross@kernel.org,
	krzysztof.kozlowski@linaro.org
Cc: bryan.odonoghue@linaro.org
Subject: Re: (subset) [PATCH 00/14] arm64/dt-bindings: mfd: qcom: SPMI PMIC fixes
Date: Mon, 29 Aug 2022 22:28:04 -0500	[thread overview]
Message-ID: <20220830032804.wurwqwrvhje3qfld@builder.lan> (raw)
In-Reply-To: <166182996519.340873.11988950576516786131.b4-ty@kernel.org>

On Mon, Aug 29, 2022 at 10:26:43PM -0500, Bjorn Andersson wrote:
> On Sun, 28 Aug 2022 11:43:27 +0300, Krzysztof Kozlowski wrote:
> > The Qualcomm SPMI PMIC DT schema conversion was not really tested and several
> > issues in the bindings and DTS should be corrected.
> > 
> > 1. The DTS patches can go independently.
> > 2. The binding change continuous work of PWM reg fix and depends on it in
> >    context (diff hunk):
> >    https://lore.kernel.org/all/20220827145640.3530878-1-bryan.odonoghue@linaro.org/
> >    Binidings changes and above, can be taken via MFD tree (fixed commit was
> >    merged in v6.0-rc1).
> > 
> > [...]
> 
> Applied, thanks!
> 
> [01/14] ARM: dts: qcom: align SPMI PMIC ADC node name with dtschema
>         commit: 662e305dfc29b96913a03dde1e89e8968da65238
> [02/14] ARM: dts: qcom: pm8941: align SPMI PMIC LPG node name with dtschema
>         commit: 7b357d3126226b7ec4810e26f4ded44b2286d197
> [03/14] ARM: dts: qcom: pmx55: align SPMI PMIC Power-on node name with dtschema
>         commit: 4bdfd92cb14d97ef58600926ea6b2788b31c719f

Not sure what I did to trick b4 here, but I also merged 4-12.

Regards,
Bjorn

      reply	other threads:[~2022-08-30  3:28 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-28  8:43 [PATCH 00/14] arm64/dt-bindings: mfd: qcom: SPMI PMIC fixes Krzysztof Kozlowski
2022-08-28  8:43 ` [PATCH 01/14] ARM: dts: qcom: align SPMI PMIC ADC node name with dtschema Krzysztof Kozlowski
2022-08-28  8:43 ` [PATCH 02/14] ARM: dts: qcom: pm8941: align SPMI PMIC LPG " Krzysztof Kozlowski
2022-08-28  8:43 ` [PATCH 03/14] ARM: dts: qcom: pmx55: align SPMI PMIC Power-on " Krzysztof Kozlowski
2022-08-28  8:43 ` [PATCH 04/14] arm64: dts: qcom: pmk8350: drop incorrect io-channel-ranges Krzysztof Kozlowski
2022-08-28  8:43 ` [PATCH 05/14] arm64: dts: qcom: pmk8350: drop interrupt-names from ADC Krzysztof Kozlowski
2022-08-28  8:43 ` [PATCH 06/14] arm64: dts: qcom: align SPMI PMIC ADC node name with dtschema Krzysztof Kozlowski
2022-08-28  8:43 ` [PATCH 07/14] arm64: dts: qcom: align SPMI PMIC regulators " Krzysztof Kozlowski
2022-08-28  8:43 ` [PATCH 08/14] arm64: dts: qcom: align SPMI PMIC LPG " Krzysztof Kozlowski
2022-08-28  8:43 ` [PATCH 09/14] arm64: dts: qcom: align SPMI PMIC Power-on " Krzysztof Kozlowski
2022-08-28  8:43 ` [PATCH 10/14] arm64: dts: qcom: align PMIC GPIO pin configuration with DT schema Krzysztof Kozlowski
2022-08-28  8:43 ` [PATCH 11/14] arm64: dts: qcom: sc7280-idp: correct ADC channel node name and unit address Krzysztof Kozlowski
2022-08-28  8:43 ` [PATCH 12/14] arm64: dts: qcom: sdm845-mtp: correct ADC settle time Krzysztof Kozlowski
2022-08-28  8:43 ` [PATCH 13/14] dt-bindings: mfd: qcom,spmi-pmic: fix regulator node schema Krzysztof Kozlowski
2022-08-30 16:26   ` Rob Herring
2022-09-05 14:49   ` Lee Jones
2022-08-28  8:43 ` [PATCH 14/14] dt-bindings: mfd: qcom,spmi-pmic: fix TM ADC node schema on PM8998 Krzysztof Kozlowski
2022-08-30 16:27   ` Rob Herring
2022-09-05 14:52   ` Lee Jones
2022-08-29 14:54 ` [PATCH 00/14] arm64/dt-bindings: mfd: qcom: SPMI PMIC fixes David Heidelberg
2022-08-29 17:00 ` Vinod Koul
2022-08-29 22:07 ` Stephen Boyd
2022-08-30  3:26 ` (subset) " Bjorn Andersson
2022-08-30  3:28   ` Bjorn Andersson [this message]

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=20220830032804.wurwqwrvhje3qfld@builder.lan \
    --to=andersson@kernel.org \
    --cc=agross@kernel.org \
    --cc=bryan.odonoghue@linaro.org \
    --cc=david@ixit.cz \
    --cc=devicetree@vger.kernel.org \
    --cc=konrad.dybcio@somainline.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=lee@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=sboyd@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 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).