|
|
Subscribe / Log in / New account

Introduce interface for default DMA pool

From:  Vladimir Murzin <vladimir.murzin-AT-arm.com>
To:  linux-kernel-AT-vger.kernel.org
Subject:  [PATCH 0/2] Introduce interface for default DMA pool
Date:  Thu, 20 Jul 2017 11:19:57 +0100
Message-ID:  <1500545999-17177-1-git-send-email-vladimir.murzin@arm.com>
Cc:  linux-arm-kernel-AT-lists.infradead.org, linux-AT-armlinux.org.uk, sza-AT-esh.hu, arnd-AT-arndb.de, gregkh-AT-linuxfoundation.org, akpm-AT-linux-foundation.org, alexandre.torgue-AT-st.com, robin.murphy-AT-arm.com, kbuild-all-AT-01.org, benjamin.gaignard-AT-linaro.org, hch-AT-lst.de, m.szyprowski-AT-samsung.com, vitaly_kuzmichev-AT-mentor.com, george_davis-AT-mentor.com, Vineet Gupta <vgupta-AT-synopsys.com>, Catalin Marinas <catalin.marinas-AT-arm.com>, Will Deacon <will.deacon-AT-arm.com>, Ralf Baechle <ralf-AT-linux-mips.org>

Hi,

This is follow-up for Christoph complain [1] 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.

Changelog:
	RFC -> v1
	    - dropped RFC tag
	    - s/_from_coherent/_from_dev_coherent/g per Christoph
	    - added Tested-by from Andras

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

Cc: Vineet Gupta <vgupta@synopsys.com>
Cc: Russell King <linux@armlinux.org.uk>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Cc: Ralf Baechle <ralf@linux-mips.org>

Thanks!

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

 arch/arc/mm/dma.c               |   2 +-
 arch/arm/mm/dma-mapping-nommu.c |  45 ++++++++---
 arch/arm/mm/dma-mapping.c       |   2 +-
 arch/arm64/mm/dma-mapping.c     |   4 +-
 arch/mips/mm/dma-default.c      |   2 +-
 drivers/base/dma-coherent.c     | 169 ++++++++++++++++++++++++++--------------
 drivers/base/dma-mapping.c      |   2 +-
 include/linux/dma-mapping.h     |  40 ++++++++--
 8 files changed, 185 insertions(+), 81 deletions(-)

-- 
2.0.0



Copyright © 2017, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds