All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: add Rahul as SMMU maintainer
@ 2022-04-26 20:27 Stefano Stabellini
  2022-04-27  8:12 ` Bertrand Marquis
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Stefano Stabellini @ 2022-04-26 20:27 UTC (permalink / raw)
  To: xen-devel; +Cc: sstabellini, julien, rahul.singh, Bertrand.Marquis

Add Rahul as ARM SMMU maintainer. Create a new explicit entry for "ARM
SMMU" also with Julien which is the original contributor of the code and
continues to maintain it.

Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com>


diff --git a/MAINTAINERS b/MAINTAINERS
index 2a47fafe85..ba0d1c0c1b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -248,6 +248,12 @@ F:	xen/drivers/passthrough/arm/
 F:	xen/include/public/arch-arm/
 F:	xen/include/public/arch-arm.h
 
+ARM SMMU
+M:	Julien Grall <julien@xen.org>
+M:	Rahul Singh <rahul.singh@arm.com>
+S:	Supported
+F:	xen/drivers/passthrough/arm/smmu.c
+
 ARM SMMUv3
 M:	Bertrand Marquis <bertrand.marquis@arm.com>
 M:	Rahul Singh <rahul.singh@arm.com>


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

* Re: [PATCH] MAINTAINERS: add Rahul as SMMU maintainer
  2022-04-26 20:27 [PATCH] MAINTAINERS: add Rahul as SMMU maintainer Stefano Stabellini
@ 2022-04-27  8:12 ` Bertrand Marquis
  2022-04-27  8:26 ` Rahul Singh
  2022-04-28 16:12 ` Julien Grall
  2 siblings, 0 replies; 4+ messages in thread
From: Bertrand Marquis @ 2022-04-27  8:12 UTC (permalink / raw)
  To: Stefano Stabellini; +Cc: xen-devel, julien, Rahul Singh

Hi,

> On 26 Apr 2022, at 21:27, Stefano Stabellini <sstabellini@kernel.org> wrote:
> 
> Add Rahul as ARM SMMU maintainer. Create a new explicit entry for "ARM
> SMMU" also with Julien which is the original contributor of the code and
> continues to maintain it.
> 

Thanks Rahul to step up to handle this :-)


> Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com>
Reviewed-by: Bertrand Marquis <bertrand.marquis@arm.com>

Cheers
Bertrand

> 
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2a47fafe85..ba0d1c0c1b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -248,6 +248,12 @@ F:	xen/drivers/passthrough/arm/
> F:	xen/include/public/arch-arm/
> F:	xen/include/public/arch-arm.h
> 
> +ARM SMMU
> +M:	Julien Grall <julien@xen.org>
> +M:	Rahul Singh <rahul.singh@arm.com>
> +S:	Supported
> +F:	xen/drivers/passthrough/arm/smmu.c
> +
> ARM SMMUv3
> M:	Bertrand Marquis <bertrand.marquis@arm.com>
> M:	Rahul Singh <rahul.singh@arm.com>



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

* Re: [PATCH] MAINTAINERS: add Rahul as SMMU maintainer
  2022-04-26 20:27 [PATCH] MAINTAINERS: add Rahul as SMMU maintainer Stefano Stabellini
  2022-04-27  8:12 ` Bertrand Marquis
@ 2022-04-27  8:26 ` Rahul Singh
  2022-04-28 16:12 ` Julien Grall
  2 siblings, 0 replies; 4+ messages in thread
From: Rahul Singh @ 2022-04-27  8:26 UTC (permalink / raw)
  To: Stefano Stabellini; +Cc: xen-devel, julien, Bertrand Marquis

Hi, 

> On 26 Apr 2022, at 9:27 pm, Stefano Stabellini <sstabellini@kernel.org> wrote:
> 
> Add Rahul as ARM SMMU maintainer. Create a new explicit entry for "ARM
> SMMU" also with Julien which is the original contributor of the code and
> continues to maintain it.
> 
> Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com>

Acked-by: Rahul Singh <rahul.singh@arm.com>

Regards,
Rahul
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2a47fafe85..ba0d1c0c1b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -248,6 +248,12 @@ F:	xen/drivers/passthrough/arm/
> F:	xen/include/public/arch-arm/
> F:	xen/include/public/arch-arm.h
> 
> +ARM SMMU
> +M:	Julien Grall <julien@xen.org>
> +M:	Rahul Singh <rahul.singh@arm.com>
> +S:	Supported
> +F:	xen/drivers/passthrough/arm/smmu.c
> +
> ARM SMMUv3
> M:	Bertrand Marquis <bertrand.marquis@arm.com>
> M:	Rahul Singh <rahul.singh@arm.com>



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

* Re: [PATCH] MAINTAINERS: add Rahul as SMMU maintainer
  2022-04-26 20:27 [PATCH] MAINTAINERS: add Rahul as SMMU maintainer Stefano Stabellini
  2022-04-27  8:12 ` Bertrand Marquis
  2022-04-27  8:26 ` Rahul Singh
@ 2022-04-28 16:12 ` Julien Grall
  2 siblings, 0 replies; 4+ messages in thread
From: Julien Grall @ 2022-04-28 16:12 UTC (permalink / raw)
  To: Stefano Stabellini, xen-devel; +Cc: rahul.singh, Bertrand.Marquis

Hi,

On 26/04/2022 21:27, Stefano Stabellini wrote:
> Add Rahul as ARM SMMU maintainer. Create a new explicit entry for "ARM
> SMMU" also with Julien which is the original contributor of the code and
> continues to maintain it.
> 
> Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com>

Acked-by: Julien Grall <julien@xen.org>

Cheers,

-- 
Julien Grall


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

end of thread, other threads:[~2022-04-28 16:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-26 20:27 [PATCH] MAINTAINERS: add Rahul as SMMU maintainer Stefano Stabellini
2022-04-27  8:12 ` Bertrand Marquis
2022-04-27  8:26 ` Rahul Singh
2022-04-28 16:12 ` Julien Grall

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.