summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/cache_v7.c
Commit message (Expand)AuthorAgeLines
* ARM: Rework and correct barrier definitionsTom Rini2016-08-05-5/+5
* arm: Don't invalidate unaligned cache regionsSimon Glass2016-07-14-21/+2
* arm: Move check_cache_range() into a common placeSimon Glass2016-07-14-17/+0
* arm: cache: add missing dummy functions for when dcache disabledDaniel Allred2016-07-14-0/+8
* arm: Replace v7_maint_dcache_all(ARMV7_DCACHE_INVAL_ALL) with asm codeHans de Goede2016-04-11-96/+4
* arm: Replace v7_maint_dcache_all(ARMV7_DCACHE_CLEAN_INVAL_ALL) with asm codeHans de Goede2016-04-11-35/+6
* arm: cache: Implement cache range check for v7Marek Vasut2016-01-31-0/+21
* ARM: cache: implement a default weak flush_cache() functionWu, Josh2015-08-12-13/+0
* ARM: cache: add an empty stub function for invalidate/flush dcacheWu, Josh2015-08-12-8/+0
* ARM: cpu: Add ARMv7 barrier operations supportValentine Barshak2015-04-16-7/+7
* ARM: cache_v7: Various minor cleanupsThierry Reding2014-11-12-7/+7
* ARM: cache_v7: use __weakJeroen Hofstee2014-07-04-38/+7
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* ARM: mmu: Set domain permissions to client accessR Sricharan2013-03-28-0/+3
* arm: Add control over cachability of memory regionsSimon Glass2012-11-19-0/+11
* armv7: cache: remove flush on un-aligned invalidateAneesh V2011-09-04-6/+8
* armv7: stronger barrier for cache-maintenance operationsAneesh V2011-09-04-6/+6
* armv7: cache maintenance operations for armv7Aneesh V2011-07-04-0/+394