]> git.baikalelectronics.ru Git - kernel.git/commit
Merge patch series "Use composable cache instead of L2 cache"
authorPalmer Dabbelt <palmer@rivosinc.com>
Thu, 13 Oct 2022 18:06:57 +0000 (11:06 -0700)
committerPalmer Dabbelt <palmer@rivosinc.com>
Thu, 13 Oct 2022 18:07:13 +0000 (11:07 -0700)
commit7f0ddfec1e949434793d044b235d03cd22858532
tree1ed6bc7f0953bc81f2f7b48639bd6239c93b9dad
parent32b953048141c14bbb19df7940288d347de060c3
parent8955e2951b40d8757d0a8b2194b339e4ea8a347a
Merge patch series "Use composable cache instead of L2 cache"

Zong Li <zong.li@sifive.com> says:

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.

* b4-shazam-merge:
  riscv: Add cache information in AUX vector
  soc: sifive: ccache: define the macro for the register shifts
  soc: sifive: ccache: use pr_fmt() to remove CCACHE: prefixes
  soc: sifive: ccache: reduce printing on init
  soc: sifive: ccache: determine the cache level from dts
  soc: sifive: ccache: Rename SiFive L2 cache to Composable cache.
  dt-bindings: sifive-ccache: change Sifive L2 cache to Composable cache

Link: https://lore.kernel.org/r/20220913061817.22564-1-zong.li@sifive.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>