All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv3 0/2] CMA for arm64
@ 2013-12-10 21:43 Laura Abbott
  2013-12-10 21:43 ` [PATCHv3 1/2] arm64: Check for NULL device before getting the coherent_dma_mask Laura Abbott
  2013-12-10 21:43 ` [PATCHv3 2/2] arm64: Enable CMA Laura Abbott
  0 siblings, 2 replies; 11+ messages in thread
From: Laura Abbott @ 2013-12-10 21:43 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

This adds support for CMA in arm64

v3: Fix a missed line to actually set the dma_handle correctly

v2: Move the dma contiguous functions from swiotlb to arm64 directly

 arch/arm64/Kconfig                      |    1 +
 arch/arm64/include/asm/dma-contiguous.h |   29 +++++++++++++++++++++++++++++
 arch/arm64/mm/dma-mapping.c             |   27 ++++++++++++++++++++++++---
 arch/arm64/mm/init.c                    |    3 +++
 4 files changed, 57 insertions(+), 3 deletions(-)

Thanks,
Laura

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

end of thread, other threads:[~2013-12-12 19:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-10 21:43 [PATCHv3 0/2] CMA for arm64 Laura Abbott
2013-12-10 21:43 ` [PATCHv3 1/2] arm64: Check for NULL device before getting the coherent_dma_mask Laura Abbott
2013-12-11 10:42   ` Will Deacon
2013-12-11 17:48     ` Laura Abbott
2013-12-11 17:51       ` Will Deacon
2013-12-11 18:10         ` Laura Abbott
2013-12-12 12:18           ` Will Deacon
2013-12-12 19:00             ` Laura Abbott
2013-12-10 21:43 ` [PATCHv3 2/2] arm64: Enable CMA Laura Abbott
2013-12-11 10:40   ` Will Deacon
2013-12-11 17:54     ` Laura Abbott

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.