linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] pseries/iommu bug-fixes and cleanups for dynamic dma windows
@ 2011-06-24 19:05 Nishanth Aravamudan
  2011-06-24 19:05 ` [PATCH 1/4] powerpc: override dma_get_required_mask by platform hook and ops Nishanth Aravamudan
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Nishanth Aravamudan @ 2011-06-24 19:05 UTC (permalink / raw)
  To: Milton Miller; +Cc: linuxppc-dev, linux-kernel

In my last submission, 5/8 wasn't sent to Ben, so he only picked up 1-4.
Re-sending 5-8, as such.

Milton Miller (4):
  powerpc: override dma_get_required_mask by platform hook and ops
  dma-mapping: add get_required_mask if arch overrides default
  powerpc: use the newly added get_required_mask dma_map_ops hook
  powerpc: tidy up dma_map_ops after adding new hook

Cc: linuxppc-dev@lists.ozlabs.org
Cc: linux-kernel@vger.kernel.org
Cc: benh@kernel.crashing.org

 arch/powerpc/include/asm/device.h       |    2 +
 arch/powerpc/include/asm/machdep.h      |    3 +-
 arch/powerpc/kernel/dma-iommu.c         |   28 ++++++++++++++-----
 arch/powerpc/kernel/dma-swiotlb.c       |   16 +++++++++++
 arch/powerpc/kernel/dma.c               |   44 ++++++++++++++++++++++++++-----
 arch/powerpc/kernel/ibmebus.c           |   22 ++++++++++-----
 arch/powerpc/kernel/vio.c               |   21 +++++++++-----
 arch/powerpc/platforms/cell/iommu.c     |   21 ++++++++++++++
 arch/powerpc/platforms/ps3/system-bus.c |    7 +++++
 arch/powerpc/platforms/pseries/iommu.c  |   27 +++++++++++++++++++
 include/linux/dma-mapping.h             |    3 ++
 11 files changed, 163 insertions(+), 31 deletions(-)

-- 
1.7.4.1

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

end of thread, other threads:[~2011-09-16 19:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-24 19:05 [PATCH 0/4] pseries/iommu bug-fixes and cleanups for dynamic dma windows Nishanth Aravamudan
2011-06-24 19:05 ` [PATCH 1/4] powerpc: override dma_get_required_mask by platform hook and ops Nishanth Aravamudan
2011-06-24 19:05 ` [PATCH 2/4] dma-mapping: add get_required_mask if arch overrides default Nishanth Aravamudan
2011-06-29  8:19   ` FUJITA Tomonori
2011-09-01  5:35     ` Benjamin Herrenschmidt
2011-09-16 18:51       ` FUJITA Tomonori
2011-06-24 19:05 ` [PATCH 3/4] powerpc: use the newly added get_required_mask dma_map_ops hook Nishanth Aravamudan
2011-06-25 15:41   ` Geoff Levand
2011-06-24 19:05 ` [PATCH 4/4] powerpc: tidy up dma_map_ops after adding new hook Nishanth Aravamudan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).