Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <hch@lst.de>

+15
+15
MAINTAINERS
··· 2595 2595 F: net/bluetooth/ 2596 2596 F: include/net/bluetooth/ 2597 2597 2598 + DMA MAPPING HELPERS 2599 + M: Christoph Hellwig <hch@lst.de> 2600 + M: Marek Szyprowski <m.szyprowski@samsung.com> 2601 + R: Robin Murphy <robin.murphy@arm.com> 2602 + L: linux-kernel@vger.kernel.org 2603 + T: git git://git.infradead.org/users/hch/dma-mapping.git 2604 + W: http://git.infradead.org/users/hch/dma-mapping.git 2605 + S: Supported 2606 + F: lib/dma-debug.c 2607 + F: lib/dma-noop.c 2608 + F: lib/dma-virt.c 2609 + F: drivers/base/dma-mapping.c 2610 + F: drivers/base/dma-coherent.c 2611 + F: include/linux/dma-mapping.h 2612 + 2598 2613 BONDING DRIVER 2599 2614 M: Jay Vosburgh <j.vosburgh@gmail.com> 2600 2615 M: Veaceslav Falico <vfalico@gmail.com>