From: Christoph Hellwig Date: Tue, 20 Jun 2017 09:17:30 +0000 (+0200) Subject: MAINTAINERS: add entry for dma mapping helpers X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2e7d1098c00caebc8e31c4d338a49e88c979dd2b;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git MAINTAINERS: add entry for dma mapping helpers This code has been spread between getting in through arch trees, the iommu tree, -mm and the drivers tree. There will be a lot of work in this area, including consolidating various arch implementations into more common code, so ensure we have a proper git tree that facilitates cooperation with the architecture maintainers. Signed-off-by: Christoph Hellwig --- diff --git a/MAINTAINERS b/MAINTAINERS index 09b5ab6a8a5c..9a08861ba201 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2595,6 +2595,21 @@ S: Maintained F: net/bluetooth/ F: include/net/bluetooth/ +DMA MAPPING HELPERS +M: Christoph Hellwig +M: Marek Szyprowski +R: Robin Murphy +L: linux-kernel@vger.kernel.org +T: git git://git.infradead.org/users/hch/dma-mapping.git +W: http://git.infradead.org/users/hch/dma-mapping.git +S: Supported +F: lib/dma-debug.c +F: lib/dma-noop.c +F: lib/dma-virt.c +F: drivers/base/dma-mapping.c +F: drivers/base/dma-coherent.c +F: include/linux/dma-mapping.h + BONDING DRIVER M: Jay Vosburgh M: Veaceslav Falico