summaryrefslogtreecommitdiffstats
path: root/drivers/soc/sifive
AgeCommit message (Expand)AuthorFilesLines
2022-11-09soc: sifive: ccache: fix missing of_node_put() in sifive_ccache_init()Yang Yingliang1-4/+11
2022-11-09soc: sifive: ccache: fix missing free_irq() in error path in sifive_ccache_in...Yang Yingliang1-1/+4
2022-11-09soc: sifive: ccache: fix missing iounmap() in error path in sifive_ccache_init()Yang Yingliang1-4/+11
2022-10-13soc: sifive: ccache: define the macro for the register shiftsZong Li1-5/+11
2022-10-13soc: sifive: ccache: use pr_fmt() to remove CCACHE: prefixesBen Dooks1-7/+10
2022-10-13soc: sifive: ccache: reduce printing on initBen Dooks1-14/+11
2022-10-13soc: sifive: ccache: determine the cache level from dtsZong Li1-1/+5
2022-10-13soc: sifive: ccache: Rename SiFive L2 cache to Composable cache.Greentime Hu4-241/+249
2021-01-07RISC-V: sifive_l2_cache: Update L2 cache driver to support SiFive FU740Yash Shah1-3/+24
2020-05-28soc: sifive: l2 cache: Mark l2_get_priv_group as staticPalmer Dabbelt1-1/+1
2020-05-28soc: sifive: l2 cache: Eliminate an unsigned zero compare warningPalmer Dabbelt1-1/+1
2020-05-20riscv: Add support to determine no. of L2 cache way enabledYash Shah1-0/+38
2020-01-12riscv: move sifive_l2_cache.h to include/socYash Shah1-1/+1
2019-12-20riscv: move sifive_l2_cache.c to drivers/socChristoph Hellwig3-0/+191