devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ad3552r change maintainer and update MAINTAINERS
@ 2022-04-04  8:49 Nuno Sá
  2022-04-04  8:49 ` [PATCH 1/2] dt-bindings: iio: dac: change ad3552r maintainer Nuno Sá
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Nuno Sá @ 2022-04-04  8:49 UTC (permalink / raw)
  To: linux-iio, devicetree
  Cc: Lars-Peter Clausen, Jonathan Cameron, Rob Herring,
	Michael Hennerich

After the bug report in [1], it came to my attention that the maintainer
for this driver is outdated as Mihail Chindris moved from ADI. As such,
change the maintainer to myself. On top of this, I then realized there
was no entry for this driver in MAINTAINERS so add one.

[1]: https://lore.kernel.org/all/20220106103553.GA26440@kili/

Nuno Sá (2):
  dt-bindings: iio: dac: change ad3552r maintainer
  MAINTAINERS: add ad3552r

 .../devicetree/bindings/iio/dac/adi,ad3552r.yaml          | 2 +-
 MAINTAINERS                                               | 8 ++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

-- 
2.35.1


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

* [PATCH 1/2] dt-bindings: iio: dac: change ad3552r maintainer
  2022-04-04  8:49 [PATCH 0/2] ad3552r change maintainer and update MAINTAINERS Nuno Sá
@ 2022-04-04  8:49 ` Nuno Sá
  2022-04-06 18:00   ` Rob Herring
  2022-04-04  8:50 ` [PATCH 2/2] MAINTAINERS: add ad3552r Nuno Sá
  2022-04-10 16:59 ` [PATCH 0/2] ad3552r change maintainer and update MAINTAINERS Jonathan Cameron
  2 siblings, 1 reply; 5+ messages in thread
From: Nuno Sá @ 2022-04-04  8:49 UTC (permalink / raw)
  To: linux-iio, devicetree
  Cc: Lars-Peter Clausen, Jonathan Cameron, Rob Herring,
	Michael Hennerich

As the maintainer email no longer exists, change it to myself.

Signed-off-by: Nuno Sá <nuno.sa@analog.com>
---
 Documentation/devicetree/bindings/iio/dac/adi,ad3552r.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/iio/dac/adi,ad3552r.yaml b/Documentation/devicetree/bindings/iio/dac/adi,ad3552r.yaml
index 501a463e5d88..9c48c76993fe 100644
--- a/Documentation/devicetree/bindings/iio/dac/adi,ad3552r.yaml
+++ b/Documentation/devicetree/bindings/iio/dac/adi,ad3552r.yaml
@@ -8,7 +8,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
 title: Analog Devices AD2552R DAC device driver
 
 maintainers:
-  - Mihail Chindris <mihail.chindris@analog.com>
+  - Nuno Sá <nuno.sa@analog.com>
 
 description: |
   Bindings for the Analog Devices AD3552R DAC device and similar.
-- 
2.35.1


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

* [PATCH 2/2] MAINTAINERS: add ad3552r
  2022-04-04  8:49 [PATCH 0/2] ad3552r change maintainer and update MAINTAINERS Nuno Sá
  2022-04-04  8:49 ` [PATCH 1/2] dt-bindings: iio: dac: change ad3552r maintainer Nuno Sá
@ 2022-04-04  8:50 ` Nuno Sá
  2022-04-10 16:59 ` [PATCH 0/2] ad3552r change maintainer and update MAINTAINERS Jonathan Cameron
  2 siblings, 0 replies; 5+ messages in thread
From: Nuno Sá @ 2022-04-04  8:50 UTC (permalink / raw)
  To: linux-iio, devicetree
  Cc: Lars-Peter Clausen, Jonathan Cameron, Rob Herring,
	Michael Hennerich

Add an entry for the ad3552r DAC driver.

Signed-off-by: Nuno Sá <nuno.sa@analog.com>
---
 MAINTAINERS | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 2c4fa8eb1e9f..c9bf7412249d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1070,6 +1070,14 @@ W:	https://ez.analog.com/linux-software-drivers
 F:	Documentation/devicetree/bindings/iio/adc/adi,ad7292.yaml
 F:	drivers/iio/adc/ad7292.c
 
