2023-10-25 10:36:13

by Richard Leitner

[permalink] [raw]
Subject: [PATCH 1/4] MAINTAINERS: Add entry for ina238 driver

The ina238 driver is available since 2021 but lacks a MAINTAINERS entry
file. Therefore add the missing entry now.

Signed-off-by: Richard Leitner <[email protected]>
---
MAINTAINERS | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 668d1e24452d..28f91c8a2e1c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10267,6 +10267,12 @@ F: Documentation/hwmon/ina2xx.rst
F: drivers/hwmon/ina2xx.c
F: include/linux/platform_data/ina2xx.h

+INA238 HARDWARE MONITOR DRIVER
+M: Guenter Roeck <[email protected]>
+L: [email protected]
+S: Maintained
+F: drivers/hwmon/ina238.c
+
INDEX OF FURTHER KERNEL DOCUMENTATION
M: Carlos Bilbao <[email protected]>
S: Maintained

--
2.40.1


2023-10-26 01:03:53

by Guenter Roeck

[permalink] [raw]
Subject: Re: [PATCH 1/4] MAINTAINERS: Add entry for ina238 driver

On Wed, Oct 25, 2023 at 10:34:11AM +0000, Richard Leitner wrote:
> The ina238 driver is available since 2021 but lacks a MAINTAINERS entry
> file. Therefore add the missing entry now.
>
> Signed-off-by: Richard Leitner <[email protected]>

NACK. I am already the hwmon maintainer, and there is no need
to list me as maintainer for every hwmon driver.

Guenter

> ---
> MAINTAINERS | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 668d1e24452d..28f91c8a2e1c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -10267,6 +10267,12 @@ F: Documentation/hwmon/ina2xx.rst
> F: drivers/hwmon/ina2xx.c
> F: include/linux/platform_data/ina2xx.h
>
> +INA238 HARDWARE MONITOR DRIVER
> +M: Guenter Roeck <[email protected]>
> +L: [email protected]
> +S: Maintained
> +F: drivers/hwmon/ina238.c
> +
> INDEX OF FURTHER KERNEL DOCUMENTATION
> M: Carlos Bilbao <[email protected]>
> S: Maintained

2023-10-26 06:46:44

by Richard Leitner

[permalink] [raw]
Subject: Re: [PATCH 1/4] MAINTAINERS: Add entry for ina238 driver

On Wed, Oct 25, 2023 at 06:03:23PM -0700, Guenter Roeck wrote:
> On Wed, Oct 25, 2023 at 10:34:11AM +0000, Richard Leitner wrote:
> > The ina238 driver is available since 2021 but lacks a MAINTAINERS entry
> > file. Therefore add the missing entry now.
> >
> > Signed-off-by: Richard Leitner <[email protected]>
>
> NACK. I am already the hwmon maintainer, and there is no need
> to list me as maintainer for every hwmon driver.

Thanks for the feedback. Understood. Will remove the entry in v2.

regards;rl

>
> Guenter
>
> > ---
> > MAINTAINERS | 6 ++++++
> > 1 file changed, 6 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 668d1e24452d..28f91c8a2e1c 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -10267,6 +10267,12 @@ F: Documentation/hwmon/ina2xx.rst
> > F: drivers/hwmon/ina2xx.c
> > F: include/linux/platform_data/ina2xx.h
> >
> > +INA238 HARDWARE MONITOR DRIVER
> > +M: Guenter Roeck <[email protected]>
> > +L: [email protected]
> > +S: Maintained
> > +F: drivers/hwmon/ina238.c
> > +
> > INDEX OF FURTHER KERNEL DOCUMENTATION
> > M: Carlos Bilbao <[email protected]>
> > S: Maintained