linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Update xilinx-ams driver maintainers
@ 2025-08-19 15:04 Salih Erim
  2025-08-19 15:10 ` O'Griofa, Conall
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Salih Erim @ 2025-08-19 15:04 UTC (permalink / raw)
  To: salih.erim, conall.ogriofa, jic23
  Cc: dlechner, nuno.sa, andy, michal.simek, linux-iio,
	linux-arm-kernel, linux-kernel, devicetree

Removes Anand Ashok from maintainers and adds Salih
and Conall as new maintainers.

Signed-off-by: Salih Erim <salih.erim@amd.com>
---
 Documentation/devicetree/bindings/iio/adc/xlnx,zynqmp-ams.yaml | 3 ++-
 MAINTAINERS                                                    | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/iio/adc/xlnx,zynqmp-ams.yaml b/Documentation/devicetree/bindings/iio/adc/xlnx,zynqmp-ams.yaml
index a403392fb263..3ae1a0bab38f 100644
--- a/Documentation/devicetree/bindings/iio/adc/xlnx,zynqmp-ams.yaml
+++ b/Documentation/devicetree/bindings/iio/adc/xlnx,zynqmp-ams.yaml
@@ -7,7 +7,8 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
 title: Xilinx Zynq Ultrascale AMS controller

 maintainers:
-  - Anand Ashok Dumbre <anand.ashok.dumbre@xilinx.com>
+  - Salih Erim <salih.erim@amd.com>
+  - Conall O'Griofa <conall.ogriofa@amd.com>

 description: |
   The AMS (Analog Monitoring System) includes an ADC as well as on-chip sensors
diff --git a/MAINTAINERS b/MAINTAINERS
index daf520a13bdf..b4b27a31a782 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -27537,7 +27537,8 @@ F:	include/uapi/linux/dqblk_xfs.h
 F:	include/uapi/linux/fsmap.h

 XILINX AMS DRIVER
-M:	Anand Ashok Dumbre <anand.ashok.dumbre@xilinx.com>
+M:	Salih Erim <salih.erim@amd.com>
+M:	Conall O'Griofa <conall.ogriofa@amd.com>
 L:	linux-iio@vger.kernel.org
 S:	Maintained
 F:	Documentation/devicetree/bindings/iio/adc/xlnx,zynqmp-ams.yaml
--
2.34.1


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

* RE: [PATCH] MAINTAINERS: Update xilinx-ams driver maintainers
  2025-08-19 15:04 [PATCH] MAINTAINERS: Update xilinx-ams driver maintainers Salih Erim
@ 2025-08-19 15:10 ` O'Griofa, Conall
  2025-08-19 17:45   ` Jonathan Cameron
  2025-08-19 15:16 ` Michal Simek
  2025-08-20  6:11 ` Krzysztof Kozlowski
  2 siblings, 1 reply; 8+ messages in thread
From: O'Griofa, Conall @ 2025-08-19 15:10 UTC (permalink / raw)
  To: Erim, Salih, Erim, Salih, jic23@kernel.org
  Cc: dlechner@baylibre.com, nuno.sa@analog.com, andy@kernel.org,
	Simek, Michal, linux-iio@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org

[AMD Official Use Only - AMD Internal Distribution Only]

Acked-by: O'Griofa, Conall <conall.ogriofa@amd.com>

> -----Original Message-----
> From: Salih Erim <salih.erim@amd.com>
> Sent: 19 August 2025 16:05
> To: Erim, Salih <Salih.Erim@amd.com>; O'Griofa, Conall
> <conall.ogriofa@amd.com>; jic23@kernel.org
> Cc: dlechner@baylibre.com; nuno.sa@analog.com; andy@kernel.org; Simek,
> Michal <michal.simek@amd.com>; linux-iio@vger.kernel.org; linux-arm-
> kernel@lists.infradead.org; linux-kernel@vger.kernel.org;
> devicetree@vger.kernel.org
> Subject: [PATCH] MAINTAINERS: Update xilinx-ams driver maintainers
>
> Removes Anand Ashok from maintainers and adds Salih and Conall as new
> maintainers.
>
> Signed-off-by: Salih Erim <salih.erim@amd.com>
> ---
>  Documentation/devicetree/bindings/iio/adc/xlnx,zynqmp-ams.yaml | 3 ++-
>  MAINTAINERS                                                    | 3 ++-
>  2 files changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/iio/adc/xlnx,zynqmp-ams.yaml
> b/Documentation/devicetree/bindings/iio/adc/xlnx,zynqmp-ams.yaml
> index a403392fb263..3ae1a0bab38f 100644
> --- a/Documentation/devicetree/bindings/iio/adc/xlnx,zynqmp-ams.yaml
> +++ b/Documentation/devicetree/bindings/iio/adc/xlnx,zynqmp-ams.yaml
> @@ -7,7 +7,8 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
>  title: Xilinx Zynq Ultrascale AMS controller
>
>  maintainers:
> -  - Anand Ashok Dumbre <anand.ashok.dumbre@xilinx.com>
> +  - Salih Erim <salih.erim@amd.com>
> +  - Conall O'Griofa <conall.ogriofa@amd.com>
>
>  description: |
>    The AMS (Analog Monitoring System) includes an ADC as well as on-chip
> sensors diff --git a/MAINTAINERS b/MAINTAINERS index
> daf520a13bdf..b4b27a31a782 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -27537,7 +27537,8 @@ F:    include/uapi/linux/dqblk_xfs.h
>  F:   include/uapi/linux/fsmap.h
>
>  XILINX AMS DRIVER
> -M:   Anand Ashok Dumbre <anand.ashok.dumbre@xilinx.com>
> +M:   Salih Erim <salih.erim@amd.com>
> +M:   Conall O'Griofa <conall.ogriofa@amd.com>
>  L:   linux-iio@vger.kernel.org
>  S:   Maintained
>  F:   Documentation/devicetree/bindings/iio/adc/xlnx,zynqmp-ams.yaml
> --
> 2.34.1


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

* Re: [PATCH] MAINTAINERS: Update xilinx-ams driver maintainers
  2025-08-19 15:04 [PATCH] MAINTAINERS: Update xilinx-ams driver maintainers Salih Erim
  2025-08-19 15:10 ` O'Griofa, Conall
