]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
C6X: memory management and DMA support
authorAurelien Jacquiot <a-jacquiot@ti.com>
Tue, 4 Oct 2011 16:17:19 +0000 (12:17 -0400)
committerMark Salter <msalter@redhat.com>
Thu, 6 Oct 2011 23:47:37 +0000 (19:47 -0400)
commit14aa7e8bf6d84c9a42c48e7f93472d830f694b1e
tree6e7ee17817537ea8454d3e3793a37017139bfcf9
parent041cadca7008f08fb4785f2288c8127c16faa529
C6X: memory management and DMA support

Original port to early 2.6 kernel using TI COFF toolchain.
Brought up to date by Mark Salter <msalter@redhat.com>

The C6X architecture currently lacks an MMU so memory management is relatively
simple. There is no bus snooping between L2 and main memory but coherent DMA
memory is supported by making regions of main memory uncached. If such a region
is desired, it can be specified on the commandline with a "memdma=" argument.

Signed-off-by: Aurelien Jacquiot <a-jacquiot@ti.com>
Signed-off-by: Mark Salter <msalter@redhat.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
arch/c6x/include/asm/dma-mapping.h [new file with mode: 0644]
arch/c6x/kernel/dma.c [new file with mode: 0644]
arch/c6x/mm/dma-coherent.c [new file with mode: 0644]
arch/c6x/mm/init.c [new file with mode: 0644]