mbox series

[0/2] ad3552r change maintainer and update MAINTAINERS

Message ID 20220404085000.249423-1-nuno.sa@analog.com (mailing list archive)
Headers show
Series ad3552r change maintainer and update MAINTAINERS | expand

Message

Nuno Sa April 4, 2022, 8:49 a.m. UTC
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(-)

Comments

Jonathan Cameron April 10, 2022, 4:59 p.m. UTC | #1
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