linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add Robin Murphy as IOMMU SUBSYTEM reviewer
@ 2022-07-15 11:03 Joerg Roedel
  2022-07-15 11:05 ` Robin Murphy
  2022-07-18 15:17 ` Will Deacon
  0 siblings, 2 replies; 3+ messages in thread
From: Joerg Roedel @ 2022-07-15 11:03 UTC (permalink / raw)
  To: iommu; +Cc: Will Deacon, Robin Murphy, linux-kernel, Joerg Roedel

From: Joerg Roedel <jroedel@suse.de>

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 <jroedel@suse.de>
---
 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 <robin.murphy@arm.com>
+L:	iommu@lists.linux.dev
+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 <joro@8bytes.org>
 M:	Will Deacon <will@kernel.org>
+R:	Robin Murphy <robin.murphy@arm.com>
 L:	iommu@lists.linux.dev
 S:	Maintained
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
-- 
2.36.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] MAINTAINERS: Add Robin Murphy as IOMMU SUBSYTEM reviewer
  2022-07-15 11:03 [PATCH] MAINTAINERS: Add Robin Murphy as IOMMU SUBSYTEM reviewer Joerg Roedel
@ 2022-07-15 11:05 ` Robin Murphy
  2022-07-18 15:17 ` Will Deacon
  1 sibling, 0 replies; 3+ messages in thread
From: Robin Murphy @ 2022-07-15 11:05 UTC (permalink / raw)
  To: Joerg Roedel, iommu; +Cc: Will Deacon, linux-kernel, Joerg Roedel

On 2022-07-15 12:03, Joerg Roedel wrote:
> From: Joerg Roedel <jroedel@suse.de>
> 
> 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.

Acked-by: Robin Murphy <robin.murphy@arm.com>

> Signed-off-by: Joerg Roedel <jroedel@suse.de>
> ---
>   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 <robin.murphy@arm.com>
> +L:	iommu@lists.linux.dev
> +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 <joro@8bytes.org>
>   M:	Will Deacon <will@kernel.org>
> +R:	Robin Murphy <robin.murphy@arm.com>
>   L:	iommu@lists.linux.dev
>   S:	Maintained
>   T:	git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] MAINTAINERS: Add Robin Murphy as IOMMU SUBSYTEM reviewer
  2022-07-15 11:03 [PATCH] MAINTAINERS: Add Robin Murphy as IOMMU SUBSYTEM reviewer Joerg Roedel
  2022-07-15 11:05 ` Robin Murphy
@ 2022-07-18 15:17 ` Will Deacon
  1 sibling, 0 replies; 3+ messages in thread
From: Will Deacon @ 2022-07-18 15:17 UTC (permalink / raw)
  To: Joerg Roedel; +Cc: iommu, Robin Murphy, linux-kernel, Joerg Roedel

On Fri, Jul 15, 2022 at 01:03:34PM +0200, Joerg Roedel wrote:
> From: Joerg Roedel <jroedel@suse.de>
> 
> 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 <jroedel@suse.de>
> ---
>  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 <robin.murphy@arm.com>
> +L:	iommu@lists.linux.dev
> +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 <joro@8bytes.org>
>  M:	Will Deacon <will@kernel.org>
> +R:	Robin Murphy <robin.murphy@arm.com>

It's about time!

Acked-by: Will Deacon <will@kernel.org>

Will

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-07-18 15:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-15 11:03 [PATCH] MAINTAINERS: Add Robin Murphy as IOMMU SUBSYTEM reviewer Joerg Roedel
2022-07-15 11:05 ` Robin Murphy
2022-07-18 15:17 ` Will Deacon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).