2021-04-01 18:08:38

by Mario Limonciello

[permalink] [raw]
Subject: [PATCH 0/3] Adjust contacts for Dell drivers

The Dell drivers I'm involved with all have me as an author and/or
maintainer. In the future these will be maintained as a team effort.
Adjust the contact addresses accordingly.

Mario Limonciello (3):
MAINTAINERS: Adjust Dell drivers to email alias
MAINTAINERS: Add missing section for alienware-wmi driver
platform/x86: Adjust Dell drivers to a personal email address

MAINTAINERS | 17 +++++++++++------
drivers/platform/x86/dell/alienware-wmi.c | 4 ++--
drivers/platform/x86/dell/dell-smbios-base.c | 2 +-
drivers/platform/x86/dell/dell-wmi-descriptor.c | 2 +-
.../platform/x86/dell/dell-wmi-sysman/sysman.c | 2 +-
5 files changed, 16 insertions(+), 11 deletions(-)

--
2.25.1


2021-04-01 19:08:36

by Mario Limonciello

[permalink] [raw]
Subject: [PATCH 1/3] MAINTAINERS: Adjust Dell drivers to email alias

A team of engineers will be helping to service these drivers in
the future rather than just one person.

Signed-off-by: Mario Limonciello <[email protected]>
---
MAINTAINERS | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6e91994b8d3b..46c8fadb59c3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5034,19 +5034,19 @@ F: drivers/platform/x86/dell/dell_rbu.c

DELL SMBIOS DRIVER
M: Pali Rohár <[email protected]>
-M: Mario Limonciello <[email protected]>
+L: [email protected]
L: [email protected]
S: Maintained
F: drivers/platform/x86/dell/dell-smbios.*

DELL SMBIOS SMM DRIVER
-M: Mario Limonciello <[email protected]>
+L: [email protected]
L: [email protected]
S: Maintained
F: drivers/platform/x86/dell/dell-smbios-smm.c

DELL SMBIOS WMI DRIVER
-M: Mario Limonciello <[email protected]>
+L: [email protected]
L: [email protected]
S: Maintained
F: drivers/platform/x86/dell/dell-smbios-wmi.c
@@ -5060,14 +5060,14 @@ F: Documentation/driver-api/dcdbas.rst
F: drivers/platform/x86/dell/dcdbas.*

DELL WMI DESCRIPTOR DRIVER
-M: Mario Limonciello <[email protected]>
+L: [email protected]
S: Maintained
F: drivers/platform/x86/dell/dell-wmi-descriptor.c

DELL WMI SYSMAN DRIVER
M: Divya Bharathi <[email protected]>
-M: Mario Limonciello <[email protected]>
M: Prasanth Ksr <[email protected]>
+L: [email protected]
L: [email protected]
S: Maintained
F: Documentation/ABI/testing/sysfs-class-firmware-attributes
@@ -9242,7 +9242,7 @@ W: https://slimbootloader.github.io/security/firmware-update.html
F: drivers/platform/x86/intel-wmi-sbl-fw-update.c

INTEL WMI THUNDERBOLT FORCE POWER DRIVER
-M: Mario Limonciello <[email protected]>
+L: [email protected]
S: Maintained
F: drivers/platform/x86/intel-wmi-thunderbolt.c

--
2.25.1

2021-04-01 19:24:03

by Mario Limonciello

[permalink] [raw]
Subject: [PATCH 2/3] MAINTAINERS: Add missing section for alienware-wmi driver

This driver is maintained by Dell, but it was missing in MAINTAINERS.

Signed-off-by: Mario Limonciello <[email protected]>
---
MAINTAINERS | 5 +++++
drivers/platform/x86/dell/alienware-wmi.c | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 46c8fadb59c3..3649e04c3b73 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -697,6 +697,11 @@ S: Maintained
F: Documentation/i2c/busses/i2c-ali1563.rst
F: drivers/i2c/busses/i2c-ali1563.c

+ALIENWARE WMI DRIVER
+L: [email protected]
+S: Maintained
+F: drivers/platform/x86/dell/alienware-wmi.c
+
ALL SENSORS DLH SERIES PRESSURE SENSORS DRIVER
M: Tomislav Denis <[email protected]>
L: [email protected]
diff --git a/drivers/platform/x86/dell/alienware-wmi.c b/drivers/platform/x86/dell/alienware-wmi.c
index 5bb2859c8285..0d03e6b7b40c 100644
--- a/drivers/platform/x86/dell/alienware-wmi.c
+++ b/drivers/platform/x86/dell/alienware-wmi.c
@@ -2,7 +2,7 @@
/*
* Alienware AlienFX control
*
- * Copyright (C) 2014 Dell Inc <[email protected]>
+ * Copyright (C) 2014 Dell Inc <[email protected]>
*/

#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
--
2.25.1

2021-04-07 22:38:30

by Hans de Goede

[permalink] [raw]
Subject: Re: [PATCH 0/3] Adjust contacts for Dell drivers

Hi,

On 4/1/21 6:22 PM, Mario Limonciello wrote:
> The Dell drivers I'm involved with all have me as an author and/or
> maintainer. In the future these will be maintained as a team effort.
> Adjust the contact addresses accordingly.
>
> Mario Limonciello (3):
> MAINTAINERS: Adjust Dell drivers to email alias
> MAINTAINERS: Add missing section for alienware-wmi driver
> platform/x86: Adjust Dell drivers to a personal email address

Thank you for your patch-series, I've applied the series 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




>
> MAINTAINERS | 17 +++++++++++------
> drivers/platform/x86/dell/alienware-wmi.c | 4 ++--
> drivers/platform/x86/dell/dell-smbios-base.c | 2 +-
> drivers/platform/x86/dell/dell-wmi-descriptor.c | 2 +-
> .../platform/x86/dell/dell-wmi-sysman/sysman.c | 2 +-
> 5 files changed, 16 insertions(+), 11 deletions(-)
>