* [PATCH] MAINTAINERS: Update entries for IFS and SBL drivers
@ 2025-07-14 16:46 Jithu Joseph
2025-07-14 21:41 ` Luck, Tony
2025-07-21 11:38 ` Ilpo Järvinen
0 siblings, 2 replies; 3+ messages in thread
From: Jithu Joseph @ 2025-07-14 16:46 UTC (permalink / raw)
To: ilpo.jarvinen, hdegoede
Cc: linux-kernel, platform-driver-x86, jithu.joseph, tony.luck,
ashok.raj.linux
Update the MAINTAINERS file to reflect the following changes for two Intel
platform drivers:
- Tony has agreed to take over maintainership of the Intel In-Field Scan
(IFS) driver, and is now listed as the new maintainer.
- Remove myself as the maintainer for the Slim BootLoader (SBL) firmware
update driver and mark it as Orphan. To the best of my knowledge, there
is no one familiar with SBL who can take over this role.
These changes are being made as I will soon be leaving Intel.
Signed-off-by: Jithu Joseph <jithu.joseph@intel.com>
---
MAINTAINERS | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index fad6cb025a19..9b90f434101b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12185,9 +12185,8 @@ F: drivers/dma/idxd/*
F: include/uapi/linux/idxd.h
INTEL IN FIELD SCAN (IFS) DEVICE
-M: Jithu Joseph <jithu.joseph@intel.com>
+M: Tony Luck <tony.luck@intel.com>
R: Ashok Raj <ashok.raj.linux@gmail.com>
-R: Tony Luck <tony.luck@intel.com>
S: Maintained
F: drivers/platform/x86/intel/ifs
F: include/trace/events/intel_ifs.h
@@ -12527,8 +12526,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
F: drivers/net/wireless/intel/iwlwifi/
INTEL WMI SLIM BOOTLOADER (SBL) FIRMWARE UPDATE DRIVER
-M: Jithu Joseph <jithu.joseph@intel.com>
-S: Maintained
+S: Orphan
W: https://slimbootloader.github.io/security/firmware-update.html
F: drivers/platform/x86/intel/wmi/sbl-fw-update.c
base-commit: d7b8f8e20813f0179d8ef519541a3527e7661d3a
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] MAINTAINERS: Update entries for IFS and SBL drivers
2025-07-14 16:46 [PATCH] MAINTAINERS: Update entries for IFS and SBL drivers Jithu Joseph
@ 2025-07-14 21:41 ` Luck, Tony
2025-07-21 11:38 ` Ilpo Järvinen
1 sibling, 0 replies; 3+ messages in thread
From: Luck, Tony @ 2025-07-14 21:41 UTC (permalink / raw)
To: Jithu Joseph
Cc: ilpo.jarvinen, hdegoede, linux-kernel, platform-driver-x86,
ashok.raj.linux
On Mon, Jul 14, 2025 at 09:46:43AM -0700, Jithu Joseph wrote:
> Update the MAINTAINERS file to reflect the following changes for two Intel
> platform drivers:
>
> - Tony has agreed to take over maintainership of the Intel In-Field Scan
> (IFS) driver, and is now listed as the new maintainer.
> - Remove myself as the maintainer for the Slim BootLoader (SBL) firmware
> update driver and mark it as Orphan. To the best of my knowledge, there
> is no one familiar with SBL who can take over this role.
>
> These changes are being made as I will soon be leaving Intel.
>
> Signed-off-by: Jithu Joseph <jithu.joseph@intel.com>
> ---
> MAINTAINERS | 6 ++----
> 1 file changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index fad6cb025a19..9b90f434101b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -12185,9 +12185,8 @@ F: drivers/dma/idxd/*
> F: include/uapi/linux/idxd.h
>
> INTEL IN FIELD SCAN (IFS) DEVICE
> -M: Jithu Joseph <jithu.joseph@intel.com>
> +M: Tony Luck <tony.luck@intel.com>
Acked-by: Tony Luck <tony.luck@intel.com>
> R: Ashok Raj <ashok.raj.linux@gmail.com>
> -R: Tony Luck <tony.luck@intel.com>
> S: Maintained
> F: drivers/platform/x86/intel/ifs
> F: include/trace/events/intel_ifs.h
> @@ -12527,8 +12526,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
> F: drivers/net/wireless/intel/iwlwifi/
>
> INTEL WMI SLIM BOOTLOADER (SBL) FIRMWARE UPDATE DRIVER
> -M: Jithu Joseph <jithu.joseph@intel.com>
> -S: Maintained
> +S: Orphan
> W: https://slimbootloader.github.io/security/firmware-update.html
> F: drivers/platform/x86/intel/wmi/sbl-fw-update.c
>
>
> base-commit: d7b8f8e20813f0179d8ef519541a3527e7661d3a
> --
> 2.34.1
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] MAINTAINERS: Update entries for IFS and SBL drivers
2025-07-14 16:46 [PATCH] MAINTAINERS: Update entries for IFS and SBL drivers Jithu Joseph
2025-07-14 21:41 ` Luck, Tony
@ 2025-07-21 11:38 ` Ilpo Järvinen
1 sibling, 0 replies; 3+ messages in thread
From: Ilpo Järvinen @ 2025-07-21 11:38 UTC (permalink / raw)
To: Hans de Goede, Jithu Joseph
Cc: linux-kernel, platform-driver-x86, tony.luck, ashok.raj.linux
On Mon, 14 Jul 2025 09:46:43 -0700, Jithu Joseph wrote:
> Update the MAINTAINERS file to reflect the following changes for two Intel
> platform drivers:
>
> - Tony has agreed to take over maintainership of the Intel In-Field Scan
> (IFS) driver, and is now listed as the new maintainer.
> - Remove myself as the maintainer for the Slim BootLoader (SBL) firmware
> update driver and mark it as Orphan. To the best of my knowledge, there
> is no one familiar with SBL who can take over this role.
>
> [...]
Thank you for your contribution, it has been applied to my local
fixes branch. Note it will show up in the public
platform-drivers-x86/fixes branch only once I've pushed my
local branch there, which might take a while.
The list of commits applied:
[1/1] MAINTAINERS: Update entries for IFS and SBL drivers
commit: e2967b50b709970547b5cdfa1b42526835327f36
--
i.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-07-21 11:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-14 16:46 [PATCH] MAINTAINERS: Update entries for IFS and SBL drivers Jithu Joseph
2025-07-14 21:41 ` Luck, Tony
2025-07-21 11:38 ` Ilpo Järvinen
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).