summaryrefslogtreecommitdiffstats
path: root/drivers/soc/sifive
Commit message (Expand)AuthorAgeFilesLines
* soc: sifive: ccache: Add StarFive JH7110 supportEmil Renner Berthing2022-12-261-1/+1
* soc: sifive: ccache: fix missing of_node_put() in sifive_ccache_init()Yang Yingliang2022-11-091-4/+11
* soc: sifive: ccache: fix missing free_irq() in error path in sifive_ccache_in...Yang Yingliang2022-11-091-1/+4
* soc: sifive: ccache: fix missing iounmap() in error path in sifive_ccache_init()Yang Yingliang2022-11-091-4/+11
* soc: sifive: ccache: define the macro for the register shiftsZong Li2022-10-131-5/+11
* soc: sifive: ccache: use pr_fmt() to remove CCACHE: prefixesBen Dooks2022-10-131-7/+10
* soc: sifive: ccache: reduce printing on initBen Dooks2022-10-131-14/+11
* soc: sifive: ccache: determine the cache level from dtsZong Li2022-10-131-1/+5
* soc: sifive: ccache: Rename SiFive L2 cache to Composable cache.Greentime Hu2022-10-134-241/+249
* RISC-V: sifive_l2_cache: Update L2 cache driver to support SiFive FU740Yash Shah2021-01-071-3/+24
* soc: sifive: l2 cache: Mark l2_get_priv_group as staticPalmer Dabbelt2020-05-281-1/+1
* soc: sifive: l2 cache: Eliminate an unsigned zero compare warningPalmer Dabbelt2020-05-281-1/+1
* riscv: Add support to determine no. of L2 cache way enabledYash Shah2020-05-201-0/+38
* riscv: move sifive_l2_cache.h to include/socYash Shah2020-01-121-1/+1
* riscv: move sifive_l2_cache.c to drivers/socChristoph Hellwig2019-12-203-0/+191