public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] sparc: unify dma-mapping_32.h and dma-mapping_64.h
@ 2009-05-15  2:23 FUJITA Tomonori
  2009-05-15  2:23 ` [PATCH 1/4] sparc: move the duplication in dma-mapping_{32|64}.h to dma-mapping.h FUJITA Tomonori
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: FUJITA Tomonori @ 2009-05-15  2:23 UTC (permalink / raw)
  To: davem; +Cc: sparclinux, linux-kernel, fujita.tomonori

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(-)




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-06-04  8:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-15  2:23 [PATCH 0/4] sparc: unify dma-mapping_32.h and dma-mapping_64.h FUJITA Tomonori
2009-05-15  2:23 ` [PATCH 1/4] sparc: move the duplication in dma-mapping_{32|64}.h to dma-mapping.h FUJITA Tomonori
2009-05-15  2:23 ` [PATCH 2/4] sparc: add sync_single_for_device and sync_sg_for_device to struct dma_ops FUJITA Tomonori
2009-05-15  2:23 ` [PATCH 3/4] sparc: use dma_map_page instead of dma_map_single FUJITA Tomonori
2009-05-15  2:23 ` [PATCH 4/4] sparc: remove dma-mapping_{32|64}.h FUJITA Tomonori
2009-05-29  3:39 ` [PATCH 0/4] sparc: unify dma-mapping_32.h and dma-mapping_64.h Robert Reif
2009-06-01  2:18   ` FUJITA Tomonori
2009-06-01  4:49     ` David Miller
2009-06-04  8:45   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox