summaryrefslogtreecommitdiff
path: root/drivers/cache
Commit message (Expand)AuthorAgeFilesLines
* drivers: use dev_read_addr_ptr when cast to pointerJohan Jonker2023-05-062-2/+2
* cache: starfive: Add StarFive JH7110 supportYanhong Wang2023-04-201-0/+1
* driver: cache-v5l2: Fix type casting warning on RV32Yu Chien Peter Lin2023-02-171-1/+1
* riscv: ae350: dts: Update L2 cache compatible stringYu Chien Peter Lin2023-02-171-1/+1
* driver: cache: cache-v5l2: Update memory-mapped scheme to support Gen2 platformYu Chien Peter Lin2023-02-171-8/+24
* riscv: Remove redundant Kconfig "RISCV_NDS_CACHE"Leo Yu-Chi Liang2023-02-171-1/+0
* drivers: cache: ncore: Disable snoop filterDinesh Maniyam2022-06-171-3/+3
* cache: sifive: Fix -Wint-to-pointer-cast warningBin Meng2021-10-201-1/+1
* WS cleanup: remove SPACE(s) followed by TABWIP/2021-09-30-whitespace-cleanupsWolfgang Denk2021-09-302-3/+3
* cache: add sifive composable cache driverZong Li2021-09-073-0/+83
* dm: define LOG_CATEGORY for all uclassPatrick Delaunay2021-07-061-0/+2
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon 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 headerWIP/2020-05-18-reduce-size-of-common.hSimon 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