summaryrefslogtreecommitdiffstats
path: root/drivers/cache
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-022-0/+2
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-4/+4
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* cache: l2x0: Fix missing write to Auxiliary Control RegisterLey Foon Tan2020-05-061-0/+2
* cache: l2x0: Fix write to incorrect shared-override bitLey Foon Tan2020-04-241-2/+2
* common: Move hang() to the same header as panic()Simon Glass2020-01-172-0/+2
* cache: Add Arteris Ncore cache coherent unit driverLey Foon Tan2020-01-073-0/+173
* spl: Allow cache drivers to be used in SPLLey Foon Tan2020-01-071-1/+1
* dm: cache: add v5l2 cache controller driverRick Chen2019-09-033-0/+196
* dm: cache: Add enable and disable ops for sandbox and testRick Chen2019-09-031-0/+13
* dm: cache: Add enable and disable ops for cache uclassRick Chen2019-09-031-0/+20
* dm: cache: add the pl310 cache controller driverDinh Nguyen2019-05-053-0/+86
* dm: cache: Create a uclass for cacheDinh Nguyen2019-05-054-0/+77