All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH resend 0/8] sparc: use asm-generic/dma-mapping-common.h and pci-dma-compat.h
@ 2009-08-10  2:53 ` FUJITA Tomonori
  0 siblings, 0 replies; 30+ messages in thread
From: FUJITA Tomonori @ 2009-08-10  2:53 UTC (permalink / raw)
  To: mingo
  Cc: davem, sparclinux, linux-kernel, tony.luck, fenghua.yu,
	fujita.tomonori

This is the repost of the patchset (as Ingo asked me offline) :

http://lkml.org/lkml/2009/7/13/20

There is no functional change. I just added David's ack to #3-8
patches and Robert's Tested-by to #8 patch.

I confirmed that it can be applied cleanly to mainline, -next, and
-tip trees.

The git tree is also available:

git://git.kernel.org/pub/scm/linux/kernel/git/tomo/linux-2.6-misc.git sparc

 arch/ia64/include/asm/dma-mapping.h      |    1 -
 arch/sparc/Kconfig                       |    2 +
 arch/sparc/include/asm/dma-mapping.h     |  145 ++++-------------------
 arch/sparc/include/asm/pci.h             |    3 +
 arch/sparc/include/asm/pci_32.h          |  105 ----------------
 arch/sparc/include/asm/pci_64.h          |   88 --------------
 arch/sparc/kernel/Makefile               |    2 +-
 arch/sparc/kernel/dma.c                  |  175 +--------------------------
 arch/sparc/kernel/dma.h                  |   14 --
 arch/sparc/kernel/iommu.c                |   20 ++-
 arch/sparc/kernel/ioport.c               |  190 ++++++++++++++++-------------
 arch/sparc/kernel/pci.c                  |    2 +-
 arch/sparc/kernel/pci_sun4v.c            |   30 ++----
 arch/x86/kernel/pci-nommu.c              |   27 ++++-
 include/asm-generic/dma-mapping-common.h |    6 -
 15 files changed, 183 insertions(+), 627 deletions(-)




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

end of thread, other threads:[~2009-08-13  7:04 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-10  2:53 [PATCH resend 0/8] sparc: use asm-generic/dma-mapping-common.h and pci-dma-compat.h FUJITA Tomonori
2009-08-10  2:53 ` FUJITA Tomonori
2009-08-10  2:53 ` [PATCH 1/8] remove flush_write_buffers() in dma-mapping-common.h FUJITA Tomonori
2009-08-10  2:53   ` FUJITA Tomonori
2009-08-10  8:46   ` [tip:core/iommu] dma-ops: Remove " tip-bot for Arnd Bergmann
2009-08-10  2:53 ` [PATCH 2/8] IA64: remove NULL flush_write_buffers FUJITA Tomonori
2009-08-10  2:53   ` FUJITA Tomonori
2009-08-10  8:46   ` [tip:core/iommu] IA64: Remove " tip-bot for FUJITA Tomonori
2009-08-10  2:53 ` [PATCH 3/8] sparc: use dma_map_ops struct FUJITA Tomonori
2009-08-10  2:53   ` FUJITA Tomonori
2009-08-10  8:46   ` [tip:core/iommu] sparc: Use " tip-bot for FUJITA Tomonori
2009-08-10  2:53 ` [PATCH 4/8] sparc: use asm-generic/dma-mapping-common.h FUJITA Tomonori
2009-08-10  2:53   ` FUJITA Tomonori
2009-08-10  8:47   ` [tip:core/iommu] sparc: Use asm-generic/dma-mapping-common.h tip-bot for FUJITA Tomonori
2009-08-10  2:53 ` [PATCH 5/8] sparc: remove no-op dma_4v_sync_single_for_cpu and dma_4v_sync_sg_for_cpu FUJITA Tomonori
2009-08-10  2:53   ` FUJITA Tomonori
2009-08-10  8:47   ` [tip:core/iommu] sparc: Remove " tip-bot for FUJITA Tomonori
2009-08-10  2:53 ` [PATCH 6/8] sparc: replace sbus_map_single and sbus_unmap_single with sbus_map_page and sbus_unmap_p FUJITA Tomonori
2009-08-10  2:53   ` [PATCH 6/8] sparc: replace sbus_map_single and sbus_unmap_single with sbus_map_page and sbus_unmap_page FUJITA Tomonori
2009-08-10  8:47   ` [tip:core/iommu] sparc: Replace " tip-bot for FUJITA Tomonori
2009-08-10  2:53 ` [PATCH 7/8] sparc: use asm-generic/pci-dma-compat FUJITA Tomonori
2009-08-10  2:53   ` FUJITA Tomonori
2009-08-10  8:47   ` [tip:core/iommu] sparc: Use asm-generic/pci-dma-compat tip-bot for FUJITA Tomonori
2009-08-10  2:53 ` [PATCH 8/8] sparc: add CONFIG_DMA_API_DEBUG support FUJITA Tomonori
2009-08-10  2:53   ` FUJITA Tomonori
2009-08-10  8:47   ` [tip:core/iommu] sparc: Add " tip-bot for FUJITA Tomonori
2009-08-12 23:34 ` [PATCH resend 0/8] sparc: use asm-generic/dma-mapping-common.h David Miller
2009-08-12 23:34   ` [PATCH resend 0/8] sparc: use asm-generic/dma-mapping-common.h and pci-dma-compat.h David Miller
2009-08-13  7:04   ` [PATCH resend 0/8] sparc: use asm-generic/dma-mapping-common.h Ingo Molnar
2009-08-13  7:04     ` [PATCH resend 0/8] sparc: use asm-generic/dma-mapping-common.h and pci-dma-compat.h Ingo Molnar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.