All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Adjust contacts for Dell drivers
@ 2021-04-01 16:22 Mario Limonciello
  2021-04-01 16:22 ` [PATCH 1/3] MAINTAINERS: Adjust Dell drivers to email alias Mario Limonciello
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Mario Limonciello @ 2021-04-01 16:22 UTC (permalink / raw)
  To: Hans De Goede, Mark Gross
  Cc: LKML, Dell.Client.Kernel, platform-driver-x86, Mario Limonciello,
	Mario Limonciello

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


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

* [PATCH 1/3] MAINTAINERS: Adjust Dell drivers to email alias
  2021-04-01 16:22 [PATCH 0/3] Adjust contacts for Dell drivers Mario Limonciello
@ 2021-04-01 16:22 ` Mario Limonciello
  2021-04-01 16:22 ` [PATCH 2/3] MAINTAINERS: Add missing section for alienware-wmi driver Mario Limonciello
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Mario Limonciello @ 2021-04-01 16:22 UTC (permalink / raw)
  To: Hans De Goede, Mark Gross
  Cc: LKML, Dell.Client.Kernel, platform-driver-x86, Mario Limonciello,
	Mario Limonciello

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

Signed-off-by: Mario Limonciello <mario.limonciello@dell.com>
---
 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 <pali@kernel.org>
-M:	Mario Limonciello <mario.limonciello@dell.com>
+L:	Dell.Client.Kernel@dell.com
 L:	platform-driver-x86@vger.kernel.org
 S:	Maintained
 F:	drivers/platform/x86/dell/dell-smbios.*
 
 DELL SMBIOS SMM DRIVER
-M:	Mario Limonciello <mario.limonciello@dell.com>
+L:	Dell.Client.Kernel@dell.com
 L:	platform-driver-x86@vger.kernel.org
 S:	Maintained
 F:	drivers/platform/x86/dell/dell-smbios-smm.c
 
 DELL SMBIOS WMI DRIVER
-M:	Mario Limonciello <mario.limonciello@dell.com>
+L:	Dell.Client.Kernel@dell.com
 L:	platform-driver-x86@vger.kernel.org
 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 <mario.limonciello@dell.com>
+L:	Dell.Client.Kernel@dell.com
 S:	Maintained
 F:	drivers/platform/x86/dell/dell-wmi-descriptor.c
 
 DELL WMI SYSMAN DRIVER
 M:	Divya Bharathi <divya.bharathi@dell.com>
-M:	Mario Limonciello <mario.limonciello@dell.com>
 M:	Prasanth Ksr <prasanth.ksr@dell.com>
+L:	Dell.Client.Kernel@dell.com
 L:	platform-driver-x86@vger.kernel.org
 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 <mario.limonciello@dell.com>
+L:	Dell.Client.Kernel@dell.com
 S:	Maintained
 F:	drivers/platform/x86/intel-wmi-thunderbolt.c
 
-- 
2.25.1


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

* [PATCH 2/3] MAINTAINERS: Add missing section for alienware-wmi driver
  2021-04-01 16:22 [PATCH 0/3] Adjust contacts for Dell drivers Mario Limonciello
  2021-04-01 16:22 ` [PATCH 1/3] MAINTAINERS: Adjust Dell drivers to email alias Mario Limonciello
