From: Joerg Roedel <[email protected]>
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]>
---
MAINTAINERS | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 8f9ed151ad4c..029f49f29982 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10448,9 +10448,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]>
+L: [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]>
L: [email protected]
S: Maintained
T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
--
2.36.1
On Fri, Jul 15, 2022 at 01:03:34PM +0200, Joerg Roedel wrote:
> From: Joerg Roedel <[email protected]>
>
> 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]>
> ---
> MAINTAINERS | 13 ++++++++++++-
> 1 file changed, 12 insertions(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8f9ed151ad4c..029f49f29982 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -10448,9 +10448,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]>
> +L: [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]>
It's about time!
Acked-by: Will Deacon <[email protected]>
Will