2023-12-22 14:45:16

by Andy Shevchenko

[permalink] [raw]
Subject: [PATCH v1 1/1] platform/x86: Remove "X86 PLATFORM DRIVERS - ARCH" from MAINTAINERS

It seems traffic there is quite low and changes are often not related
to PDx86 anyhow. Besides that I have a lot of other stuff to do, I'm
rearly pay attention on these emails. Doesn't seem Daren to be active
either. With this in mind, remove (stale) section.

Note, it might be make sense to actually move that folder under PDx86
umbrella (in MAINTAINERS) if people find it suitable. That will reduce
burden on arch/x86 maintenance.

Signed-off-by: Andy Shevchenko <[email protected]>
---
MAINTAINERS | 9 ---------
1 file changed, 9 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index da022945e184..33d15e089ccb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -23820,15 +23820,6 @@ F: drivers/platform/olpc/
F: drivers/platform/x86/
F: include/linux/platform_data/x86/

-X86 PLATFORM DRIVERS - ARCH
-R: Darren Hart <[email protected]>
-R: Andy Shevchenko <[email protected]>
-L: [email protected]
-L: [email protected]
-S: Maintained
-T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
-F: arch/x86/platform
-
X86 PLATFORM UV HPE SUPERDOME FLEX
M: Steve Wahl <[email protected]>
R: Justin Ernst <[email protected]>
--
2.43.0.rc1.1.gbec44491f096



2024-01-02 12:24:25

by Hans de Goede

[permalink] [raw]
Subject: Re: [PATCH v1 1/1] platform/x86: Remove "X86 PLATFORM DRIVERS - ARCH" from MAINTAINERS

Hi,

On 12/22/23 15:44, Andy Shevchenko wrote:
> It seems traffic there is quite low and changes are often not related
> to PDx86 anyhow. Besides that I have a lot of other stuff to do, I'm
> rearly pay attention on these emails. Doesn't seem Daren to be active
> either. With this in mind, remove (stale) section.
>
> Note, it might be make sense to actually move that folder under PDx86
> umbrella (in MAINTAINERS) if people find it suitable. That will reduce
> burden on arch/x86 maintenance.
>
> Signed-off-by: Andy Shevchenko <[email protected]>

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




> ---
> MAINTAINERS | 9 ---------
> 1 file changed, 9 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index da022945e184..33d15e089ccb 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -23820,15 +23820,6 @@ F: drivers/platform/olpc/
> F: drivers/platform/x86/
> F: include/linux/platform_data/x86/
>
> -X86 PLATFORM DRIVERS - ARCH
> -R: Darren Hart <[email protected]>
> -R: Andy Shevchenko <[email protected]>
> -L: [email protected]
> -L: [email protected]
> -S: Maintained
> -T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
> -F: arch/x86/platform
> -
> X86 PLATFORM UV HPE SUPERDOME FLEX
> M: Steve Wahl <[email protected]>
> R: Justin Ernst <[email protected]>