Message ID | 20221104092802.90725-5-antoniu.miclaus@analog.com (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
Series | Add support for ADF4377 | expand |
On Fri, 2022-11-04 at 11:28 +0200, Antoniu Miclaus wrote: > Add myself as maintainer for the ADF4377 driver. > > Signed-off-by: Antoniu Miclaus <antoniu.miclaus@analog.com> > --- > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index e1bc31a6624b..19a2f689e43e 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1189,6 +1189,14 @@ > W: https://ez.analog.com/linux-software-drivers > F: Documentation/devicetree/bindings/iio/amplifiers/adi,ada4250. > yaml > F: drivers/iio/amplifiers/ada4250.c > > +ANALOG DEVICES INC ADF4377 DRIVER > +M: Antoniu Miclaus <antoniu.miclaus@analog.com> > +L: linux-iio@vger.kernel.org > +S: Supported > +W: https://ez.analog.com/linux-software-drivers > +F: Documentation/devicetree/bindings/iio/frequency/adi,adf4377.y > aml > +F: drivers/iio/frequency/adf4377.c > + > ANALOG DEVICES INC ADGS1408 DRIVER > M: Mircea Caprioru <mircea.caprioru@analog.com> > S: Supported I think this file should be already added on patch 1 where the only file would obviously be adi,adf4377.yaml. I believe checkpatch should complain about this? - Nuno Sá
diff --git a/MAINTAINERS b/MAINTAINERS index e1bc31a6624b..19a2f689e43e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1189,6 +1189,14 @@ W: https://ez.analog.com/linux-software-drivers F: Documentation/devicetree/bindings/iio/amplifiers/adi,ada4250.yaml F: drivers/iio/amplifiers/ada4250.c +ANALOG DEVICES INC ADF4377 DRIVER +M: Antoniu Miclaus <antoniu.miclaus@analog.com> +L: linux-iio@vger.kernel.org +S: Supported +W: https://ez.analog.com/linux-software-drivers +F: Documentation/devicetree/bindings/iio/frequency/adi,adf4377.yaml +F: drivers/iio/frequency/adf4377.c + ANALOG DEVICES INC ADGS1408 DRIVER M: Mircea Caprioru <mircea.caprioru@analog.com> S: Supported
Add myself as maintainer for the ADF4377 driver. Signed-off-by: Antoniu Miclaus <antoniu.miclaus@analog.com> --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+)