kernel-ark/arch/arm/kernel
Lennert Buytenhek 23759dc643 [ARM] 3439/2: xsc3: add I/O coherency support
Patch from Lennert Buytenhek

This patch adds support for the I/O coherent cache available on the
xsc3.  The approach is to provide a simple API to determine whether the
chipset supports coherency by calling arch_is_coherent() and then
setting the appropriate system memory PTE and PMD bits.  In addition,
we call this API on dma_alloc_coherent() and dma_map_single() calls.
A generic version exists that will compile out all the coherency-related
code that is not needed on the majority of ARM systems.

Note that we do not check for coherency in the dma_alloc_writecombine()
function as that still requires a special PTE setting.  We also don't
touch dma_mmap_coherent() as that is a special ARM-only API that is by
definition only used on non-coherent system.

Signed-off-by: Deepak Saxena <dsaxena@plexity.net>
Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2006-04-02 00:07:39 +01:00
..
apm.c
armksyms.c [ARM] 3437/1: Kill duplicate exports of string library functions 2006-04-01 12:13:30 +01:00
arthur.c
asm-offsets.c
bios32.c
calls.S
compat.c
compat.h
debug.S
dma-isa.c
dma.c
ecard.c
entry-armv.S [ARM] 3420/1: Missing clobber in example code 2006-03-28 22:19:29 +01:00
entry-common.S
entry-header.S [ARM] Move enable_irq and disable_irq to assembler.h 2006-03-23 16:59:37 +00:00
fiq.c
head-common.S [ARM] nommu: start-up code 2006-03-27 14:58:25 +01:00
head-nommu.S [ARM] nommu: start-up code 2006-03-27 14:58:25 +01:00
head.S Merge nommu tree 2006-03-28 22:05:10 +01:00
init_task.c
io.c
irq.c
isa.c
iwmmxt.S
Makefile
module.c
process.c [PATCH] unexport get_wchan 2006-03-31 12:19:01 -08:00
ptrace.c
ptrace.h
semaphore.c
setup.c [ARM] 3439/2: xsc3: add I/O coherency support 2006-04-02 00:07:39 +01:00
signal.c
signal.h [ARM] nommu: fixups for the exception vectors 2006-03-27 15:18:50 +01:00
smp.c [ARM] SMP: don't set cpu_*_map in smp_prepare_boot_cpu 2006-03-25 21:37:29 +00:00
sys_arm.c
sys_oabi-compat.c
time.c
traps.c Merge nommu tree 2006-03-28 22:05:10 +01:00
vmlinux.lds.S