[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1242354191-6232-1-git-send-email-fujita.tomonori@lab.ntt.co.jp>
Date: Fri, 15 May 2009 11:23:07 +0900
From: FUJITA Tomonori <fujita.tomonori@....ntt.co.jp>
To: davem@...emloft.net
Cc: sparclinux@...r.kernel.org, linux-kernel@...r.kernel.org,
fujita.tomonori@....ntt.co.jp
Subject: [PATCH 0/4] sparc: unify dma-mapping_32.h and dma-mapping_64.h
This patchset unifies dma-mapping_32.h and dma-mapping_64.h, that is,
it uses dma-mapping.h instead and removes dma-mapping_32.h and
dma-mapping_64.h.
In short, this patchset modifies SPARC32 to use struct dma_map
ops.
I like to see architectures implement the dma API in the similar way.
Thanks,
=
arch/sparc/include/asm/dma-mapping.h | 168 ++++++++++++++++++++++++++++++-
arch/sparc/include/asm/dma-mapping_32.h | 60 -----------
arch/sparc/include/asm/dma-mapping_64.h | 154 ----------------------------
arch/sparc/kernel/dma.c | 127 +++++++----------------
arch/sparc/kernel/iommu.c | 15 ++--
arch/sparc/kernel/pci_sun4v.c | 15 ++--
6 files changed, 218 insertions(+), 321 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists