summaryrefslogtreecommitdiff
path: root/arch/avr32/cpu/cache.c
Commit message (Collapse)AuthorAgeLines
* avr32: migrate cache functionsAndreas Bießmann2014-06-14-10/+10
| | | | | | | | | Unfortunately the avr32 cache implementation has another API than the one described in common.h. Migrate the flush/invalidate dcache functions to the common API to be usable in device drivers. Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com> CC: Josh Wu <josh.wu@atmel.com>
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
| | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de> [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini <trini@ti.com>
* avr32: Move cpu/at32ap/* to arch/avr32/cpu/*Peter Tyser2010-04-13-0/+97
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>