linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org>
Cc: linux-arm-kernel@lists.infradead.org,
	Sibi Sankar <sibis@codeaurora.org>,
	Rajendra Nayak <rnayak@codeaurora.org>,
	Andy Gross <agross@kernel.org>,
	Stephen Boyd <swboyd@chromium.org>,
	linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	Bjorn Andersson <bjorn.andersson@linaro.org>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/9] dt-bindings: arm: msm: Add LLCC for SC7280
Date: Sat, 6 Mar 2021 13:47:40 -0700	[thread overview]
Message-ID: <20210306204740.GA1187806@robh.at.kernel.org> (raw)
In-Reply-To: <f3b32d437d7c1165a74ceec2cd52ff56b496e5a3.1614244789.git.saiprakash.ranjan@codeaurora.org>

On Thu, 25 Feb 2021 15:00:17 +0530, Sai Prakash Ranjan wrote:
> Add LLCC compatible for SC7280 SoC.
> 
> Signed-off-by: Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org>
> ---
>  Documentation/devicetree/bindings/arm/msm/qcom,llcc.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

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

  parent reply	other threads:[~2021-03-06 20:49 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cover.1614244789.git.saiprakash.ranjan@codeaurora.org>
     [not found] ` <f3b32d437d7c1165a74ceec2cd52ff56b496e5a3.1614244789.git.saiprakash.ranjan@codeaurora.org>
2021-02-25 19:35   ` [PATCH 1/9] dt-bindings: arm: msm: Add LLCC for SC7280 Stephen Boyd
2021-03-06 20:47   ` Rob Herring [this message]
     [not found] ` <c4b7ae4dd009f563e6786f4a41f09efa38636fb6.1614244789.git.saiprakash.ranjan@codeaurora.org>
2021-02-25 19:37   ` [PATCH 3/9] arm64: dts: qcom: sc7280: Add device tree node for LLCC Stephen Boyd
     [not found]     ` <a35e6dcba758be4af3d111fe92cfbcd6@codeaurora.org>
2021-02-26 18:45       ` Stephen Boyd
     [not found]         ` <48278c3db41c3f46eac8892d1383444c@codeaurora.org>
2021-03-01  4:21           ` Stephen Boyd
     [not found] ` <b666817f1c72278a5b839437ea2e5c26b587ec36.1614244789.git.saiprakash.ranjan@codeaurora.org>
2021-02-25 14:13   ` [PATCH 4/9] dt-bindings: mailbox: qcom-ipcc: Add compatible for SC7280 Manivannan Sadhasivam
2021-02-25 19:38   ` Stephen Boyd
     [not found] ` <2e51420bf293e6e82a056a743e5a95f2cc70104c.1614244789.git.saiprakash.ranjan@codeaurora.org>
2021-02-25 14:12   ` [PATCH 5/9] arm64: dts: qcom: sc7280: Add IPCC for SC7280 SoC Manivannan Sadhasivam
2021-02-25 19:38   ` Stephen Boyd
     [not found] ` <8584e915f42405a7a4a799133a09d0d4aa65d2a8.1614244789.git.saiprakash.ranjan@codeaurora.org>
2021-02-25 19:40   ` [PATCH 6/9] dt-bindings: soc: qcom: aoss: Add SC7280 compatible Stephen Boyd
2021-03-06 20:53   ` Rob Herring
     [not found] ` <d311b75428da7d87638208490fa9a64b5ef15d6f.1614244789.git.saiprakash.ranjan@codeaurora.org>
2021-02-25 19:40   ` [PATCH 7/9] soc: qcom: aoss: Add AOSS QMP support for SC7280 Stephen Boyd
     [not found] ` <463a45f2c3e4a91430c006fa1637c7f4f124185e.1614244789.git.saiprakash.ranjan@codeaurora.org>
2021-02-25 19:41   ` [PATCH 8/9] arm64: dts: qcom: sc7280: Add AOSS QMP node Stephen Boyd
     [not found]     ` <dc3be32a3f8197d3138fe1ef6c24316a@codeaurora.org>
2021-02-26 18:46       ` Stephen Boyd
     [not found]         ` <5cf5692ef7d348ec361081d0341f1254@codeaurora.org>
     [not found]           ` <d19fbcc91b4ef045014b225e7fdf9780@codeaurora.org>
2021-03-23  3:38             ` Stephen Boyd
2021-03-11 23:14 ` [PATCH 0/9] qcom/sc7280: Enable various hardware blocks on SC7280 SoC 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=20210306204740.GA1187806@robh.at.kernel.org \
    --to=robh@kernel.org \
    --cc=agross@kernel.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rnayak@codeaurora.org \
    --cc=saiprakash.ranjan@codeaurora.org \
    --cc=sibis@codeaurora.org \
    --cc=swboyd@chromium.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).