@ 2025-08-19 15:16 ` Michal Simek
  2025-08-20  6:11 ` Krzysztof Kozlowski
  2 siblings, 0 replies; 8+ messages in thread
From: Michal Simek @ 2025-08-19 15:16 UTC (permalink / raw)
  To: Salih Erim, conall.ogriofa, jic23
  Cc: dlechner, nuno.sa, andy, linux-iio, linux-arm-kernel,
	linux-kernel, devicetree



On 8/19/25 17:04, Salih Erim wrote:
> Removes Anand Ashok from maintainers and adds Salih
> and Conall as new maintainers.
> 
> Signed-off-by: Salih Erim <salih.erim@amd.com>
> ---
>   Documentation/devicetree/bindings/iio/adc/xlnx,zynqmp-ams.yaml | 3 ++-
>   MAINTAINERS                                                    | 3 ++-
>   2 files changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/iio/adc/xlnx,zynqmp-ams.yaml b/Documentation/devicetree/bindings/iio/adc/xlnx,zynqmp-ams.yaml
> index a403392fb263..3ae1a0bab38f 100644
> --- a/Documentation/devicetree/bindings/iio/adc/xlnx,zynqmp-ams.yaml
> +++ b/Documentation/devicetree/bindings/iio/adc/xlnx,zynqmp-ams.yaml
> @@ -7,7 +7,8 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
>   title: Xilinx Zynq Ultrascale AMS controller
> 
>   maintainers:
> -  - Anand Ashok Dumbre <anand.ashok.dumbre@xilinx.com>
> +  - Salih Erim <salih.erim@amd.com>
> +  - Conall O'Griofa <conall.ogriofa@amd.com>
> 
>   description: |
>     The AMS (Analog Monitoring System) includes an ADC as well as on-chip sensors
> diff --git a/MAINTAINERS b/MAINTAINERS
> index daf520a13bdf..b4b27a31a782 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -27537,7 +27537,8 @@ F:	include/uapi/linux/dqblk_xfs.h
>   F:	include/uapi/linux/fsmap.h
> 
>   XILINX AMS DRIVER
> -M:	Anand Ashok Dumbre <anand.ashok.dumbre@xilinx.com>
> +M:	Salih Erim <salih.erim@amd.com>
> +M:	Conall O'Griofa <conall.ogriofa@amd.com>
>   L:	linux-iio@vger.kernel.org
>   S:	Maintained
>   F:	Documentation/devicetree/bindings/iio/adc/xlnx,zynqmp-ams.yaml
> --
> 2.34.1
> 

