All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: add Denis Benato as maintainer for asus notebooks
@ 2025-10-03 18:49 Denis Benato
  2025-10-03 18:58 ` Hans de Goede
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Denis Benato @ 2025-10-03 18:49 UTC (permalink / raw)
  To: linux-kernel
  Cc: platform-driver-x86, Luke D. Jones, Ilpo Järvinen,
	Hans de Goede, Armin Wolf, Denis Benato

Add myself as maintainer for "ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS
DRIVERS" as suggested by Hans de Goede and Armin Wolf.

Signed-off-by: Denis Benato <benato.denis96@gmail.com>
Link: https://lore.kernel.org/all/8128cd6b-50e3-464c-90c2-781f61c3963e@gmail.com
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 156fa8eefa69..81bcb934748d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3841,6 +3841,7 @@ F:	drivers/hwmon/asus-ec-sensors.c
 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
 M:	Corentin Chary <corentin.chary@gmail.com>
 M:	Luke D. Jones <luke@ljones.dev>
+M:	Denis Benato <benato.denis96@gmail.com>
 L:	platform-driver-x86@vger.kernel.org
 S:	Maintained
 W:	https://asus-linux.org/
-- 
2.51.0


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [PATCH] MAINTAINERS: add Denis Benato as maintainer for asus notebooks
  2025-10-03 18:49 [PATCH] MAINTAINERS: add Denis Benato as maintainer for asus notebooks Denis Benato
@ 2025-10-03 18:58 ` Hans de Goede
  2025-10-03 19:45   ` Mario Limonciello (AMD) (kernel.org)
  2025-10-06  9:20 ` luke
  2025-10-15  8:31 ` Ilpo Järvinen
  2 siblings, 1 reply; 9+ messages in thread
From: Hans de Goede @ 2025-10-03 18:58 UTC (permalink / raw)
  To: Denis Benato, linux-kernel
  Cc: platform-driver-x86, Luke D. Jones, Ilpo Järvinen,
	Hans de Goede, Armin Wolf

Hi,

On 3-Oct-25 8:49 PM, Denis Benato wrote:
> Add myself as maintainer for "ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS
> DRIVERS" as suggested by Hans de Goede and Armin Wolf.
> 
> Signed-off-by: Denis Benato <benato.denis96@gmail.com>
> Link: https://lore.kernel.org/all/8128cd6b-50e3-464c-90c2-781f61c3963e@gmail.com

Thanks, patch looks good to me:

Reviewed-by: Hans de Goede <hansg@kernel.org>

Regards,

Hans



> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 156fa8eefa69..81bcb934748d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3841,6 +3841,7 @@ F:	drivers/hwmon/asus-ec-sensors.c
>  ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
>  M:	Corentin Chary <corentin.chary@gmail.com>
>  M:	Luke D. Jones <luke@ljones.dev>
> +M:	Denis Benato <benato.denis96@gmail.com>
>  L:	platform-driver-x86@vger.kernel.org
>  S:	Maintained
>  W:	https://asus-linux.org/


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] MAINTAINERS: add Denis Benato as maintainer for asus notebooks
  2025-10-03 18:58 ` Hans de Goede
@ 2025-10-03 19:45   ` Mario Limonciello (AMD) (kernel.org)
  2025-10-06  8:31     ` Ilpo Järvinen
  0 siblings, 1 reply; 9+ messages in thread
From: Mario Limonciello (AMD) (kernel.org) @ 2025-10-03 19:45 UTC (permalink / raw)
  To: Hans de Goede, Denis Benato, linux-kernel, Luke D. Jones
  Cc: platform-driver-x86, Ilpo Järvinen, Hans de Goede,
	Armin Wolf



On 10/3/2025 1:58 PM, Hans de Goede wrote:
> Hi,
> 
> On 3-Oct-25 8:49 PM, Denis Benato wrote:
>> Add myself as maintainer for "ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS
>> DRIVERS" as suggested by Hans de Goede and Armin Wolf.
>>
>> Signed-off-by: Denis Benato <benato.denis96@gmail.com>
>> Link: https://lore.kernel.org/all/8128cd6b-50e3-464c-90c2-781f61c3963e@gmail.com
> 
> Thanks, patch looks good to me:
> 
> Reviewed-by: Hans de Goede <hansg@kernel.org>
> 
> Regards,
> 
> Hans

Reviewed-by: Mario Limonciello (AMD) <superm1@kernel.org>

Luke,

You are planning to step down from maintainer too, right?  Can you send 
a last patch doing that too?  Or let Denis send one and Ack that?

> 
> 
> 
>> ---
>>   MAINTAINERS | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 156fa8eefa69..81bcb934748d 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -3841,6 +3841,7 @@ F:	drivers/hwmon/asus-ec-sensors.c
>>   ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
>>   M:	Corentin Chary <corentin.chary@gmail.com>
>>   M:	Luke D. Jones <luke@ljones.dev>
>> +M:	Denis Benato <benato.denis96@gmail.com>
>>   L:	platform-driver-x86@vger.kernel.org
>>   S:	Maintained
>>   W:	https://asus-linux.org/
> 
> 


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] MAINTAINERS: add Denis Benato as maintainer for asus notebooks
  2025-10-03 19:45   ` Mario Limonciello (AMD) (kernel.org)
@ 2025-10-06  8:31     ` Ilpo Järvinen
  2025-10-06  8:44       ` luke
  0 siblings, 1 reply; 9+ messages in thread
From: Ilpo Järvinen @ 2025-10-06  8:31 UTC (permalink / raw)
  To: Mario Limonciello (AMD) (kernel.org), Corentin Chary,
	Andy Shevchenko, Hans de Goede, Denis Benato, Luke D. Jones
  Cc: LKML, platform-driver-x86, Armin Wolf

On Fri, 3 Oct 2025, Mario Limonciello (AMD) (kernel.org) wrote:
> On 10/3/2025 1:58 PM, Hans de Goede wrote:
> > On 3-Oct-25 8:49 PM, Denis Benato wrote:
> > > Add myself as maintainer for "ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS
> > > DRIVERS" as suggested by Hans de Goede and Armin Wolf.
> > > 
> > > Signed-off-by: Denis Benato <benato.denis96@gmail.com>
> > > Link:
> > > https://lore.kernel.org/all/8128cd6b-50e3-464c-90c2-781f61c3963e@gmail.com
> > 
> > Thanks, patch looks good to me:
> > 
> > Reviewed-by: Hans de Goede <hansg@kernel.org>
> > 
> > Regards,
> > 
> > Hans
> 
> Reviewed-by: Mario Limonciello (AMD) <superm1@kernel.org>
> 
> Luke,
> 
> You are planning to step down from maintainer too, right?  Can you send a last
> patch doing that too?  Or let Denis send one and Ack that?
> 
> > 
> > 
> > 
> > > ---
> > >   MAINTAINERS | 1 +
> > >   1 file changed, 1 insertion(+)
> > > 
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > index 156fa8eefa69..81bcb934748d 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -3841,6 +3841,7 @@ F:	drivers/hwmon/asus-ec-sensors.c
> > >   ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
> > >   M:	Corentin Chary <corentin.chary@gmail.com>
> > >   M:	Luke D. Jones <luke@ljones.dev>
> > > +M:	Denis Benato <benato.denis96@gmail.com>
> > >   L:	platform-driver-x86@vger.kernel.org
> > >   S:	Maintained
> > >   W:	https://asus-linux.org/

Hi all,

Unrelated to the patch itself, I'm more wondering if Corentin Chary 
<corentin.chary@gmail.com> is still around as I don't recall ever hearing 
anything from that address in any context. The latest email from that 
address lore.kernel.org could find is from 2017.

Maybe we should remove that address from the maintainers list?

-- 
 i.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] MAINTAINERS: add Denis Benato as maintainer for asus notebooks
  2025-10-06  8:31     ` Ilpo Järvinen
