diff mbox series

[v2,2/2] MAINTAINERS: add IIO GTS tests

Message ID 52c66fe2798192529738ac2ab98a27230a6ad8cd.1705328293.git.mazziesaccount@gmail.com (mailing list archive)
State Accepted
Headers show
Series KUnit tests for the IIO GTS helpers | expand

Commit Message

Matti Vaittinen Jan. 15, 2024, 2:26 p.m. UTC
Add undersigned as a maintainer for IIO GTS helper's KUnit tests.

Signed-off-by: Matti Vaittinen <mazziesaccount@gmail.com>

---
This may or may not conflict with the filename fix here:
https://lore.kernel.org/all/CAO=gReFVhp7QK_XZRBO5vbv6fmFb4BdsZeQPSzWvuiz9UeQekA@mail.gmail.com/

Conflict should be very trivial so I didn't wait for the above fix to
get in IIO tree. I can rebase and resend if this appears to be a problem
though.
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

Comments

Jonathan Cameron Jan. 21, 2024, 4:49 p.m. UTC | #1
On Mon, 15 Jan 2024 16:26:33 +0200
Matti Vaittinen <mazziesaccount@gmail.com> wrote:

> Add undersigned as a maintainer for IIO GTS helper's KUnit tests.
> 
> Signed-off-by: Matti Vaittinen <mazziesaccount@gmail.com>
> 
> ---
> This may or may not conflict with the filename fix here:
> https://lore.kernel.org/all/CAO=gReFVhp7QK_XZRBO5vbv6fmFb4BdsZeQPSzWvuiz9UeQekA@mail.gmail.com/
> 
> Conflict should be very trivial so I didn't wait for the above fix to
> get in IIO tree. I can rebase and resend if this appears to be a problem
> though.
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 40c754b4c39c..05c13e0f8c4d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -10310,6 +10310,7 @@ 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
This needed a manual merge as you pointed out.

Otherwise all lgtm and applied to the togreg branch of iio.git.

It's on an odd base as the moment though so I'll rebase on rc1 once available.

Thanks,

Jonathan

>  
>  IIO MULTIPLEXER
>  M:	Peter Rosin <peda@axentia.se>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 40c754b4c39c..05c13e0f8c4d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10310,6 +10310,7 @@  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>