Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1688770

[RFC PATCH 0/2] Introduce interface for default DMA pool

From Vladimir Murzin <vladimir.murzin@arm.com>
Newsgroups linux.kernel
Subject [RFC PATCH 0/2] Introduce interface for default DMA pool
Date 2017-07-17 11:00 +0200
Message-ID <u4a2K-2Ji-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi,

This is follow-up for Christoph complain of overloading the current
dma coherent infrastructure with the global pool. To address that I
implemented Robin's idea of the new interface to the global pool and
wire up it with (only existent user) ARM NOMMU.  Since I have not
heard from Vitaly and/or George of their use of global pool, I'm
leaving ARM MMU part to them.

[1] https://lkml.org/lkml/2017/7/7/370

Vladimir Murzin (2):
  drivers: dma-coherent: Introduce interface for default DMA pool
  ARM: NOMMU: Wire-up default DMA interface

 arch/arm/mm/dma-mapping-nommu.c |  45 +++++++++---
 drivers/base/dma-coherent.c     | 159 ++++++++++++++++++++++++++--------------
 include/linux/dma-mapping.h     |  24 ++++++
 3 files changed, 166 insertions(+), 62 deletions(-)

-- 
2.0.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[RFC PATCH 0/2] Introduce interface for default DMA pool Vladimir Murzin <vladimir.murzin@arm.com> - 2017-07-17 11:00 +0200
  [RFC PATCH 1/2] drivers: dma-coherent: Introduce interface for default DMA pool Vladimir Murzin <vladimir.murzin@arm.com> - 2017-07-17 11:00 +0200
  [RFC PATCH 2/2] ARM: NOMMU: Wire-up default DMA interface Vladimir Murzin <vladimir.murzin@arm.com> - 2017-07-17 11:00 +0200

csiph-web