]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] CRIS update: I/O and DMA allocator
authorMikael Starvik <mikael.starvik@axis.com>
Wed, 27 Jul 2005 18:44:35 +0000 (11:44 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 27 Jul 2005 23:26:00 +0000 (16:26 -0700)
commita27d9f050d4b1f8c4bf87f21a4b121ae91cea353
treec5f41dca80044bf4820e9c65eaa9844eb89493f6
parentbccd3e5bc0e5fc0321cbf6b4e5c72b1540127729
[PATCH] CRIS update: I/O and DMA allocator

Added I/O and DMA allocators to be used by drivers.

Signed-off-by: Mikael Starvik <starvik@axis.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/cris/arch-v10/kernel/dma.c [new file with mode: 0644]
arch/cris/arch-v10/kernel/head.S
arch/cris/arch-v10/kernel/io_interface_mux.c [new file with mode: 0644]
arch/cris/arch-v10/kernel/shadows.c
include/asm-cris/arch-v10/dma.h
include/asm-cris/arch-v10/io.h
include/asm-cris/arch-v10/io_interface_mux.h [new file with mode: 0644]