platform-driver-x86.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: rectify DELL WMI SYSMAN DRIVERS section
@ 2020-10-29 11:44 Lukas Bulwahn
  2020-10-29 13:35 ` Bharathi, Divya
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Lukas Bulwahn @ 2020-10-29 11:44 UTC (permalink / raw)
  To: Divya Bharathi, Hans de Goede, platform-driver-x86
  Cc: Mario Limonciello, Prasanth KSR, Joe Perches, Ralf Ramsauer,
	Pia Eichinger, kernel-janitors, linux-kernel, Lukas Bulwahn

Commit e8a60aa7404b ("platform/x86: Introduce support for Systems
Management Driver over WMI for Dell Systems") added a new section
DELL WMI SYSMAN DRIVERS in MAINTAINERS, but slipped in a typo.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:

  warning: no file matches    F:    drivers/platform/x86/dell-wmi-syman/*

Point the file entry to the right location and add an entry for its
Documentation while at it.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
Divya, please ack.

Hans, please pick this minor non-urgent patch into your -next x86 platform
driver tree on top of commit mentioned above.

 MAINTAINERS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index b8a905354ee9..a0a86daa9c51 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4974,7 +4974,8 @@ M:	Mario Limonciello <mario.limonciello@dell.com>
 M:	Prasanth Ksr <prasanth.ksr@dell.com>
 L:	platform-driver-x86@vger.kernel.org
 S:	Maintained
-F:	drivers/platform/x86/dell-wmi-syman/*
+F:	Documentation/ABI/testing/sysfs-class-firmware-attributes
+F:	drivers/platform/x86/dell-wmi-sysman/
 
 DELL WMI NOTIFICATIONS DRIVER
 M:	Matthew Garrett <mjg59@srcf.ucam.org>
-- 
2.17.1


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

* RE: [PATCH] MAINTAINERS: rectify DELL WMI SYSMAN DRIVERS section
  2020-10-29 11:44 [PATCH] MAINTAINERS: rectify DELL WMI SYSMAN DRIVERS section Lukas Bulwahn
@ 2020-10-29 13:35 ` Bharathi, Divya
  2020-11-03  9:36 ` Hans de Goede
  2020-11-03  9:36 ` Hans de Goede
  2 siblings, 0 replies; 4+ messages in thread
From: Bharathi, Divya @ 2020-10-29 13:35 UTC (permalink / raw)
  To: Lukas Bulwahn, Hans de Goede, platform-driver-x86
  Cc: Limonciello, Mario, Ksr, Prasanth, Joe Perches, Ralf Ramsauer,
	Pia Eichinger, kernel-janitors, linux-kernel

