Please pull from 'dma' branch
Kumar Gala
galak at kernel.crashing.org
Thu Sep 25 07:54:18 EST 2008
Please pull from 'dma' branch of
(forgot linuxppc-dev on first go around)
master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc.git dma
to receive the following updates:
arch/powerpc/include/asm/device.h | 3
arch/powerpc/include/asm/dma-mapping.h | 187 +++++++++--------------------
arch/powerpc/include/asm/machdep.h | 5
arch/powerpc/include/asm/pci.h | 14 +-
arch/powerpc/include/asm/types.h | 2
arch/powerpc/kernel/Makefile | 4
arch/powerpc/kernel/dma-iommu.c | 103 ++++++++++++++++
arch/powerpc/kernel/dma.c | 127 ++++++++++++++++++++
arch/powerpc/kernel/dma_64.c | 200 --------------------------------
arch/powerpc/kernel/of_device.c | 2
arch/powerpc/kernel/pci-common.c | 48 +++++++
arch/powerpc/kernel/pci_32.c | 7 +
arch/powerpc/kernel/pci_64.c | 49 -------
arch/powerpc/kernel/vio.c | 2
arch/powerpc/platforms/cell/iommu.c | 6
arch/powerpc/platforms/ps3/system-bus.c | 2
16 files changed, 366 insertions(+), 395 deletions(-)
Becky Bruce (5):
powerpc: Rename dma_64.c to dma.c
powerpc: Move iommu dma ops from dma.c to dma-iommu.c
powerpc: Drop archdata numa_node
powerpc: Merge 32 and 64-bit dma code
powerpc: Make dma_addr_t a u64 if CONFIG_PHYS_64BIT is set
More information about the Linuxppc-dev
mailing list