@ 2025-10-06  8:44       ` luke
  2025-10-06  9:12         ` Ilpo Järvinen
  0 siblings, 1 reply; 9+ messages in thread
From: luke @ 2025-10-06  8:44 UTC (permalink / raw)
  To: Ilpo Järvinen
  Cc: Mario Limonciello (AMD) (kernel.org), Corentin Chary,
	Andy Shevchenko, Hans de Goede, Denis Benato, LKML,
	platform-driver-x86, Armin Wolf



> On 6 Oct 2025, at 10:31, Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> wrote:
> 
> On Fri, 3 Oct 2025, Mario Limonciello (AMD) (kernel.org) wrote:
>> On 10/3/2025 1:58 PM, Hans de Goede wrote:
>>> On 3-Oct-25 8:49 PM, Denis Benato wrote:
>>>> Add myself as maintainer for "ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS
>>>> DRIVERS" as suggested by Hans de Goede and Armin Wolf.
>>>> 
>>>> Signed-off-by: Denis Benato <benato.denis96@gmail.com>
>>>> Link:
>>>> https://lore.kernel.org/all/8128cd6b-50e3-464c-90c2-781f61c3963e@gmail.com
>>> 
>>> Thanks, patch looks good to me:
>>> 
>>> Reviewed-by: Hans de Goede <hansg@kernel.org>
>>> 
>>> Regards,
>>> 
>>> Hans
>> 
>> Reviewed-by: Mario Limonciello (AMD) <superm1@kernel.org>
>> 
>> Luke,
>> 
>> You are planning to step down from maintainer too, right?  Can you send a last
>> patch doing that too?  Or let Denis send one and Ack that?

I will eventually step down yes. Denis asked me to stay on for the moment.

>> 
>>> 
>>> 
>>> 
>>>> ---
>>>>  MAINTAINERS | 1 +
>>>>  1 file changed, 1 insertion(+)
>>>> 
>>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>>> index 156fa8eefa69..81bcb934748d 100644
>>>> --- a/MAINTAINERS
>>>> +++ b/MAINTAINERS
>>>> @@ -3841,6 +3841,7 @@ F: drivers/hwmon/asus-ec-sensors.c
>>>>  ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
>>>>  M: Corentin Chary <corentin.chary@gmail.com>
>>>>  M: Luke D. Jones <luke@ljones.dev>
>>>> +M: Denis Benato <benato.denis96@gmail.com>
>>>>  L: platform-driver-x86@vger.kernel.org
>>>>  S: Maintained
>>>>  W: https://asus-linux.org/
> 
> Hi all,
> 
> Unrelated to the patch itself, I'm more wondering if Corentin Chary 
> <corentin.chary@gmail.com> is still around as I don't recall ever hearing 
> anything from that address in any context. The latest email from that 
> address lore.kernel.org could find is from 2017.
> 
> Maybe we should remove that address from the maintainers list?

