All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Jones <lee@kernel.org>
To: Poovendhan Selvaraj <quic_poovendh@quicinc.com>
Cc: agross@kernel.org, andersson@kernel.org,
	konrad.dybcio@linaro.org, robh+dt@kernel.org,
	krzysztof.kozlowski+dt@linaro.org, mturquette@baylibre.com,
	sboyd@kernel.org, jassisinghbrar@gmail.com,
	catalin.marinas@arm.com, will@kernel.org, shawnguo@kernel.org,
	arnd@arndb.de, marcel.ziswiler@toradex.com, robimarko@gmail.com,
	dmitry.baryshkov@linaro.org, nfraprado@collabora.com,
	broonie@kernel.org, quic_gurus@quicinc.com,
	linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, 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 V2 5/5] dt-bindings: tcsr: Add compatible for IPQ9574
Date: Wed, 1 Feb 2023 10:06:26 +0000	[thread overview]
Message-ID: <Y9o5onFcETRUmqGt@google.com> (raw)
In-Reply-To: <20230201090529.30446-6-quic_poovendh@quicinc.com>

On Wed, 01 Feb 2023, Poovendhan Selvaraj wrote:

> Add the tcsr compatible string for IPQ9574 SoC
> 
> Signed-off-by: Poovendhan Selvaraj <quic_poovendh@quicinc.com>
> ---
>  Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml | 1 +
>  1 file changed, 1 insertion(+)

Nit: Subject should be "dt-bindings: mfd: ..."

> diff --git a/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml b/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml
> index d463fb47278f..8cd0005fc8c7 100644
> --- a/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml
> +++ b/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml
> @@ -30,6 +30,7 @@ properties:
>            - qcom,tcsr-apq8084
>            - qcom,tcsr-ipq6018
>            - qcom,tcsr-ipq8064
> +          - qcom,tcsr-ipq9574
>            - qcom,tcsr-mdm9615
>            - qcom,tcsr-msm8226
>            - qcom,tcsr-msm8660
> -- 
> 2.17.1
> 

-- 
Lee Jones [李琼斯]

WARNING: multiple messages have this Message-ID (diff)
From: Lee Jones <lee@kernel.org>
To: Poovendhan Selvaraj <quic_poovendh@quicinc.com>
Cc: agross@kernel.org, andersson@kernel.org,
	konrad.dybcio@linaro.org, robh+dt@kernel.org,
	krzysztof.kozlowski+dt@linaro.org, mturquette@baylibre.com,
	sboyd@kernel.org, jassisinghbrar@gmail.com,
	catalin.marinas@arm.com, will@kernel.org, shawnguo@kernel.org,
	arnd@arndb.de, marcel.ziswiler@toradex.com, robimarko@gmail.com,
	dmitry.baryshkov@linaro.org, nfraprado@collabora.com,
	broonie@kernel.org, quic_gurus@quicinc.com,
	linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, 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 V2 5/5] dt-bindings: tcsr: Add compatible for IPQ9574
Date: Wed, 1 Feb 2023 10:06:26 +0000	[thread overview]
Message-ID: <Y9o5onFcETRUmqGt@google.com> (raw)
In-Reply-To: <20230201090529.30446-6-quic_poovendh@quicinc.com>

On Wed, 01 Feb 2023, Poovendhan Selvaraj wrote:

> Add the tcsr compatible string for IPQ9574 SoC
> 
> Signed-off-by: Poovendhan Selvaraj <quic_poovendh@quicinc.com>
> ---
>  Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml | 1 +
>  1 file changed, 1 insertion(+)

Nit: Subject should be "dt-bindings: mfd: ..."

> diff --git a/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml b/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml
> index d463fb47278f..8cd0005fc8c7 100644
> --- a/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml
> +++ b/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml
> @@ -30,6 +30,7 @@ properties:
>            - qcom,tcsr-apq8084
>            - qcom,tcsr-ipq6018
>            - qcom,tcsr-ipq8064
> +          - qcom,tcsr-ipq9574
>            - qcom,tcsr-mdm9615
>            - qcom,tcsr-msm8226
>            - qcom,tcsr-msm8660
> -- 
> 2.17.1
> 

-- 
Lee Jones [李琼斯]

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

  parent reply	other threads:[~2023-02-01 10:07 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-01  9:05 [PATCH V2 0/5] Enable crashdump collection support for IPQ9574 Poovendhan Selvaraj
2023-02-01  9:05 ` Poovendhan Selvaraj
2023-02-01  9:05 ` [PATCH V2 1/5] dt-bindings: scm: Add compatible " Poovendhan Selvaraj
2023-02-01  9:05   ` Poovendhan Selvaraj
2023-02-01  9:29   ` Krzysztof Kozlowski
2023-02-01  9:29     ` Krzysztof Kozlowski
2023-02-01 11:15     ` POOVENDHAN SELVARAJ
2023-02-01 11:15       ` POOVENDHAN SELVARAJ
2023-02-01  9:05 ` [PATCH V2 2/5] arm64: dts: Add support for Crashdump collection on IPQ9574 Poovendhan Selvaraj
2023-02-01  9:05   ` Poovendhan Selvaraj
2023-02-01  9:05 ` [PATCH V2 3/5] firmware: scm: Modify only the DLOAD bit in TCSR register for download mode Poovendhan Selvaraj
2023-02-01  9:05   ` Poovendhan Selvaraj
2023-02-01 12:01   ` Srinivas Kandagatla
2023-02-01 12:01     ` Srinivas Kandagatla
2023-02-01  9:05 ` [PATCH V2 4/5] arm64: defconfig: Enable scm download mode config for IPQ9574 SoC Poovendhan Selvaraj
2023-02-01  9:05   ` Poovendhan Selvaraj
2023-02-01  9:30   ` Krzysztof Kozlowski
2023-02-01  9:30     ` Krzysztof Kozlowski
2023-02-06  5:06     ` POOVENDHAN SELVARAJ
2023-02-06  5:06       ` POOVENDHAN SELVARAJ
2023-02-01  9:05 ` [PATCH V2 5/5] dt-bindings: tcsr: Add compatible for IPQ9574 Poovendhan Selvaraj
2023-02-01  9:05   ` Poovendhan Selvaraj
2023-02-01  9:30   ` Krzysztof Kozlowski
2023-02-01  9:30     ` Krzysztof Kozlowski
2023-02-01 10:06   ` Lee Jones [this message]
2023-02-01 10:06     ` Lee Jones
2023-02-01 11:11     ` POOVENDHAN SELVARAJ
2023-02-01 11:11       ` POOVENDHAN SELVARAJ

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=Y9o5onFcETRUmqGt@google.com \
    --to=lee@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=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=sboyd@kernel.org \
    --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 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.