+ANALOG DEVICES INC AD3552R DRIVER
+M:	Nuno Sá <nuno.sa@analog.com>
+L:	linux-iio@vger.kernel.org
+S:	Supported
+W:	https://ez.analog.com/linux-software-drivers
+F:	Documentation/devicetree/bindings/iio/dac/adi,ad3552r.yaml
+F:	drivers/iio/dac/ad3552r.c
+
 ANALOG DEVICES INC AD7293 DRIVER
 M:	Antoniu Miclaus <antoniu.miclaus@analog.com>
 L:	linux-iio@vger.kernel.org
-- 
2.35.1


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

* Re: [PATCH 1/2] dt-bindings: iio: dac: change ad3552r maintainer
  2022-04-04  8:49 ` [PATCH 1/2] dt-bindings: iio: dac: change ad3552r maintainer Nuno Sá
@ 2022-04-06 18:00   ` Rob Herring
  0 siblings, 0 replies; 5+ messages in thread
From: Rob Herring @ 2022-04-06 18:00 UTC (permalink / raw)
  To: Nuno Sá
  Cc: Jonathan Cameron, Michael Hennerich, linux-iio, devicetree,
	Rob Herring, Lars-Peter Clausen

On Mon, 04 Apr 2022 10:49:59 +0200, Nuno Sá wrote:
> As the maintainer email no longer exists, change it to myself.
> 
> Signed-off-by: Nuno Sá <nuno.sa@analog.com>
> ---
>  Documentation/devicetree/bindings/iio/dac/adi,ad3552r.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

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

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

* Re: [PATCH 0/2] ad3552r change maintainer and update MAINTAINERS
  2022-04-04  8:49 [PATCH 0/2] ad3552r change maintainer and update MAINTAINERS Nuno Sá
  2022-04-04  8:49 ` [PATCH 1/2] dt-bindings: iio: dac: change ad3552r maintainer Nuno Sá
  2022-04-04  8:50 ` [PATCH 2/2] MAINTAINERS: add ad3552r Nuno Sá
@ 2022-04-10 16:59 ` Jonathan Cameron
  2 siblings, 0 replies; 5+ messages in thread
From: Jonathan Cameron @ 2022-04-10 16:59 UTC (permalink / raw)
  To: Nuno Sá
  Cc: linux-iio, devicetree, Lars-Peter Clausen, Rob Herring,
	Michael Hennerich

On Mon, 4 Apr 2022 10:49:58 +0200
Nuno Sá <nuno.sa@analog.com> wrote:

> After the bug report in [1], it came to my attention that the maintainer
> for this driver is outdated as Mihail Chindris moved from ADI. As such,
> change the maintainer to myself. On top of this, I then realized there
> was no entry for this driver in MAINTAINERS so add one.
> 
> [1]: https://lore.kernel.org/all/20220106103553.GA26440@kili/
> 
> Nuno Sá (2):
>   dt-bindings: iio: dac: change ad3552r maintainer
>   MAINTAINERS: add ad3552r
> 
>  .../devicetree/bindings/iio/dac/adi,ad3552r.yaml          | 2 +-
>  MAINTAINERS                                               | 8 ++++++++
>  2 files changed, 9 insertions(+), 1 deletion(-)
> 

Series applied to the togreg branch of iio.git an pushed out as testing
so 0-day can poke other stuff I have on that branch.

Thanks,

Jonathan

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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-04  8:49 [PATCH 0/2] ad3552r change maintainer and update MAINTAINERS Nuno Sá
2022-04-04  8:49 ` [PATCH 1/2] dt-bindings: iio: dac: change ad3552r maintainer Nuno Sá
2022-04-06 18:00   ` Rob Herring
2022-04-04  8:50 ` [PATCH 2/2] MAINTAINERS: add ad3552r Nuno Sá
2022-04-10 16:59 ` [PATCH 0/2] ad3552r change maintainer and update MAINTAINERS Jonathan Cameron

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