From: Sai Prakash Ranjan <saiprakash.ranjan-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
To: Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Cc: Mailing List
<devicetree-spec-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Stephen Boyd <swboyd-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>,
Bjorn Andersson
<bjorn.andersson-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
Rajendra Nayak <rnayak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
Subject: Re: [PATCH] Add system-cache-controller to the list of generic node names
Date: Thu, 30 Sep 2021 09:36:42 +0530 [thread overview]
Message-ID: <d9894ca86ed9a56ebf118a91bfe1b91d@codeaurora.org> (raw)
In-Reply-To: <CAL_JsqLzDejj99C6CPuW+19cgwdDVkctppL_SFeWnAG5LUkscw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
On 2021-09-29 18:12, Rob Herring wrote:
> On Wed, Sep 29, 2021 at 12:26 AM Sai Prakash Ranjan
> <saiprakash.ranjan-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> wrote:
>>
>> System Cache Controller (Last Level Cache Controller/LLCC) does not
>> have a cache-level associated with it as enforced by the already
>> existing 'cache-controller' node name, so add system-cache-controller
>> to the list of generic node names as decided on the lkml in [1][2]
>> and already being used in the dts for sometime now.
>>
>> [1]
>> https://lore.kernel.org/lkml/5dcd8588.1c69fb81.2528a.3460-ATjtLOhZ0NVl57MIdRCFDg@public.gmane.org/
>> [2]
>> https://lore.kernel.org/lkml/cover.1573814758.git.saiprakash.ranjan-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org/
>>
>> Cc: Stephen Boyd <swboyd-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
>> Cc: Bjorn Andersson <bjorn.andersson-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
>> Cc: Rajendra Nayak <rnayak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
>> Signed-off-by: Sai Prakash Ranjan <saiprakash.ranjan-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
>> ---
>> source/chapter2-devicetree-basics.rst | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/source/chapter2-devicetree-basics.rst
>> b/source/chapter2-devicetree-basics.rst
>> index 40be22192b2f..c06c5063c68b 100644
>> --- a/source/chapter2-devicetree-basics.rst
>> +++ b/source/chapter2-devicetree-basics.rst
>> @@ -276,6 +276,7 @@ name should be one of the following choices:
>> * sram-controller
>> * ssi-controller
>> * syscon
>> + * system-cache-controller
>
> I don't want to encourage others to use this over 'cache-controller'
> and the standard binding.
>
Right, but why would others use this over cache-controller? This is
supposed
to be used only for last level cache controllers where there is no
cache-level
associated with it like in the system cache controller/LLCC found in QTI
SoCs.
Also you had acked the corresponding change in the DT binding for LLCC
[1].
[1] https://lore.kernel.org/lkml/20191203172235.GA18507@bogus/
Thanks,
Sai
--
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a
member
of Code Aurora Forum, hosted by The Linux Foundation
WARNING: multiple messages have this Message-ID (diff)
From: Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org>
To: Rob Herring <robh+dt@kernel.org>
Cc: Mailing List <devicetree-spec@vger.kernel.org>,
devicetree@vger.kernel.org, Stephen Boyd <swboyd@chromium.org>,
Bjorn Andersson <bjorn.andersson@linaro.org>,
Rajendra Nayak <rnayak@codeaurora.org>
Subject: Re: [PATCH] Add system-cache-controller to the list of generic node names
Date: Thu, 30 Sep 2021 09:36:42 +0530 [thread overview]
Message-ID: <d9894ca86ed9a56ebf118a91bfe1b91d@codeaurora.org> (raw)
In-Reply-To: <CAL_JsqLzDejj99C6CPuW+19cgwdDVkctppL_SFeWnAG5LUkscw@mail.gmail.com>
On 2021-09-29 18:12, Rob Herring wrote:
> On Wed, Sep 29, 2021 at 12:26 AM Sai Prakash Ranjan
> <saiprakash.ranjan@codeaurora.org> wrote:
>>
>> System Cache Controller (Last Level Cache Controller/LLCC) does not
>> have a cache-level associated with it as enforced by the already
>> existing 'cache-controller' node name, so add system-cache-controller
>> to the list of generic node names as decided on the lkml in [1][2]
>> and already being used in the dts for sometime now.
>>
>> [1]
>> https://lore.kernel.org/lkml/5dcd8588.1c69fb81.2528a.3460@mx.google.com/
>> [2]
>> https://lore.kernel.org/lkml/cover.1573814758.git.saiprakash.ranjan@codeaurora.org/
>>
>> Cc: Stephen Boyd <swboyd@chromium.org>
>> Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
>> Cc: Rajendra Nayak <rnayak@codeaurora.org>
>> Signed-off-by: Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org>
>> ---
>> source/chapter2-devicetree-basics.rst | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/source/chapter2-devicetree-basics.rst
>> b/source/chapter2-devicetree-basics.rst
>> index 40be22192b2f..c06c5063c68b 100644
>> --- a/source/chapter2-devicetree-basics.rst
>> +++ b/source/chapter2-devicetree-basics.rst
>> @@ -276,6 +276,7 @@ name should be one of the following choices:
>> * sram-controller
>> * ssi-controller
>> * syscon
>> + * system-cache-controller
>
> I don't want to encourage others to use this over 'cache-controller'
> and the standard binding.
>
Right, but why would others use this over cache-controller? This is
supposed
to be used only for last level cache controllers where there is no
cache-level
associated with it like in the system cache controller/LLCC found in QTI
SoCs.
Also you had acked the corresponding change in the DT binding for LLCC
[1].
[1] https://lore.kernel.org/lkml/20191203172235.GA18507@bogus/
Thanks,
Sai
--
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a
member
of Code Aurora Forum, hosted by The Linux Foundation
next prev parent reply other threads:[~2021-09-30 4:06 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-29 5:26 [PATCH] Add system-cache-controller to the list of generic node names Sai Prakash Ranjan
2021-09-29 5:26 ` Sai Prakash Ranjan
[not found] ` <20210929052613.8589-1-saiprakash.ranjan-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2021-09-29 12:42 ` Rob Herring
2021-09-29 12:42 ` Rob Herring
[not found] ` <CAL_JsqLzDejj99C6CPuW+19cgwdDVkctppL_SFeWnAG5LUkscw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2021-09-30 4:06 ` Sai Prakash Ranjan [this message]
2021-09-30 4:06 ` Sai Prakash Ranjan
[not found] ` <d9894ca86ed9a56ebf118a91bfe1b91d-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2021-09-30 13:33 ` Rob Herring
2021-09-30 13:33 ` Rob Herring
[not found] ` <CAL_Jsq+vkpigu3P+dkAVXT7nypnJA_R8LBPGgj9wERcCW6P36w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2021-10-01 4:23 ` Sai Prakash Ranjan
2021-10-01 4:23 ` Sai Prakash Ranjan
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=d9894ca86ed9a56ebf118a91bfe1b91d@codeaurora.org \
--to=saiprakash.ranjan-sgv2jx0feol9jmxxk+q4oq@public.gmane.org \
--cc=bjorn.andersson-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
--cc=devicetree-spec-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=rnayak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=swboyd-F7+t8E8rja9g9hUCZPvPmw@public.gmane.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.