[v7,2/5] MAINTAINERS: Add IIO gain-time-scale helpers

Message ID d46414eabe8dd4cd3edb15f859f3b93cd406d9aa.1680263956.git.mazziesaccount@gmail.com
State New
Headers
Series Support ROHM BU27034 ALS sensor |

Commit Message

Matti Vaittinen March 31, 2023, 12:41 p.m. UTC
  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(+)
  

Comments

Jonathan Cameron April 1, 2023, 5:58 p.m. UTC | #1
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
  

Patch

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