aboutsummaryrefslogtreecommitdiff
path: root/drivers/soc/sifive
AgeCommit message (Expand)AuthorFilesLines
2022-12-26soc: sifive: ccache: Add StarFive JH7110 supportGravatar Emil Renner Berthing 1-1/+1
2022-11-09soc: sifive: ccache: fix missing of_node_put() in sifive_ccache_init()Gravatar Yang Yingliang 1-4/+11
2022-11-09soc: sifive: ccache: fix missing free_irq() in error path in sifive_ccache_in...Gravatar Yang Yingliang 1-1/+4
2022-11-09soc: sifive: ccache: fix missing iounmap() in error path in sifive_ccache_init()Gravatar Yang Yingliang 1-4/+11
2022-10-13soc: sifive: ccache: define the macro for the register shiftsGravatar Zong Li 1-5/+11
2022-10-13soc: sifive: ccache: use pr_fmt() to remove CCACHE: prefixesGravatar Ben Dooks 1-7/+10
2022-10-13soc: sifive: ccache: reduce printing on initGravatar Ben Dooks 1-14/+11
2022-10-13soc: sifive: ccache: determine the cache level from dtsGravatar Zong Li 1-1/+5
2022-10-13soc: sifive: ccache: Rename SiFive L2 cache to Composable cache.Gravatar Greentime Hu 4-241/+249
2021-01-07RISC-V: sifive_l2_cache: Update L2 cache driver to support SiFive FU740Gravatar Yash Shah 1-3/+24
2020-05-28soc: sifive: l2 cache: Mark l2_get_priv_group as staticGravatar Palmer Dabbelt 1-1/+1
2020-05-28soc: sifive: l2 cache: Eliminate an unsigned zero compare warningGravatar Palmer Dabbelt 1-1/+1
2020-05-20riscv: Add support to determine no. of L2 cache way enabledGravatar Yash Shah 1-0/+38
2020-01-12riscv: move sifive_l2_cache.h to include/socGravatar Yash Shah 1-1/+1
2019-12-20riscv: move sifive_l2_cache.c to drivers/socGravatar Christoph Hellwig 3-0/+191