All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Stephan Gerhold <stephan.gerhold@kernkonzept.com>,
	Bjorn Andersson <bjorn.andersson@linaro.org>
Cc: Andy Gross <agross@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Rob Herring <robh+dt@kernel.org>,
	linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Stephan Gerhold <stephan@gerhold.net>
Subject: Re: [PATCH 1/8] dt-bindings: soc: qcom: smd-rpm: Add MSM8909
Date: Tue, 5 Jul 2022 20:08:01 +0200	[thread overview]
Message-ID: <a58ed7b1-f10f-3fb6-1d8c-bd525722164f@linaro.org> (raw)
In-Reply-To: <20220705143523.3390944-2-stephan.gerhold@kernkonzept.com>

On 05/07/2022 16:35, Stephan Gerhold wrote:
> Document the "qcom,rpm-msm8909" compatible to describe the interface to
> the Resource Power Manager (RPM) on the MSM8909 SoC.
> 
> Signed-off-by: Stephan Gerhold <stephan.gerhold@kernkonzept.com>
> ---
>  Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.yaml | 1 +
>  1 file changed, 1 insertion(+)


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


Best regards,
Krzysztof

WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Stephan Gerhold <stephan.gerhold@kernkonzept.com>,
	Bjorn Andersson <bjorn.andersson@linaro.org>
Cc: Andy Gross <agross@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Rob Herring <robh+dt@kernel.org>,
	linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Stephan Gerhold <stephan@gerhold.net>
Subject: Re: [PATCH 1/8] dt-bindings: soc: qcom: smd-rpm: Add MSM8909
Date: Tue, 5 Jul 2022 20:08:01 +0200	[thread overview]
Message-ID: <a58ed7b1-f10f-3fb6-1d8c-bd525722164f@linaro.org> (raw)
In-Reply-To: <20220705143523.3390944-2-stephan.gerhold@kernkonzept.com>

On 05/07/2022 16:35, Stephan Gerhold wrote:
> Document the "qcom,rpm-msm8909" compatible to describe the interface to
> the Resource Power Manager (RPM) on the MSM8909 SoC.
> 
> Signed-off-by: Stephan Gerhold <stephan.gerhold@kernkonzept.com>
> ---
>  Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.yaml | 1 +
>  1 file changed, 1 insertion(+)


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


Best regards,
Krzysztof

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2022-07-05 18:08 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-05 14:35 [PATCH 0/8] soc: qcom: Add compatibles for MSM8909 Stephan Gerhold
2022-07-05 14:35 ` Stephan Gerhold
2022-07-05 14:35 ` [PATCH 1/8] dt-bindings: soc: qcom: smd-rpm: Add MSM8909 Stephan Gerhold
2022-07-05 14:35   ` Stephan Gerhold
2022-07-05 18:08   ` Krzysztof Kozlowski [this message]
2022-07-05 18:08     ` Krzysztof Kozlowski
2022-07-05 14:35 ` [PATCH 2/8] soc: qcom: smd-rpm: Add compatible for MSM8909 Stephan Gerhold
2022-07-05 14:35   ` Stephan Gerhold
2022-07-05 14:35 ` [PATCH 3/8] dt-bindings: power: qcom-rpmpd: Add MSM8909 power domains Stephan Gerhold
2022-07-05 14:35   ` Stephan Gerhold
2022-07-05 18:08   ` Krzysztof Kozlowski
2022-07-05 18:08     ` Krzysztof Kozlowski
2022-07-05 14:35 ` [PATCH 4/8] soc: qcom: rpmpd: Add compatible for MSM8909 Stephan Gerhold
2022-07-05 14:35   ` Stephan Gerhold
2022-07-05 14:35 ` [PATCH 5/8] dt-bindings: soc: qcom: spm: Add MSM8909 CPU compatible Stephan Gerhold
2022-07-05 14:35   ` Stephan Gerhold
2022-07-05 18:08   ` Krzysztof Kozlowski
2022-07-05 18:08     ` Krzysztof Kozlowski
2022-07-05 14:35 ` [PATCH 6/8] soc: qcom: spm: Add CPU data for MSM8909 Stephan Gerhold
2022-07-05 14:35   ` Stephan Gerhold
2022-07-05 14:35 ` [PATCH 7/8] dt-bindings: arm: cpus: Document "qcom,msm8909-smp" enable-method Stephan Gerhold
2022-07-05 14:35   ` Stephan Gerhold
2022-07-05 18:09   ` Krzysztof Kozlowski
2022-07-05 18:09     ` Krzysztof Kozlowski
2022-07-05 14:35 ` [PATCH 8/8] ARM: mach-qcom: Add support for MSM8909 Stephan Gerhold
2022-07-05 14:35   ` Stephan Gerhold
2022-07-06 13:39   ` Konrad Dybcio
2022-07-06 13:39     ` Konrad Dybcio
2022-07-19  4:48 ` (subset) [PATCH 0/8] soc: qcom: Add compatibles " Bjorn Andersson
2022-07-19  4:48   ` 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=a58ed7b1-f10f-3fb6-1d8c-bd525722164f@linaro.org \
    --to=krzysztof.kozlowski@linaro.org \
    --cc=agross@kernel.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=stephan.gerhold@kernkonzept.com \
    --cc=stephan@gerhold.net \
    /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.