* [PATCH] MAINTAINERS: correct file entry IIO LIGHT SENSOR GAIN-TIME_SCALE HELPERS
@ 2023-10-26 8:33 Amit Dhingra
2023-10-26 9:56 ` Matti Vaittinen
0 siblings, 1 reply; 6+ messages in thread
From: Amit Dhingra @ 2023-10-26 8:33 UTC (permalink / raw)
To: Matti Vaittinen
Cc: Matti Vaittinen, Jonathan Cameron, linux-iio, kernel-janitors
Commit ca11e4a35154 ("MAINTAINERS: Add IIO gain-time-scale helpers"),
updates the MAINTAINERS file. However the files listed do not exist.
These presumably come from commit 38416c28e168 ("iio: light: Add
gain-time-scale helpers")
Fix the entries.
Found by ./scripts/get_maintainer.pl --self-test=patterns
Signed-off-by: Amit Dhingra <mechanicalamit@gmail.com>
---
MAINTAINERS | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index a493d96ffd85..6dd44ec48886 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10287,8 +10287,8 @@ 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/industrialio-gts-helper.c
+F: include/linux/iio/iio-gts-helper.h
IIO MULTIPLEXER
M: Peter Rosin <peda@axentia.se>
--
2.42.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: correct file entry IIO LIGHT SENSOR GAIN-TIME_SCALE HELPERS
2023-10-26 8:33 [PATCH] MAINTAINERS: correct file entry IIO LIGHT SENSOR GAIN-TIME_SCALE HELPERS Amit Dhingra
@ 2023-10-26 9:56 ` Matti Vaittinen
2023-10-26 9:59 ` Matti Vaittinen
0 siblings, 1 reply; 6+ messages in thread
From: Matti Vaittinen @ 2023-10-26 9:56 UTC (permalink / raw)
To: Amit Dhingra
Cc: Matti Vaittinen, Jonathan Cameron, linux-iio, kernel-janitors
On 10/26/23 11:33, Amit Dhingra wrote:
> Commit ca11e4a35154 ("MAINTAINERS: Add IIO gain-time-scale helpers"),
> updates the MAINTAINERS file. However the files listed do not exist.
> These presumably come from commit 38416c28e168 ("iio: light: Add
> gain-time-scale helpers")
>
> Fix the entries.
>
> Found by ./scripts/get_maintainer.pl --self-test=patterns
>
> Signed-off-by: Amit Dhingra <mechanicalamit@gmail.com>
> ---
> MAINTAINERS | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index a493d96ffd85..6dd44ec48886 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -10287,8 +10287,8 @@ 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/industrialio-gts-helper.c
> +F: include/linux/iio/iio-gts-helper.h
Thanks a lot Amit!
Seems like the very old file names were left in here.
Acked-by: Matti Vaittinen <mazziesaccount@gmail.com>
>
> IIO MULTIPLEXER
> M: Peter Rosin <peda@axentia.se>
--
Matti Vaittinen
Linux kernel developer at ROHM Semiconductors
Oulu Finland
~~ When things go utterly wrong vim users can always type :help! ~~
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: correct file entry IIO LIGHT SENSOR GAIN-TIME_SCALE HELPERS
2023-10-26 9:56 ` Matti Vaittinen
@ 2023-10-26 9:59 ` Matti Vaittinen
2023-10-26 10:15 ` [PATCH v2] " Amit Dhingra
0 siblings, 1 reply; 6+ messages in thread
From: Matti Vaittinen @ 2023-10-26 9:59 UTC (permalink / raw)
To: Amit Dhingra
Cc: Matti Vaittinen, Jonathan Cameron, linux-iio, kernel-janitors
On 10/26/23 12:56, Matti Vaittinen wrote:
> On 10/26/23 11:33, Amit Dhingra wrote:
>> Commit ca11e4a35154 ("MAINTAINERS: Add IIO gain-time-scale helpers"),
>> updates the MAINTAINERS file. However the files listed do not exist.
>> These presumably come from commit 38416c28e168 ("iio: light: Add
>> gain-time-scale helpers")
>>
>> Fix the entries.
>>
>> Found by ./scripts/get_maintainer.pl --self-test=patterns
>>
>> Signed-off-by: Amit Dhingra <mechanicalamit@gmail.com>
>> ---
>> MAINTAINERS | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index a493d96ffd85..6dd44ec48886 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -10287,8 +10287,8 @@ 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/industrialio-gts-helper.c
>> +F: include/linux/iio/iio-gts-helper.h
>
> Thanks a lot Amit!
> Seems like the very old file names were left in here.
>
> Acked-by: Matti Vaittinen <mazziesaccount@gmail.com>
Maybe we should add:
Fixes: ca11e4a35154 ("MAINTAINERS: Add IIO gain-time-scale helpers")
--
Matti Vaittinen
Linux kernel developer at ROHM Semiconductors
Oulu Finland
~~ When things go utterly wrong vim users can always type :help! ~~
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH v2] MAINTAINERS: correct file entry IIO LIGHT SENSOR GAIN-TIME_SCALE HELPERS
2023-10-26 9:59 ` Matti Vaittinen
@ 2023-10-26 10:15 ` Amit Dhingra
2023-10-26 11:13 ` [PATCH v3] " Amit Dhingra
2023-10-26 11:14 ` [PATCH v2] " Amit Dhingra
0 siblings, 2 replies; 6+ messages in thread
From: Amit Dhingra @ 2023-10-26 10:15 UTC (permalink / raw)
To: Matti Vaittinen
Cc: Matti Vaittinen, Jonathan Cameron, linux-iio, kernel-janitors
Commit ca11e4a35154 ("MAINTAINERS: Add IIO gain-time-scale helpers"),
updates the MAINTAINERS file. However the files listed do not exist.
These presumably come from commit 38416c28e168 ("iio: light: Add
gain-time-scale helpers")
Fix the entries.
Found by ./scripts/get_maintainer.pl --self-test=patterns
Fixes: ca11e4a35154 ("MAINTAINERS: Add IIO gain-time-scale helpers")
Signed-off-by: Amit Dhingra <mechanicalamit@gmail.com>
---
MAINTAINERS | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index a493d96ffd85..6dd44ec48886 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10287,8 +10287,8 @@ 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/industrialio-gts-helper.c
+F: include/linux/iio/iio-gts-helper.h
IIO MULTIPLEXER
M: Peter Rosin <peda@axentia.se>
--
2.42.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH v3] MAINTAINERS: correct file entry IIO LIGHT SENSOR GAIN-TIME_SCALE HELPERS
2023-10-26 10:15 ` [PATCH v2] " Amit Dhingra
@ 2023-10-26 11:13 ` Amit Dhingra
2023-10-26 11:14 ` [PATCH v2] " Amit Dhingra
1 sibling, 0 replies; 6+ messages in thread
From: Amit Dhingra @ 2023-10-26 11:13 UTC (permalink / raw)
To: Matti Vaittinen
Cc: Matti Vaittinen, Jonathan Cameron, linux-iio, kernel-janitors
Commit ca11e4a35154 ("MAINTAINERS: Add IIO gain-time-scale helpers"),
updates the MAINTAINERS file. However the files listed do not exist.
These presumably come from commit 38416c28e168 ("iio: light: Add
gain-time-scale helpers")
Fix the entries.
Found by ./scripts/get_maintainer.pl --self-test=patterns
Fixes: ca11e4a35154 ("MAINTAINERS: Add IIO gain-time-scale helpers")
Signed-off-by: Amit Dhingra <mechanicalamit@gmail.com>
---
MAINTAINERS | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 668d1e24452d..99c2285c58e5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10177,8 +10177,8 @@ 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/industrialio-gts-helper.c
+F: include/linux/iio/iio-gts-helper.h
IIO MULTIPLEXER
M: Peter Rosin <peda@axentia.se>
--
2.42.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH v2] MAINTAINERS: correct file entry IIO LIGHT SENSOR GAIN-TIME_SCALE HELPERS
2023-10-26 10:15 ` [PATCH v2] " Amit Dhingra
2023-10-26 11:13 ` [PATCH v3] " Amit Dhingra
@ 2023-10-26 11:14 ` Amit Dhingra
1 sibling, 0 replies; 6+ messages in thread
From: Amit Dhingra @ 2023-10-26 11:14 UTC (permalink / raw)
To: Matti Vaittinen
Cc: Matti Vaittinen, Jonathan Cameron, linux-iio, kernel-janitors
On Thu, Oct 26, 2023 at 03:15:13AM -0700, Amit Dhingra wrote:
> index a493d96ffd85..6dd44ec48886 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -10287,8 +10287,8 @@ IIO LIGHT SENSOR GAIN-TIME-SCALE HELPERS
v1 and v2 were mistakenly based on linux-next. v3 is based on v6.6-rc7.
Apologies.
> 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/industrialio-gts-helper.c
> +F: include/linux/iio/iio-gts-helper.h
>
> IIO MULTIPLEXER
> M: Peter Rosin <peda@axentia.se>
> --
> 2.42.0
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-10-26 11:14 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-26 8:33 [PATCH] MAINTAINERS: correct file entry IIO LIGHT SENSOR GAIN-TIME_SCALE HELPERS Amit Dhingra
2023-10-26 9:56 ` Matti Vaittinen
2023-10-26 9:59 ` Matti Vaittinen
2023-10-26 10:15 ` [PATCH v2] " Amit Dhingra
2023-10-26 11:13 ` [PATCH v3] " Amit Dhingra
2023-10-26 11:14 ` [PATCH v2] " Amit Dhingra
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox