diff options
author | Christoph Hellwig <hch@lst.de> | 2017-08-26 11:25:02 +0200 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2017-09-01 11:59:21 +0200 |
commit | 4a75682ce3bcd57d146db25b888e71f659ba4998 (patch) | |
tree | 12ecc4f9363f70fff9e18293f44a1e9e169c230f /MAINTAINERS | |
parent | 2436bdcda53ff4abb7897c87fa29ef3de8055344 (diff) | |
download | linux-4a75682ce3bcd57d146db25b888e71f659ba4998.tar.gz linux-4a75682ce3bcd57d146db25b888e71f659ba4998.tar.bz2 linux-4a75682ce3bcd57d146db25b888e71f659ba4998.zip |
MAINTAINERS: use the iommu list for the dma-mapping subsystem
Maintaining a subsystem with linux-kernel as the main list is painful
as it has way to much traffic. On the other hand the dma-mapping
subsystem is small enough that a list on its own would be silly.
So use the list for the closes subsystem instead instead.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Robin Murphy <robin.murphy@arm.com>
Acked-by: Joerg Roedel <jroedel@suse.de>
Acked-by: Marek Szyprowski <m.szyprowski@samsung.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 6f7721d1634c..1df11ed346a7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4175,7 +4175,7 @@ DMA MAPPING HELPERS M: Christoph Hellwig <hch@lst.de> M: Marek Szyprowski <m.szyprowski@samsung.com> R: Robin Murphy <robin.murphy@arm.com> -L: linux-kernel@vger.kernel.org +L: iommu@lists.linux-foundation.org T: git git://git.infradead.org/users/hch/dma-mapping.git W: http://git.infradead.org/users/hch/dma-mapping.git S: Supported |