soc: sifive: ccache: Rename SiFive L2 cache to Composable cache.
authorGreentime Hu <greentime.hu@sifive.com>
Tue, 13 Sep 2022 06:18:12 +0000 (06:18 +0000)
committerPalmer Dabbelt <palmer@rivosinc.com>
Thu, 13 Oct 2022 18:06:51 +0000 (11:06 -0700)
commitca120a79cf5a3323172c82e77efd70ae10d120ef
tree7e63891e6c3f50d0dfbd5c976a9a50e496cbe922
parent44dce4b084f83f41922ed8c2a2c7d148254848bb
soc: sifive: ccache: Rename SiFive L2 cache to Composable cache.

Since composable cache may be L3 cache if there is a L2 cache, we should
use its original name composable cache to prevent confusion.

There are some new lines were generated due to adding the compatible
"sifive,ccache0" into ID table and indent requirement.

The sifive L2 has been renamed to sifive CCACHE, EDAC driver needs to
apply the change as well.

Signed-off-by: Greentime Hu <greentime.hu@sifive.com>
Signed-off-by: Zong Li <zong.li@sifive.com>
Co-developed-by: Zong Li <zong.li@sifive.com>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20220913061817.22564-3-zong.li@sifive.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
drivers/edac/Kconfig
drivers/edac/sifive_edac.c
drivers/soc/sifive/Kconfig
drivers/soc/sifive/Makefile
drivers/soc/sifive/sifive_ccache.c [new file with mode: 0644]
drivers/soc/sifive/sifive_l2_cache.c [deleted file]
include/soc/sifive/sifive_ccache.h [new file with mode: 0644]
include/soc/sifive/sifive_l2_cache.h [deleted file]