From: Zong Li <zong.li@sifive.com>
To: Ben Dooks <ben.dooks@sifive.com>
Cc: Rob Herring <robh+dt@kernel.org>,
krzysztof.kozlowski+dt@linaro.org,
Palmer Dabbelt <palmer@dabbelt.com>,
Paul Walmsley <paul.walmsley@sifive.com>,
Albert Ou <aou@eecs.berkeley.edu>,
Greentime Hu <greentime.hu@sifive.com>,
Conor Dooley <conor.dooley@microchip.com>,
bp@alien8.de,
"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS"
<devicetree@vger.kernel.org>,
linux-riscv <linux-riscv@lists.infradead.org>,
linux-edac@vger.kernel.org,
"linux-kernel@vger.kernel.org List"
<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v3 0/6] Use composable cache instead of L2 cache
Date: Fri, 9 Sep 2022 00:27:30 +0800 [thread overview]
Message-ID: <CANXhq0qAsYTeU8sLYUiAXq5by35RcURMihYb6DLv6okjS3YZow@mail.gmail.com> (raw)
In-Reply-To: <e56b67a3-4721-638b-a3d6-54e4d407598d@sifive.com>
On Thu, Sep 8, 2022 at 10:51 PM Ben Dooks <ben.dooks@sifive.com> wrote:
>
> On 08/09/2022 15:44, Zong Li wrote:
> > Since composable cache may be L3 cache if private L2 cache exists, we
> > should use its original name "composable cache" to prevent confusion.
> >
> > This patchset contains the modification which is related to ccache, such
> > as DT binding and EDAC driver.
> >
> > The DT binding is based on top of Conor's patch, it has got ready for
> > merging, and it looks that it would be taken into the next few 6.0-rc
> > version. If there is any change, the next version of this series will be
> > posted as well.
> > https://lore.kernel.org/linux-riscv/20220825180417.1259360-2-mail@conchuod.ie/
>
> Is there a change log for the v2..v3 versions of this patch series?
>
Sorry for missing that.
Change log in v3:
- Merged the EDAC patch into L2 rename patch
- Define the macro for register shift and refine the relative code
- Fix some indent issues
Change log in v2:
- Separate the rename and diff to different patches
- Rebase the dt-bindings based on Conor's modification
- Include the patches of Ben for refinement of printing message
> > Ben Dooks (2):
> > soc: sifive: ccache: reduce printing on init
> > soc: sifive: ccache: use pr_fmt() to remove CCACHE: prefixes
> >
> > Zong Li (4):
> > dt-bindings: sifive-ccache: change Sifive L2 cache to Composable cache
> > soc: sifive: ccache: rename SiFive L2 cache to Composable cache.
> > soc: sifive: ccache: determine the cache level from dts
> > soc: sifive: ccache: define the macro for the register shifts
> >
> > ...five-l2-cache.yaml => sifive,ccache0.yaml} | 28 ++-
> > drivers/edac/Kconfig | 2 +-
> > drivers/edac/sifive_edac.c | 12 +-
> > drivers/soc/sifive/Kconfig | 6 +-
> > drivers/soc/sifive/Makefile | 2 +-
> > .../{sifive_l2_cache.c => sifive_ccache.c} | 200 ++++++++++--------
> > .../{sifive_l2_cache.h => sifive_ccache.h} | 16 +-
> > 7 files changed, 151 insertions(+), 115 deletions(-)
> > rename Documentation/devicetree/bindings/riscv/{sifive-l2-cache.yaml => sifive,ccache0.yaml} (83%)
> > rename drivers/soc/sifive/{sifive_l2_cache.c => sifive_ccache.c} (31%)
> > rename include/soc/sifive/{sifive_l2_cache.h => sifive_ccache.h} (12%)
> >
>
prev parent reply other threads:[~2022-09-08 16:27 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-08 14:44 [PATCH v3 0/6] Use composable cache instead of L2 cache Zong Li
2022-09-08 14:44 ` [PATCH v3 1/6] dt-bindings: sifive-ccache: change Sifive L2 cache to Composable cache Zong Li
2022-09-08 14:44 ` [PATCH v3 2/6] soc: sifive: ccache: rename SiFive " Zong Li
2022-09-08 18:33 ` Conor.Dooley
2022-09-12 1:38 ` Zong Li
2022-09-08 14:44 ` [PATCH v3 3/6] soc: sifive: ccache: determine the cache level from dts Zong Li
2022-09-08 18:28 ` Conor.Dooley
2022-09-12 6:37 ` Zong Li
2022-09-08 14:44 ` [PATCH v3 4/6] soc: sifive: ccache: reduce printing on init Zong Li
2022-09-08 18:29 ` Conor.Dooley
2022-09-08 14:44 ` [PATCH v3 5/6] soc: sifive: ccache: use pr_fmt() to remove CCACHE: prefixes Zong Li
2022-09-08 18:40 ` Conor.Dooley
2022-09-12 6:40 ` Zong Li
2022-09-08 14:44 ` [PATCH v3 6/6] soc: sifive: ccache: define the macro for the register shifts Zong Li
2022-09-08 18:31 ` Conor.Dooley
2022-09-08 14:51 ` [PATCH v3 0/6] Use composable cache instead of L2 cache Ben Dooks
2022-09-08 16:27 ` Zong Li [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=CANXhq0qAsYTeU8sLYUiAXq5by35RcURMihYb6DLv6okjS3YZow@mail.gmail.com \
--to=zong.li@sifive.com \
--cc=aou@eecs.berkeley.edu \
--cc=ben.dooks@sifive.com \
--cc=bp@alien8.de \
--cc=conor.dooley@microchip.com \
--cc=devicetree@vger.kernel.org \
--cc=greentime.hu@sifive.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-edac@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=palmer@dabbelt.com \
--cc=paul.walmsley@sifive.com \
--cc=robh+dt@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).