Acked-by: Michal Simek <michal.simek@amd.com>

FYI: Anand left AMD some time ago

Thanks,
Michal

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

* Re: [PATCH] MAINTAINERS: Update xilinx-ams driver maintainers
  2025-08-19 15:10 ` O'Griofa, Conall
@ 2025-08-19 17:45   ` Jonathan Cameron
  2025-08-19 18:28     ` Andy Shevchenko
  0 siblings, 1 reply; 8+ messages in thread
From: Jonathan Cameron @ 2025-08-19 17:45 UTC (permalink / raw)
  To: O'Griofa, Conall
  Cc: Erim, Salih, dlechner@baylibre.com, nuno.sa@analog.com,
	andy@kernel.org, Simek, Michal, linux-iio@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org

On Tue, 19 Aug 2025 15:10:15 +0000
"O'Griofa, Conall" <conall.ogriofa@amd.com> wrote:

> [AMD Official Use Only - AMD Internal Distribution Only]
> 
> Acked-by: O'Griofa, Conall <conall.ogriofa@amd.com>

I'm not entirely sure why but b4 only picked up:

[PATCH] MAINTAINERS: Update xilinx-ams driver maintainers
    + Acked-by: Michal Simek <michal.simek@amd.com>
    + Acked-by: 
    + Link: https://patch.msgid.link/20250819150448.1979170-1-salih.erim@amd.com

Anyhow I fixed it up to include Connal's ack whilst applying.

Salih and Connal, thanks for stepping up.

Jonathan

> 
> > -----Original Message-----
> > From: Salih Erim <salih.erim@amd.com>
> > Sent: 19 August 2025 16:05
> > To: Erim, Salih <Salih.Erim@amd.com>; O'Griofa, Conall
> > <conall.ogriofa@amd.com>; jic23@kernel.org
> > Cc: dlechner@baylibre.com; nuno.sa@analog.com; andy@kernel.org; Simek,
> > Michal <michal.simek@amd.com>; linux-iio@vger.kernel.org; linux-arm-
> > kernel@lists.infradead.org; linux-kernel@vger.kernel.org;
> > devicetree@vger.kernel.org
> > Subject: [PATCH] MAINTAINERS: Update xilinx-ams driver maintainers
> >
> > Removes Anand Ashok from maintainers and adds Salih and Conall as new
> > maintainers.
> >
> > Signed-off-by: Salih Erim <salih.erim@amd.com>
> > ---
> >  Documentation/devicetree/bindings/iio/adc/xlnx,zynqmp-ams.yaml | 3 ++-
> >  MAINTAINERS                                                    | 3 ++-
> >  2 files changed, 4 insertions(+), 2 deletions(-)
> >
> > diff --git a/Documentation/devicetree/bindings/iio/adc/xlnx,zynqmp-ams.yaml
> > b/Documentation/devicetree/bindings/iio/adc/xlnx,zynqmp-ams.yaml
> > index a403392fb263..3ae1a0bab38f 100644
> > --- a/Documentation/devicetree/bindings/iio/adc/xlnx,zynqmp-ams.yaml
> > +++ b/Documentation/devicetree/bindings/iio/adc/xlnx,zynqmp-ams.yaml
> > @@ -7,7 +7,8 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
> >  title: Xilinx Zynq Ultrascale AMS controller
> >
> >  maintainers:
> > -  - Anand Ashok Dumbre <anand.ashok.dumbre@xilinx.com>
> > +  - Salih Erim <salih.erim@amd.com>
> > +  - Conall O'Griofa <conall.ogriofa@amd.com>
> >
> >  description: |
> >    The AMS (Analog Monitoring System) includes an ADC as well as on-chip
> > sensors diff --git a/MAINTAINERS b/MAINTAINERS index
> > daf520a13bdf..b4b27a31a782 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -27537,7 +27537,8 @@ F:    include/uapi/linux/dqblk_xfs.h
> >  F:   include/uapi/linux/fsmap.h
> >
> >  XILINX AMS DRIVER
> > -M:   Anand Ashok Dumbre <anand.ashok.dumbre@xilinx.com>
> > +M:   Salih Erim <salih.erim@amd.com>
> > +M:   Conall O'Griofa <conall.ogriofa@amd.com>
> >  L:   linux-iio@vger.kernel.org
> >  S:   Maintained
> >  F:   Documentation/devicetree/bindings/iio/adc/xlnx,zynqmp-ams.yaml
> > --
> > 2.34.1  
> 


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

* Re: [PATCH] MAINTAINERS: Update xilinx-ams driver maintainers
  2025-08-19 17:45   ` Jonathan Cameron
