summaryrefslogtreecommitdiff
path: root/arch/avr32/include/asm/dma-mapping.h
Commit message (Collapse)AuthorAgeLines
* avr32: use dlmalloc for DMA buffersAndreas Bießmann2015-02-17-1/+6
| | | | Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
* avr32: migrate cache functionsAndreas Bießmann2014-06-14-2/+4
| | | | | | | | | 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>
* Move architecture-specific includes to arch/$ARCH/include/asmPeter Tyser2010-04-13-0/+64
This helps to clean up the include/ directory so that it only contains non-architecture-specific headers and also matches Linux's directory layout which many U-Boot developers are already familiar with. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>