linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] MAINTAINERS: Update xilinx-ams driver maintainers
@ 2025-08-20 10:05 Salih Erim
  2025-08-22 14:23 ` Rob Herring (Arm)
  2025-08-23 16:13 ` David Lechner
  0 siblings, 2 replies; 5+ messages in thread
From: Salih Erim @ 2025-08-20 10:05 UTC (permalink / raw)
  To: salih.erim, conall.ogriofa, jic23
  Cc: dlechner, nuno.sa, andy, michal.simek, krzk, linux-iio,
	linux-arm-kernel, linux-kernel, devicetree

Anand left AMD/Xilinx some time ago. Salih and Connall are new
maintainers of xilinx-ams driver.

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] 5+ messages in thread

* Re: [PATCH v2] MAINTAINERS: Update xilinx-ams driver maintainers
  2025-08-20 10:05 [PATCH v2] MAINTAINERS: Update xilinx-ams driver maintainers Salih Erim
@ 2025-08-22 14:23 ` Rob Herring (Arm)
  2025-08-23 16:13 ` David Lechner
  1 sibling, 0 replies; 5+ messages in thread
From: Rob Herring (Arm) @ 2025-08-22 14:23 UTC (permalink / raw)
  To: Salih Erim
  Cc: jic23, devicetree, andy, linux-kernel, conall.ogriofa, nuno.sa,
	dlechner, krzk, linux-arm-kernel, linux-iio, michal.simek


On Wed, 20 Aug 2025 11:05:19 +0100, Salih Erim wrote:
> Anand left AMD/Xilinx some time ago. Salih and Connall are new
> maintainers of xilinx-ams driver.
> 
> 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(-)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>


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

* Re: [PATCH v2] MAINTAINERS: Update xilinx-ams driver maintainers
  2025-08-20 10:05 [PATCH v2] MAINTAINERS: Update xilinx-ams driver maintainers Salih Erim
  2025-08-22 14:23 ` Rob Herring (Arm)
@ 2025-08-23 16:13 ` David Lechner
  2025-08-25  8:26   ` Jonathan Cameron
  1 sibling, 1 reply; 5+ messages in thread
From: David Lechner @ 2025-08-23 16:13 UTC (permalink / raw)
  To: Salih Erim, conall.ogriofa, jic23
  Cc: nuno.sa, andy, michal.simek, krzk, linux-iio, linux-arm-kernel,
	linux-kernel, devicetree

On 8/20/25 5:05 AM, Salih Erim wrote:
> Anand left AMD/Xilinx some time ago. Salih and Connall are new
> maintainers of xilinx-ams driver.
> 
> Signed-off-by: Salih Erim <salih.erim@amd.com>

Looks like you forgot to pick up all of the trailers from v1.

Also, there should be a changelog of what changed from v1 to
v2. Just rewording the commit message, I assume.



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

* Re: [PATCH v2] MAINTAINERS: Update xilinx-ams driver maintainers
  2025-08-23 16:13 ` David Lechner
@ 2025-08-25  8:26   ` Jonathan Cameron
  2025-08-25  9:53     ` Erim, Salih
  0 siblings, 1 reply; 5+ messages in thread
From: Jonathan Cameron @ 2025-08-25  8:26 UTC (permalink / raw)
  To: David Lechner
  Cc: Salih Erim, conall.ogriofa, nuno.sa, andy, michal.simek, krzk,
	linux-iio, linux-arm-kernel, linux-kernel, devicetree

On Sat, 23 Aug 2025 11:13:06 -0500
David Lechner <dlechner@baylibre.com> wrote:

> On 8/20/25 5:05 AM, Salih Erim wrote:
> > Anand left AMD/Xilinx some time ago. Salih and Connall are new
> > maintainers of xilinx-ams driver.
> > 
> > Signed-off-by: Salih Erim <salih.erim@amd.com>  
> 
> Looks like you forgot to pick up all of the trailers from v1.
> 
> Also, there should be a changelog of what changed from v1 to
> v2. Just rewording the commit message, I assume.
> 
> 
> 

Looks to be just that. Something to fix for next time but
for this one, applied (having dropped v1)

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

* RE: [PATCH v2] MAINTAINERS: Update xilinx-ams driver maintainers
  2025-08-25  8:26   ` Jonathan Cameron
@ 2025-08-25  9:53     ` Erim, Salih
  0 siblings, 0 replies; 5+ messages in thread
From: Erim, Salih @ 2025-08-25  9:53 UTC (permalink / raw)
  To: Jonathan Cameron, David Lechner
  Cc: O'Griofa, Conall, nuno.sa@analog.com, andy@kernel.org,
	Simek, Michal, krzk@kernel.org, linux-iio@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org


Hi, 

> On Sat, 23 Aug 2025 11:13:06 -0500
> David Lechner <dlechner@baylibre.com> wrote:
> 
> > On 8/20/25 5:05 AM, Salih Erim wrote:
> > > Anand left AMD/Xilinx some time ago. Salih and Connall are new
> > > maintainers of xilinx-ams driver.
> > >
> > > Signed-off-by: Salih Erim <salih.erim@amd.com>
> >
> > Looks like you forgot to pick up all of the trailers from v1.
> >
> > Also, there should be a changelog of what changed from v1 to v2. Just
> > rewording the commit message, I assume.
> >
> >
> >
> 
> Looks to be just that. Something to fix for next time but for this one, applied (having
> dropped v1)

Thanks Jonathan.

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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-20 10:05 [PATCH v2] MAINTAINERS: Update xilinx-ams driver maintainers Salih Erim
2025-08-22 14:23 ` Rob Herring (Arm)
2025-08-23 16:13 ` David Lechner
2025-08-25  8:26   ` Jonathan Cameron
2025-08-25  9:53     ` Erim, Salih

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