On 12/21, Jonathan Cameron wrote: > On Tue, 19 Dec 2023 17:32:59 -0300 > Marcelo Schmitt <marcelo.schmitt@xxxxxxxxxx> wrote: > > > The driver for AD7091R was added in > > ca693001: iio: adc: Add support for AD7091R5 ADC > > but no MAINTAINERS file entry was added for it since then. > > Add a proper MAINTAINERS file entry for the AD7091R driver. > > > > Signed-off-by: Marcelo Schmitt <marcelo.schmitt@xxxxxxxxxx> > Hi Marcelo > > The series looks good to me now. However timing is a bit against > us because I won't squeeze in another pull request (unless the > kernel release is delayed for some and Linus strong hints at that > this weekend). > > What I'll probably do with this series is pull out the first 2 patches > as fixes to go in either at the back end of the merge window or just > after, then pick the rest of the patches up for 6.9. > > If I seem to have lost track of them in about the 2nd week of January, > feel free to poke me. > okay, sounds good. Also, will do the change to ABI doc in a separate patch so this set doesn't get blocked by the mistakes I will make on the ABI patch. :) Thanks, Marcelo > Jonathan > > --- > > MAINTAINERS | 8 ++++++++ > > 1 file changed, 8 insertions(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 4eddc4212f2b..3473cfbac826 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -1126,6 +1126,14 @@ F: Documentation/ABI/testing/sysfs-bus-iio-adc-ad4130 > > F: Documentation/devicetree/bindings/iio/adc/adi,ad4130.yaml > > F: drivers/iio/adc/ad4130.c > > > > +ANALOG DEVICES INC AD7091R DRIVER > > +M: Marcelo Schmitt <marcelo.schmitt@xxxxxxxxxx> > > +L: linux-iio@xxxxxxxxxxxxxxx > > +S: Supported > > +W: http://ez.analog.com/community/linux-device-drivers > > +F: Documentation/devicetree/bindings/iio/adc/adi,ad7091r* > > +F: drivers/iio/adc/drivers/iio/adc/ad7091r* > > + > > ANALOG DEVICES INC AD7192 DRIVER > > M: Alexandru Tachici <alexandru.tachici@xxxxxxxxxx> > > L: linux-iio@xxxxxxxxxxxxxxx >