I’d been wondering if that should be done. Though never was sure of the process or if that was okay.




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] MAINTAINERS: add Denis Benato as maintainer for asus notebooks
  2025-10-06  8:44       ` luke
@ 2025-10-06  9:12         ` Ilpo Järvinen
  2025-10-15 15:06           ` Andy Shevchenko
  0 siblings, 1 reply; 9+ messages in thread
From: Ilpo Järvinen @ 2025-10-06  9:12 UTC (permalink / raw)
  To: luke
  Cc: Mario Limonciello (AMD) (kernel.org), Corentin Chary,
	Andy Shevchenko, Hans de Goede, Denis Benato, LKML,
	platform-driver-x86, Armin Wolf

[-- Attachment #1: Type: text/plain, Size: 2790 bytes --]

On Mon, 6 Oct 2025, luke@ljones.dev wrote:
> > On 6 Oct 2025, at 10:31, Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> wrote:
> > On Fri, 3 Oct 2025, Mario Limonciello (AMD) (kernel.org) wrote:
> >> On 10/3/2025 1:58 PM, Hans de Goede wrote:
> >>> On 3-Oct-25 8:49 PM, Denis Benato wrote:
> >>>> Add myself as maintainer for "ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS
> >>>> DRIVERS" as suggested by Hans de Goede and Armin Wolf.
> >>>> 
> >>>> Signed-off-by: Denis Benato <benato.denis96@gmail.com>
> >>>> Link:
> >>>> https://lore.kernel.org/all/8128cd6b-50e3-464c-90c2-781f61c3963e@gmail.com
> >>> 
> >>> Thanks, patch looks good to me:
> >>> 
> >>> Reviewed-by: Hans de Goede <hansg@kernel.org>
> >>> 
> >>> Regards,
> >>> 
> >>> Hans
> >> 
> >> Reviewed-by: Mario Limonciello (AMD) <superm1@kernel.org>
> >> 
> >> Luke,
> >> 
> >> You are planning to step down from maintainer too, right?  Can you send a last
> >> patch doing that too?  Or let Denis send one and Ack that?
> 
> I will eventually step down yes. Denis asked me to stay on for the moment.

Fine, no pressure either way.

Could you please send your Acked-by tag to this thread so it will get 
captured into this thread so the tools will capture it when I'm applying 
the patch (assuming you're okay with him becoming a co-maintainer with 
you, which I think is the case here :-)).

> >>>> ---
> >>>>  MAINTAINERS | 1 +
> >>>>  1 file changed, 1 insertion(+)
> >>>> 
> >>>> diff --git a/MAINTAINERS b/MAINTAINERS
> >>>> index 156fa8eefa69..81bcb934748d 100644
> >>>> --- a/MAINTAINERS
> >>>> +++ b/MAINTAINERS
> >>>> @@ -3841,6 +3841,7 @@ F: drivers/hwmon/asus-ec-sensors.c
> >>>>  ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
> >>>>  M: Corentin Chary <corentin.chary@gmail.com>
> >>>>  M: Luke D. Jones <luke@ljones.dev>
> >>>> +M: Denis Benato <benato.denis96@gmail.com>
> >>>>  L: platform-driver-x86@vger.kernel.org
> >>>>  S: Maintained
> >>>>  W: https://asus-linux.org/
> > 
> > Hi all,
> > 
> > Unrelated to the patch itself, I'm more wondering if Corentin Chary 
> > <corentin.chary@gmail.com> is still around as I don't recall ever hearing 
> > anything from that address in any context. The latest email from that 
> > address lore.kernel.org could find is from 2017.
> > 
> > Maybe we should remove that address from the maintainers list?
> 
> I’d been wondering if that should be done. Though never was sure of the 
> process or if that was okay.

Hans, any thoughts?

My opinion is we remove that address, there's little point in keeping 
people around when they've stopped communicating years ago. For this 
driver it's easy, but that address also appears for samsung-laptop.c
which doesn't have another maintainer.


-- 
 i.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] MAINTAINERS: add Denis Benato as maintainer for asus notebooks
  2025-10-03 18:49 [PATCH] MAINTAINERS: add Denis Benato as maintainer for asus notebooks Denis Benato
  2025-10-03 18:58 ` Hans de Goede
@ 2025-10-06  9:20 ` luke
  2025-10-15  8:31 ` Ilpo Järvinen
  2 siblings, 0 replies; 9+ messages in thread
From: luke @ 2025-10-06  9:20 UTC (permalink / raw)
  To: Denis Benato
  Cc: linux-kernel, platform-driver-x86, Ilpo Järvinen,
	Hans de Goede, Armin Wolf



