]> err.no Git - linux-2.6/commit
[PATCH] powerpc: IBMEBUS bus support
authorHeiko J Schick <schihei@de.ibm.com>
Wed, 16 Nov 2005 07:56:43 +0000 (08:56 +0100)
committerPaul Mackerras <paulus@samba.org>
Mon, 9 Jan 2006 03:49:06 +0000 (14:49 +1100)
commitd7a301033f1990188f65abf4fe8e5b90ef0e3888
tree5df64f9e06049e6006e6a124dc6fa4953d6e42b9
parent401d1f029bebb7153ca704997772113dc36d9527
[PATCH] powerpc: IBMEBUS bus support

This patch adds the necessary core bus support used by device drivers
that sit on the IBM GX bus on modern pSeries machines like the Galaxy
infiniband for example. It provide transparent DMA ops (the low level
driver works with virtual addresses directly) along with a simple bus
layer using the Open Firmware matching routines.

Signed-off-by: Heiko J Schick <schickhj@de.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/Kconfig
arch/powerpc/kernel/Makefile
arch/powerpc/kernel/dma_64.c
arch/powerpc/kernel/ibmebus.c [new file with mode: 0644]
include/asm-powerpc/ibmebus.h [new file with mode: 0644]