summaryrefslogtreecommitdiff
path: root/drivers/soc/sifive/sifive_ccache.c
AgeCommit message (Expand)Author
2023-11-22soc: sifive: shunt ccache driver to drivers/cacheConor Dooley
2022-11-09soc: sifive: ccache: fix missing of_node_put() in sifive_ccache_init()Yang Yingliang
2022-11-09soc: sifive: ccache: fix missing free_irq() in error path in sifive_ccache_in...Yang Yingliang
2022-11-09soc: sifive: ccache: fix missing iounmap() in error path in sifive_ccache_init()Yang Yingliang
2022-10-13soc: sifive: ccache: define the macro for the register shiftsZong Li
2022-10-13soc: sifive: ccache: use pr_fmt() to remove CCACHE: prefixesBen Dooks
2022-10-13soc: sifive: ccache: reduce printing on initBen Dooks
2022-10-13soc: sifive: ccache: determine the cache level from dtsZong Li
2022-10-13soc: sifive: ccache: Rename SiFive L2 cache to Composable cache.Greentime Hu