soc: sifive: ccache: Rename SiFive L2 cache to Composable cache.Since composable cache may be L3 cache if there is a L2 cache, we shoulduse its original name composable cache to prevent confusion.
soc: sifive: ccache: Rename SiFive L2 cache to Composable cache.Since composable cache may be L3 cache if there is a L2 cache, we shoulduse 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 toapply the change as well.Signed-off-by: Greentime Hu <[email protected]>Signed-off-by: Zong Li <[email protected]>Co-developed-by: Zong Li <[email protected]>Reviewed-by: Conor Dooley <[email protected]>Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Palmer Dabbelt <[email protected]>
show more ...
riscv: move sifive_l2_cache.h to include/socThe commit 9209fb51896f ("riscv: move sifive_l2_cache.c to drivers/soc")moves the sifive L2 cache driver to driver/soc. It did not move theheader file
riscv: move sifive_l2_cache.h to include/socThe commit 9209fb51896f ("riscv: move sifive_l2_cache.c to drivers/soc")moves the sifive L2 cache driver to driver/soc. It did not move theheader file along with the driver. Therefore this patch moves the headerfile to driver/socSigned-off-by: Yash Shah <[email protected]>Reviewed-by: Anup Patel <[email protected]>[[email protected]: updated to fix the include guard]Fixes: 9209fb51896f ("riscv: move sifive_l2_cache.c to drivers/soc")Signed-off-by: Paul Walmsley <[email protected]>