summaryrefslogtreecommitdiff
path: root/drivers/cache
AgeCommit message (Expand)AuthorFilesLines
2023-04-04cache: sifive: Configure the l2 prefetcher parameterSamin Guo1-0/+93
2021-09-07cache: add sifive composable cache driverZong Li3-0/+83
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass2-0/+2
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-4/+4
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-06cache: l2x0: Fix missing write to Auxiliary Control RegisterLey Foon Tan1-0/+2
2020-04-24cache: l2x0: Fix write to incorrect shared-override bitLey Foon Tan1-2/+2
2020-01-18common: Move hang() to the same header as panic()Simon Glass2-0/+2
2020-01-07cache: Add Arteris Ncore cache coherent unit driverLey Foon Tan3-0/+173
2020-01-07spl: Allow cache drivers to be used in SPLLey Foon Tan1-1/+1
2019-09-03dm: cache: add v5l2 cache controller driverRick Chen3-0/+196
2019-09-03dm: cache: Add enable and disable ops for sandbox and testRick Chen1-0/+13
2019-09-03dm: cache: Add enable and disable ops for cache uclassRick Chen1-0/+20
2019-05-05dm: cache: add the pl310 cache controller driverDinh Nguyen3-0/+86
2019-05-05dm: cache: Create a uclass for cacheDinh Nguyen4-0/+77