@ 2025-08-19 18:28     ` Andy Shevchenko
  0 siblings, 0 replies; 8+ messages in thread
From: Andy Shevchenko @ 2025-08-19 18:28 UTC (permalink / raw)
  To: Jonathan Cameron, Konstantin Ryabitsev
  Cc: O'Griofa, Conall, Erim, Salih, dlechner@baylibre.com,
	nuno.sa@analog.com, andy@kernel.org, Simek, Michal,
	linux-iio@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org

On Tue, Aug 19, 2025 at 8:45 PM Jonathan Cameron <jic23@kernel.org> wrote:
> On Tue, 19 Aug 2025 15:10:15 +0000
> "O'Griofa, Conall" <conall.ogriofa@amd.com> wrote:
>
> > Acked-by: O'Griofa, Conall <conall.ogriofa@amd.com>
>
> I'm not entirely sure why but b4 only picked up:
>
> [PATCH] MAINTAINERS: Update xilinx-ams driver maintainers
>     + Acked-by: Michal Simek <michal.simek@amd.com>
>     + Acked-by:

Due to an unquoted comma, I believe.
+Konstantin

>     + Link: https://patch.msgid.link/20250819150448.1979170-1-salih.erim@amd.com
>
> Anyhow I fixed it up to include Connal's ack whilst applying.


-- 
With Best Regards,
Andy Shevchenko

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

* Re: [PATCH] MAINTAINERS: Update xilinx-ams driver maintainers
  2025-08-19 15:04 [PATCH] MAINTAINERS: Update xilinx-ams driver maintainers Salih Erim
  2025-08-19 15:10 ` O'Griofa, Conall
  2025-08-19 15:16 ` Michal Simek
@ 2025-08-20  6:11 ` Krzysztof Kozlowski
  2025-08-20  9:10   ` Erim, Salih
  2 siblings, 1 reply; 8+ messages in thread
From: Krzysztof Kozlowski @ 2025-08-20  6:11 UTC (permalink / raw)
  To: Salih Erim, conall.ogriofa, jic23
  Cc: dlechner, nuno.sa, andy, michal.simek, linux-iio,
	linux-arm-kernel, linux-kernel, devicetree

On 19/08/2025 17:04, Salih Erim wrote:
> Removes Anand Ashok from maintainers and adds Salih
> and Conall as new maintainers.

We see that from the diff. Don't write what is obvious. Explain what is
not obvious: why you are doing this.

Best regards,
Krzysztof

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

* RE: [PATCH] MAINTAINERS: Update xilinx-ams driver maintainers
  2025-08-20  6:11 ` Krzysztof Kozlowski
