diff options
author | Joerg Roedel <[email protected]> | 2022-07-15 13:03:34 +0200 |
---|---|---|
committer | Joerg Roedel <[email protected]> | 2022-07-15 13:12:10 +0200 |
commit | 1dcef3d2f345810472cc7385384014a412a4682c (patch) | |
tree | 41be0b8a97c66b3fb888e9ae9ae68070287f2b69 | |
parent | 469b7b8ac552041d038d0451a5e1343a8d6080c0 (diff) |
MAINTAINERS: Add Robin Murphy as IOMMU SUBSYTEM reviewer
Robin has been acting as a reviewer of the IOMMU Subsystem for a long
time. He is also defacto maintaining the IOMMU DMA-API Layer, so make
both roles official by adding Robin to the MAINTAINERS file.
Signed-off-by: Joerg Roedel <[email protected]>
Acked-by: Robin Murphy <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | MAINTAINERS | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3cf9842d9233..b61dd738a11b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10352,9 +10352,20 @@ T: git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git F: fs/iomap/ F: include/linux/iomap.h -IOMMU DRIVERS +IOMMU DMA-API LAYER +M: Robin Murphy <[email protected]> +S: Maintained +T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git +F: drivers/iommu/dma-iommu.c +F: drivers/iommu/iova.c +F: include/linux/dma-iommu.h +F: include/linux/iova.h + +IOMMU SUBSYSTEM M: Joerg Roedel <[email protected]> M: Will Deacon <[email protected]> +R: Robin Murphy <[email protected]> S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git |