summaryrefslogtreecommitdiff
path: root/drivers/cache
AgeCommit message (Expand)AuthorFilesLines
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