@ 2025-08-20  9:10   ` Erim, Salih
  2025-08-20  9:45     ` Krzysztof Kozlowski
  0 siblings, 1 reply; 8+ messages in thread
From: Erim, Salih @ 2025-08-20  9:10 UTC (permalink / raw)
  To: Krzysztof Kozlowski, O'Griofa, Conall, jic23@kernel.org
  Cc: dlechner@baylibre.com, nuno.sa@analog.com, andy@kernel.org,
	Simek, Michal, linux-iio@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org

[AMD Official Use Only - AMD Internal Distribution Only]

Hi Krzysztof,

> -----Original Message-----
> From: Krzysztof Kozlowski <krzk@kernel.org>
> Sent: Wednesday, August 20, 2025 7:11 AM
> To: Erim, Salih <Salih.Erim@amd.com>; O'Griofa, Conall
> <conall.ogriofa@amd.com>; jic23@kernel.org
> Cc: dlechner@baylibre.com; nuno.sa@analog.com; andy@kernel.org; Simek,
> Michal <michal.simek@amd.com>; linux-iio@vger.kernel.org; linux-arm-
> kernel@lists.infradead.org; linux-kernel@vger.kernel.org;
> devicetree@vger.kernel.org
> Subject: Re: [PATCH] MAINTAINERS: Update xilinx-ams driver maintainers
>
> Caution: This message originated from an External Source. Use proper caution
> when opening attachments, clicking links, or responding.
>
>
> On 19/08/2025 17:04, Salih Erim wrote:
> > Removes Anand Ashok from maintainers and adds Salih and Conall as new
> > maintainers.
>
> We see that from the diff. Don't write what is obvious. Explain what is not obvious:
> why you are doing this.

As Michal explained, Anand left AMD while ago. Me and Conall continue to maintain the driver.

Thanks for warning, I will be careful about future comments and communications.

Regards,
Salih.

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

* Re: [PATCH] MAINTAINERS: Update xilinx-ams driver maintainers
  2025-08-20  9:10   ` Erim, Salih
@ 2025-08-20  9:45     ` Krzysztof Kozlowski
  0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2025-08-20  9:45 UTC (permalink / raw)
  To: Erim, Salih, O'Griofa, Conall, jic23@kernel.org
  Cc: dlechner@baylibre.com, nuno.sa@analog.com, andy@kernel.org,
	Simek, Michal, linux-iio@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org

On 20/08/2025 11:10, Erim, Salih wrote:
>> We see that from the diff. Don't write what is obvious. Explain what is not obvious:
>> why you are doing this.
> 
> As Michal explained, Anand left AMD while ago. Me and Conall continue to maintain the driver.
> 
> Thanks for warning, I will be careful about future comments and communications.
> 

No, your commit msg should explain that. Do not say what you do.

Best regards,
Krzysztof

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

end of thread, other threads:[~2025-08-20  9:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-19 15:04 [PATCH] MAINTAINERS: Update xilinx-ams driver maintainers Salih Erim
2025-08-19 15:10 ` O'Griofa, Conall
2025-08-19 17:45   ` Jonathan Cameron
2025-08-19 18:28     ` Andy Shevchenko
2025-08-19 15:16 ` Michal Simek
2025-08-20  6:11 ` Krzysztof Kozlowski
2025-08-20  9:10   ` Erim, Salih
2025-08-20  9:45     ` Krzysztof Kozlowski

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).