Message ID | 7895435f7fd31a3b576fc6a59b01eb3202c85d36.1666614295.git.mazziesaccount@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | iio: Support ROHM/Kionix kx022a | expand |
On Mon, 24 Oct 2022 15:40:58 +0300 Matti Vaittinen <mazziesaccount@gmail.com> wrote: > Add maintainer entry for ROHM/Kionix KX022A accelerometer sensor driver. > > Signed-off-by: Matti Vaittinen <mazziesaccount@gmail.com> Whilst scripts will pick up the subsystem entry, I think it is also good to have an L: entry for linux-iio@vger.kernel.org for anyone reading MAINTAINERS directly to figure out who to email. As such I've added one whilst applying. Jonathan > > --- > v4 => v5: After discussion with Joe Perches > - change myself to a maintainer > --- > MAINTAINERS | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index cf0f18502372..63cae24a74a5 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -11435,6 +11435,11 @@ F: drivers/mfd/khadas-mcu.c > F: include/linux/mfd/khadas-mcu.h > F: drivers/thermal/khadas_mcu_fan.c > > +KIONIX/ROHM KX022A ACCELEROMETER > +M: Matti Vaittinen <mazziesaccount@gmail.com> > +S: Supported > +F: drivers/iio/accel/kionix-kx022a* > + > KMEMLEAK > M: Catalin Marinas <catalin.marinas@arm.com> > S: Maintained
On 10/29/22 17:20, Jonathan Cameron wrote: > On Mon, 24 Oct 2022 15:40:58 +0300 > Matti Vaittinen <mazziesaccount@gmail.com> wrote: > >> Add maintainer entry for ROHM/Kionix KX022A accelerometer sensor driver. >> >> Signed-off-by: Matti Vaittinen <mazziesaccount@gmail.com> > Whilst scripts will pick up the subsystem entry, I think it is > also good to have an L: entry for linux-iio@vger.kernel.org > for anyone reading MAINTAINERS directly to figure out who to email. > > As such I've added one whilst applying. That makes sense. Thanks! Yours, -- Matti
diff --git a/MAINTAINERS b/MAINTAINERS index cf0f18502372..63cae24a74a5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11435,6 +11435,11 @@ F: drivers/mfd/khadas-mcu.c F: include/linux/mfd/khadas-mcu.h F: drivers/thermal/khadas_mcu_fan.c +KIONIX/ROHM KX022A ACCELEROMETER +M: Matti Vaittinen <mazziesaccount@gmail.com> +S: Supported +F: drivers/iio/accel/kionix-kx022a* + KMEMLEAK M: Catalin Marinas <catalin.marinas@arm.com> S: Maintained
Add maintainer entry for ROHM/Kionix KX022A accelerometer sensor driver. Signed-off-by: Matti Vaittinen <mazziesaccount@gmail.com> --- v4 => v5: After discussion with Joe Perches - change myself to a maintainer --- MAINTAINERS | 5 +++++ 1 file changed, 5 insertions(+)