> On 3 Oct 2025, at 20:49, Denis Benato <benato.denis96@gmail.com> wrote:
> 
> Add myself as maintainer for "ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS
> DRIVERS" as suggested by Hans de Goede and Armin Wolf.
> 
> Signed-off-by: Denis Benato <benato.denis96@gmail.com>
> Link: https://lore.kernel.org/all/8128cd6b-50e3-464c-90c2-781f61c3963e@gmail.com
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 156fa8eefa69..81bcb934748d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3841,6 +3841,7 @@ F: drivers/hwmon/asus-ec-sensors.c
> ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
> M: Corentin Chary <corentin.chary@gmail.com>
> M: Luke D. Jones <luke@ljones.dev>
> +M: Denis Benato <benato.denis96@gmail.com>
> L: platform-driver-x86@vger.kernel.org
> S: Maintained
> W: https://asus-linux.org/
> -- 
> 2.51.0
> 

Acked-by: Luke Jones <luke@ljones.dev>

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] MAINTAINERS: add Denis Benato as maintainer for asus notebooks
  2025-10-03 18:49 [PATCH] MAINTAINERS: add Denis Benato as maintainer for asus notebooks Denis Benato
  2025-10-03 18:58 ` Hans de Goede
  2025-10-06  9:20 ` luke
@ 2025-10-15  8:31 ` Ilpo Järvinen
  2 siblings, 0 replies; 9+ messages in thread
From: Ilpo Järvinen @ 2025-10-15  8:31 UTC (permalink / raw)
  To: linux-kernel, Denis Benato
  Cc: platform-driver-x86, Luke D. Jones, Armin Wolf, Hans de Goede

On Fri, 03 Oct 2025 20:49:49 +0200, Denis Benato wrote:

> Add myself as maintainer for "ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS
> DRIVERS" as suggested by Hans de Goede and Armin Wolf.
> 
> 


Thank you for your contribution, it has been applied to my local
review-ilpo-fixes branch. Note it will show up in the public
platform-drivers-x86/review-ilpo-fixes branch only once I've pushed my
local branch there, which might take a while.

The list of commits applied:
[1/1] MAINTAINERS: add Denis Benato as maintainer for asus notebooks
      commit: f4f868baf292550acbfc35839213de9da0d9e8ab

--
 i.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] MAINTAINERS: add Denis Benato as maintainer for asus notebooks
  2025-10-06  9:12         ` Ilpo Järvinen
@ 2025-10-15 15:06           ` Andy Shevchenko
  0 siblings, 0 replies; 9+ messages in thread
From: Andy Shevchenko @ 2025-10-15 15:06 UTC (permalink / raw)
  To: Ilpo Järvinen
  Cc: luke, Mario Limonciello (AMD) (kernel.org), Corentin Chary,
	Hans de Goede, Denis Benato, LKML, platform-driver-x86,
	Armin Wolf

On Mon, Oct 06, 2025 at 12:12:12PM +0300, Ilpo Järvinen wrote:
> On Mon, 6 Oct 2025, luke@ljones.dev wrote:

...

> My opinion is we remove that address, there's little point in keeping 
> people around when they've stopped communicating years ago. For this 
> driver it's easy, but that address also appears for samsung-laptop.c
> which doesn't have another maintainer.

The latter case should also switch to Orphaned or get removed the whole
MAINTAINERS record for it.

But before doing that have you checked `git log --grep'$First $Last'` (i.e. w/o
email) to see if there is any new activity? Also any other emails available
from googling / duckduckgo'ing?


-- 
With Best Regards,
Andy Shevchenko



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-10-18 17:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-03 18:49 [PATCH] MAINTAINERS: add Denis Benato as maintainer for asus notebooks Denis Benato
2025-10-03 18:58 ` Hans de Goede
2025-10-03 19:45   ` Mario Limonciello (AMD) (kernel.org)
2025-10-06  8:31     ` Ilpo Järvinen
2025-10-06  8:44       ` luke
2025-10-06  9:12         ` Ilpo Järvinen
2025-10-15 15:06           ` Andy Shevchenko
2025-10-06  9:20 ` luke
2025-10-15  8:31 ` Ilpo Järvinen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.