devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Boyd <sboyd@kernel.org>
To: Poovendhan Selvaraj <quic_poovendh@quicinc.com>,
	agross@kernel.org, andersson@kernel.org, arnd@arndb.de,
	broonie@kernel.org, catalin.marinas@arm.com,
	devicetree@vger.kernel.org, dmitry.baryshkov@linaro.org,
	jassisinghbrar@gmail.com, konrad.dybcio@linaro.org,
	krzysztof.kozlowski+dt@linaro.org, lee@kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org,
	linux-kernel@vger.kernel.org, marcel.ziswiler@toradex.com,
	mturquette@baylibre.com, nfraprado@collabora.com,
	quic_gurus@quicinc.com, robh+dt@kernel.org, robimarko@gmail.com,
	shawnguo@kernel.org, will@kernel.org
Cc: quic_srichara@quicinc.com, quic_gokulsri@quicinc.com,
	quic_sjaganat@quicinc.com, quic_kathirav@quicinc.com,
	quic_arajkuma@quicinc.com, quic_anusha@quicinc.com,
	quic_devipriy@quicinc.com
Subject: Re: [PATCH V4 0/5] Enable crashdump collection support for IPQ9574
Date: Tue, 14 Feb 2023 18:34:35 -0800	[thread overview]
Message-ID: <d36c3b7cf315a766a9bf1a4425fea607.sboyd@kernel.org> (raw)
In-Reply-To: <20230214051414.10740-1-quic_poovendh@quicinc.com>

Quoting Poovendhan Selvaraj (2023-02-13 21:14:09)
> 
> Poovendhan Selvaraj (5):
>   dt-bindings: scm: Add compatible for IPQ9574
>   dt-bindings: mfd: Add the tcsr compatible for IPQ9574
>   arm64: dts: qcom: ipq9574: Enable the download mode support
>   arm64: dts: qcom: ipq9574: Add SMEM support
>   firmware: scm: Modify only the DLOAD bit in TCSR register for download
>     mode
> 
>  .../bindings/firmware/qcom,scm.yaml           |  1 +
>  .../devicetree/bindings/mfd/qcom,tcsr.yaml    |  1 +
>  arch/arm64/boot/dts/qcom/ipq9574.dtsi         | 26 ++++++++++++++++++-
>  drivers/firmware/qcom_scm.c                   | 15 +++++++----
>  4 files changed, 37 insertions(+), 6 deletions(-)

I don't see any clk driver changes. Please stop Ccing linux-clk and clk
maintainers on this series.

      parent reply	other threads:[~2023-02-15  2:34 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-14  5:14 [PATCH V4 0/5] Enable crashdump collection support for IPQ9574 Poovendhan Selvaraj
2023-02-14  5:14 ` [PATCH V4 1/5] dt-bindings: scm: Add compatible " Poovendhan Selvaraj
2023-02-14  7:54   ` Krzysztof Kozlowski
2023-02-14  5:14 ` [PATCH V4 2/5] dt-bindings: mfd: Add the tcsr " Poovendhan Selvaraj
2023-02-14  5:14 ` [PATCH V4 3/5] arm64: dts: qcom: ipq9574: Enable the download mode support Poovendhan Selvaraj
2023-02-14  5:14 ` [PATCH V4 4/5] arm64: dts: qcom: ipq9574: Add SMEM support Poovendhan Selvaraj
2023-02-14  7:54   ` Krzysztof Kozlowski
2023-02-14  5:14 ` [PATCH V4 5/5] firmware: scm: Modify only the DLOAD bit in TCSR register for download mode Poovendhan Selvaraj
2023-02-14 12:57   ` Srinivas Kandagatla
     [not found]     ` <b5135d69-3783-8147-bda5-8131cea726f7@quicinc.com>
2023-02-15 15:17       ` POOVENDHAN SELVARAJ
2023-02-15 15:17       ` Srinivas Kandagatla
2023-02-15  2:34 ` Stephen Boyd [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=d36c3b7cf315a766a9bf1a4425fea607.sboyd@kernel.org \
    --to=sboyd@kernel.org \
    --cc=agross@kernel.org \
    --cc=andersson@kernel.org \
    --cc=arnd@arndb.de \
    --cc=broonie@kernel.org \
    --cc=catalin.marinas@arm.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=jassisinghbrar@gmail.com \
    --cc=konrad.dybcio@linaro.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=lee@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcel.ziswiler@toradex.com \
    --cc=mturquette@baylibre.com \
    --cc=nfraprado@collabora.com \
    --cc=quic_anusha@quicinc.com \
    --cc=quic_arajkuma@quicinc.com \
    --cc=quic_devipriy@quicinc.com \
    --cc=quic_gokulsri@quicinc.com \
    --cc=quic_gurus@quicinc.com \
    --cc=quic_kathirav@quicinc.com \
    --cc=quic_poovendh@quicinc.com \
    --cc=quic_sjaganat@quicinc.com \
    --cc=quic_srichara@quicinc.com \
    --cc=robh+dt@kernel.org \
    --cc=robimarko@gmail.com \
    --cc=shawnguo@kernel.org \
    --cc=will@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).