linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] A couple of DMA teardown fixes for 3.19
@ 2015-01-12 17:23 Will Deacon
  2015-01-12 17:23 ` [PATCH 1/2] of/platform: teardown DMA mappings on device destruction Will Deacon
  2015-01-12 17:23 ` [PATCH 2/2] ARM: dma-mapping: don't detach devices without an IOMMU during teardown Will Deacon
  0 siblings, 2 replies; 6+ messages in thread
From: Will Deacon @ 2015-01-12 17:23 UTC (permalink / raw)
  To: linux-arm-kernel

Hi all,

Here are a couple of DMA teardown fixes for 3.19. The first patch adds
a call to of_dma_deconfigure on device destruction and the second patch
fixes a redundant "Not attached" message on the console when a device
without an IOMMU is destroyed on ARM.

I guess the second patch can go independently via rmk?

Will

Will Deacon (2):
  of/platform: teardown DMA mappings on device destruction
  ARM: dma-mapping: don't detach devices without an IOMMU during
    teardown

 arch/arm/mm/dma-mapping.c | 5 ++++-
 drivers/of/platform.c     | 1 +
 2 files changed, 5 insertions(+), 1 deletion(-)

-- 
2.1.4

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

end of thread, other threads:[~2015-01-13 15:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-12 17:23 [PATCH 0/2] A couple of DMA teardown fixes for 3.19 Will Deacon
2015-01-12 17:23 ` [PATCH 1/2] of/platform: teardown DMA mappings on device destruction Will Deacon
2015-01-12 17:23 ` [PATCH 2/2] ARM: dma-mapping: don't detach devices without an IOMMU during teardown Will Deacon
2015-01-13 14:53   ` Laurent Pinchart
2015-01-13 15:24     ` Will Deacon
2015-01-13 15:42       ` Laurent Pinchart

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