Message ID | d46414eabe8dd4cd3edb15f859f3b93cd406d9aa.1680263956.git.mazziesaccount@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | Support ROHM BU27034 ALS sensor | expand |
On Fri, 31 Mar 2023 15:41:06 +0300 Matti Vaittinen <mazziesaccount@gmail.com> wrote: > Add myself as a maintainer for IIO light sensor helpers (helpers for > maintaining the scale while adjusting intergration time or gain) and > related Kunit tests. > > Signed-off-by: Matti Vaittinen <mazziesaccount@gmail.com> > > --- > RFCv1 => > - No changes > --- > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index ec57c42ed544..6ec9326f4ce9 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -9938,6 +9938,14 @@ F: Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector > F: Documentation/devicetree/bindings/iio/adc/envelope-detector.yaml > F: drivers/iio/adc/envelope-detector.c > > +IIO LIGHT SENSOR GAIN-TIME-SCALE HELPERS > +M: Matti Vaittinen <mazziesaccount@gmail.com> > +L: linux-iio@vger.kernel.org > +S: Maintained > +F: drivers/iio/light/gain-time-scale-helper.c > +F: drivers/iio/light/gain-time-scale-helper.h > +F: drivers/iio/test/iio-test-gts.c Not yet. If that's all that comes up I'll drop that line whilst applying. > + > IIO MULTIPLEXER > M: Peter Rosin <peda@axentia.se> > L: linux-iio@vger.kernel.org
diff --git a/MAINTAINERS b/MAINTAINERS index ec57c42ed544..6ec9326f4ce9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9938,6 +9938,14 @@ F: Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector F: Documentation/devicetree/bindings/iio/adc/envelope-detector.yaml F: drivers/iio/adc/envelope-detector.c +IIO LIGHT SENSOR GAIN-TIME-SCALE HELPERS +M: Matti Vaittinen <mazziesaccount@gmail.com> +L: linux-iio@vger.kernel.org +S: Maintained +F: drivers/iio/light/gain-time-scale-helper.c +F: drivers/iio/light/gain-time-scale-helper.h +F: drivers/iio/test/iio-test-gts.c + IIO MULTIPLEXER M: Peter Rosin <peda@axentia.se> L: linux-iio@vger.kernel.org
Add myself as a maintainer for IIO light sensor helpers (helpers for maintaining the scale while adjusting intergration time or gain) and related Kunit tests. Signed-off-by: Matti Vaittinen <mazziesaccount@gmail.com> --- RFCv1 => - No changes --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+)