> 
> Commit e8a60aa7404b ("platform/x86: Introduce support for Systems
> Management Driver over WMI for Dell Systems") added a new section DELL
> WMI SYSMAN DRIVERS in MAINTAINERS, but slipped in a typo.
> 
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:
> 
>   warning: no file matches    F:    drivers/platform/x86/dell-wmi-syman/*
> 
> Point the file entry to the right location and add an entry for its
> Documentation while at it.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>

Acked-by: Divya Bharathi <divya.bharathi@dell.com>

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

* Re: [PATCH] MAINTAINERS: rectify DELL WMI SYSMAN DRIVERS section
  2020-10-29 11:44 [PATCH] MAINTAINERS: rectify DELL WMI SYSMAN DRIVERS section Lukas Bulwahn
  2020-10-29 13:35 ` Bharathi, Divya
@ 2020-11-03  9:36 ` Hans de Goede
  2020-11-03  9:36 ` Hans de Goede
  2 siblings, 0 replies; 4+ messages in thread
From: Hans de Goede @ 2020-11-03  9:36 UTC (permalink / raw)
  To: Lukas Bulwahn, Divya Bharathi, platform-driver-x86
  Cc: Mario Limonciello, Prasanth KSR, Joe Perches, Ralf Ramsauer,
	Pia Eichinger, kernel-janitors, linux-kernel

Hi,

On 10/29/20 12:44 PM, Lukas Bulwahn wrote:
> Commit e8a60aa7404b ("platform/x86: Introduce support for Systems
> Management Driver over WMI for Dell Systems") added a new section
> DELL WMI SYSMAN DRIVERS in MAINTAINERS, but slipped in a typo.
> 
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:
> 
>   warning: no file matches    F:    drivers/platform/x86/dell-wmi-syman/*
> 
> Point the file entry to the right location and add an entry for its
> Documentation while at it.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>


> ---
> Divya, please ack.
> 
> Hans, please pick this minor non-urgent patch into your -next x86 platform
> driver tree on top of commit mentioned above.
> 
>  MAINTAINERS | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b8a905354ee9..a0a86daa9c51 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4974,7 +4974,8 @@ M:	Mario Limonciello <mario.limonciello@dell.com>
>  M:	Prasanth Ksr <prasanth.ksr@dell.com>
>  L:	platform-driver-x86@vger.kernel.org
>  S:	Maintained
> -F:	drivers/platform/x86/dell-wmi-syman/*
> +F:	Documentation/ABI/testing/sysfs-class-firmware-attributes
> +F:	drivers/platform/x86/dell-wmi-sysman/
>  
>  DELL WMI NOTIFICATIONS DRIVER
>  M:	Matthew Garrett <mjg59@srcf.ucam.org>
> 


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

* Re: [PATCH] MAINTAINERS: rectify DELL WMI SYSMAN DRIVERS section
  2020-10-29 11:44 [PATCH] MAINTAINERS: rectify DELL WMI SYSMAN DRIVERS section Lukas Bulwahn
  2020-10-29 13:35 ` Bharathi, Divya
  2020-11-03  9:36 ` Hans de Goede
@ 2020-11-03  9:36 ` Hans de Goede
  2 siblings, 0 replies; 4+ messages in thread
From: Hans de Goede @ 2020-11-03  9:36 UTC (permalink / raw)
  To: Lukas Bulwahn, Divya Bharathi, platform-driver-x86
  Cc: Mario Limonciello, Prasanth KSR, Joe Perches, Ralf Ramsauer,
	Pia Eichinger, kernel-janitors, linux-kernel

Hi,

On 10/29/20 12:44 PM, Lukas Bulwahn wrote:
> Commit e8a60aa7404b ("platform/x86: Introduce support for Systems
> Management Driver over WMI for Dell Systems") added a new section
> DELL WMI SYSMAN DRIVERS in MAINTAINERS, but slipped in a typo.
> 
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:
> 
>   warning: no file matches    F:    drivers/platform/x86/dell-wmi-syman/*
> 
> Point the file entry to the right location and add an entry for its
> Documentation while at it.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>

This time with content, sorry for the empty mail.

Thank you for your patch, I've applied this patch to my review-hans 
branch:
https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/log/?h=review-hans

Note it will show up in my review-hans branch once I've pushed my
local branch there, which might take a while.

Once I've run some tests on this branch the patches there will be
added to the platform-drivers-x86/for-next branch and eventually
will be included in the pdx86 pull-request to Linus for the next
merge-window.

Regards,

Hans

> ---
> Divya, please ack.
> 
> Hans, please pick this minor non-urgent patch into your -next x86 platform
> driver tree on top of commit mentioned above.
> 
>  MAINTAINERS | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b8a905354ee9..a0a86daa9c51 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4974,7 +4974,8 @@ M:	Mario Limonciello <mario.limonciello@dell.com>
>  M:	Prasanth Ksr <prasanth.ksr@dell.com>
>  L:	platform-driver-x86@vger.kernel.org
>  S:	Maintained
> -F:	drivers/platform/x86/dell-wmi-syman/*
> +F:	Documentation/ABI/testing/sysfs-class-firmware-attributes
> +F:	drivers/platform/x86/dell-wmi-sysman/
>  
>  DELL WMI NOTIFICATIONS DRIVER
>  M:	Matthew Garrett <mjg59@srcf.ucam.org>
> 


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

end of thread, other threads:[~2020-11-03  9:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-29 11:44 [PATCH] MAINTAINERS: rectify DELL WMI SYSMAN DRIVERS section Lukas Bulwahn
2020-10-29 13:35 ` Bharathi, Divya
2020-11-03  9:36 ` Hans de Goede
2020-11-03  9:36 ` Hans de Goede

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).