@ 2021-04-01 16:22 ` Mario Limonciello
  2021-04-01 16:22 ` [PATCH 3/3] platform/x86: Adjust Dell drivers to a personal email address Mario Limonciello
  2021-04-07 14:50 ` [PATCH 0/3] Adjust contacts for Dell drivers Hans de Goede
  3 siblings, 0 replies; 5+ messages in thread
From: Mario Limonciello @ 2021-04-01 16:22 UTC (permalink / raw)
  To: Hans De Goede, Mark Gross
  Cc: LKML, Dell.Client.Kernel, platform-driver-x86, Mario Limonciello,
	Mario Limonciello

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

Signed-off-by: Mario Limonciello <mario.limonciello@dell.com>
---
 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:	Dell.Client.Kernel@dell.com
+S:	Maintained
+F:	drivers/platform/x86/dell/alienware-wmi.c
+
 ALL SENSORS DLH SERIES PRESSURE SENSORS DRIVER
 M:	Tomislav Denis <tomislav.denis@avl.com>
 L:	linux-iio@vger.kernel.org
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 <mario_limonciello@dell.com>
+ * Copyright (C) 2014 Dell Inc <Dell.Client.Kernel@dell.com>
  */
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-- 
2.25.1


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

* [PATCH 3/3] platform/x86: Adjust Dell drivers to a personal email address
  2021-04-01 16:22 [PATCH 0/3] Adjust contacts for Dell drivers Mario Limonciello
  2021-04-01 16:22 ` [PATCH 1/3] MAINTAINERS: Adjust Dell drivers to email alias Mario Limonciello
  2021-04-01 16:22 ` [PATCH 2/3] MAINTAINERS: Add missing section for alienware-wmi driver Mario Limonciello
@ 2021-04-01 16:22 ` Mario Limonciello
  2021-04-07 14:50 ` [PATCH 0/3] Adjust contacts for Dell drivers Hans de Goede
  3 siblings, 0 replies; 5+ messages in thread
From: Mario Limonciello @ 2021-04-01 16:22 UTC (permalink / raw)
  To: Hans De Goede, Mark Gross
  Cc: LKML, Dell.Client.Kernel, platform-driver-x86, Mario Limonciello,
	Mario Limonciello

So that I can always be reached in the future if necessary, add a
personal email address.

Signed-off-by: Mario Limonciello <mario.limonciello@dell.com>
---
 drivers/platform/x86/dell/alienware-wmi.c          | 2 +-
 drivers/platform/x86/dell/dell-smbios-base.c       | 2 +-
 drivers/platform/x86/dell/dell-wmi-descriptor.c    | 2 +-
 drivers/platform/x86/dell/dell-wmi-sysman/sysman.c | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/platform/x86/dell/alienware-wmi.c b/drivers/platform/x86/dell/alienware-wmi.c
index 0d03e6b7b40c..f21248255529 100644
--- a/drivers/platform/x86/dell/alienware-wmi.c
+++ b/drivers/platform/x86/dell/alienware-wmi.c
@@ -26,7 +26,7 @@
 #define WMAX_METHOD_DEEP_SLEEP_CONTROL	0x0B
 #define WMAX_METHOD_DEEP_SLEEP_STATUS	0x0C
 
-MODULE_AUTHOR("Mario Limonciello <mario_limonciello@dell.com>");
+MODULE_AUTHOR("Mario Limonciello <mario.limonciello@outlook.com>");
 MODULE_DESCRIPTION("Alienware special feature control");
 MODULE_LICENSE("GPL");
 MODULE_ALIAS("wmi:" LEGACY_CONTROL_GUID);
diff --git a/drivers/platform/x86/dell/dell-smbios-base.c b/drivers/platform/x86/dell/dell-smbios-base.c
index 3a1dbf199441..fc086b66f70b 100644
--- a/drivers/platform/x86/dell/dell-smbios-base.c
+++ b/drivers/platform/x86/dell/dell-smbios-base.c
@@ -647,6 +647,6 @@ module_exit(dell_smbios_exit);
 MODULE_AUTHOR("Matthew Garrett <mjg@redhat.com>");
 MODULE_AUTHOR("Gabriele Mazzotta <gabriele.mzt@gmail.com>");
 MODULE_AUTHOR("Pali Rohár <pali@kernel.org>");
-MODULE_AUTHOR("Mario Limonciello <mario.limonciello@dell.com>");
+MODULE_AUTHOR("Mario Limonciello <mario.limonciello@outlook.com>");
 MODULE_DESCRIPTION("Common functions for kernel modules using Dell SMBIOS");
 MODULE_LICENSE("GPL");
diff --git a/drivers/platform/x86/dell/dell-wmi-descriptor.c b/drivers/platform/x86/dell/dell-wmi-descriptor.c
index a068900ae8a1..91637c4a03b3 100644
--- a/drivers/platform/x86/dell/dell-wmi-descriptor.c
+++ b/drivers/platform/x86/dell/dell-wmi-descriptor.c
@@ -201,6 +201,6 @@ static struct wmi_driver dell_wmi_descriptor_driver = {
 module_wmi_driver(dell_wmi_descriptor_driver);
 
 MODULE_DEVICE_TABLE(wmi, dell_wmi_descriptor_id_table);
-MODULE_AUTHOR("Mario Limonciello <mario.limonciello@dell.com>");
+MODULE_AUTHOR("Mario Limonciello <mario.limonciello@outlook.com>");
 MODULE_DESCRIPTION("Dell WMI descriptor driver");
 MODULE_LICENSE("GPL");
diff --git a/drivers/platform/x86/dell/dell-wmi-sysman/sysman.c b/drivers/platform/x86/dell/dell-wmi-sysman/sysman.c
index 7410ccae650c..98f2b6ba3916 100644
--- a/drivers/platform/x86/dell/dell-wmi-sysman/sysman.c
+++ b/drivers/platform/x86/dell/dell-wmi-sysman/sysman.c
@@ -604,7 +604,7 @@ static void __exit sysman_exit(void)
 module_init(sysman_init);
 module_exit(sysman_exit);
 
-MODULE_AUTHOR("Mario Limonciello <mario.limonciello@dell.com>");
+MODULE_AUTHOR("Mario Limonciello <mario.limonciello@outlook.com>");
 MODULE_AUTHOR("Prasanth Ksr <prasanth.ksr@dell.com>");
 MODULE_AUTHOR("Divya Bharathi <divya.bharathi@dell.com>");
 MODULE_DESCRIPTION("Dell platform setting control interface");
-- 
2.25.1


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

* Re: [PATCH 0/3] Adjust contacts for Dell drivers
  2021-04-01 16:22 [PATCH 0/3] Adjust contacts for Dell drivers Mario Limonciello
                   ` (2 preceding siblings ...)
  2021-04-01 16:22 ` [PATCH 3/3] platform/x86: Adjust Dell drivers to a personal email address Mario Limonciello
@ 2021-04-07 14:50 ` Hans de Goede
  3 siblings, 0 replies; 5+ messages in thread
From: Hans de Goede @ 2021-04-07 14:50 UTC (permalink / raw)
  To: Mario Limonciello, Mark Gross
  Cc: LKML, Dell.Client.Kernel, platform-driver-x86, Mario Limonciello

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(-)
> 


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

end of thread, other threads:[~2021-04-07 14:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-01 16:22 [PATCH 0/3] Adjust contacts for Dell drivers Mario Limonciello
2021-04-01 16:22 ` [PATCH 1/3] MAINTAINERS: Adjust Dell drivers to email alias Mario Limonciello
2021-04-01 16:22 ` [PATCH 2/3] MAINTAINERS: Add missing section for alienware-wmi driver Mario Limonciello
2021-04-01 16:22 ` [PATCH 3/3] platform/x86: Adjust Dell drivers to a personal email address Mario Limonciello
2021-04-07 14:50 ` [PATCH 0/3] Adjust contacts for Dell drivers Hans de Goede

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.