[PATCH] MAINTAINERS: mark ARM/PALM TREO SUPPORT orphan

Lukas Bulwahn posted 1 patch 3 years, 9 months ago
CREDITS     | 4 ++++
MAINTAINERS | 4 +---
2 files changed, 5 insertions(+), 3 deletions(-)
[PATCH] MAINTAINERS: mark ARM/PALM TREO SUPPORT orphan
Posted by Lukas Bulwahn 3 years, 9 months ago
The email address sleep_walker@suse.com and the url http://hackndev.com/,
provided in the ARM/PALM TREO SUPPORT section, are not reachable anymore.

Make this machine support orphan, and give somebody the chance to step up.
Move the maintainer into CREDITS to keep the attribution to his work.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
RFC patch: https://lore.kernel.org/all/20211229191828.21317-1-lukas.bulwahn@gmail.com/
  - received no comments

Russell, please pick this minor update to MAINTAINERS.


 CREDITS     | 4 ++++
 MAINTAINERS | 4 +---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/CREDITS b/CREDITS
index 7e85a53b6a88..40d3c655b567 100644
--- a/CREDITS
+++ b/CREDITS
@@ -627,6 +627,10 @@ S: 48287 Sawleaf
 S: Fremont, California 94539
 S: USA
 
+N: Tomas Cech
+E: sleep_walker@suse.com
+D: arm/palm treo support
+
 N: Florent Chabaud
 E: florent.chabaud@polytechnique.org
 D: software suspend
diff --git a/MAINTAINERS b/MAINTAINERS
index 36a2c8a9aaea..ffe0c587f9d0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2510,10 +2510,8 @@ F:	drivers/power/reset/oxnas-restart.c
 N:	oxnas
 
 ARM/PALM TREO SUPPORT
-M:	Tomas Cech <sleep_walker@suse.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
-S:	Maintained
-W:	http://hackndev.com
+S:	Orphan
 F:	arch/arm/mach-pxa/palmtreo.*
 
 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
-- 
2.17.1
Re: [PATCH] MAINTAINERS: mark ARM/PALM TREO SUPPORT orphan
Posted by Arnd Bergmann 3 years, 9 months ago
On Thu, Jul 7, 2022 at 1:26 PM Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote:
>
> The email address sleep_walker@suse.com and the url http://hackndev.com/,
> provided in the ARM/PALM TREO SUPPORT section, are not reachable anymore.
>
> Make this machine support orphan, and give somebody the chance to step up.
> Move the maintainer into CREDITS to keep the attribution to his work.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> RFC patch: https://lore.kernel.org/all/20211229191828.21317-1-lukas.bulwahn@gmail.com/
>   - received no comments
>
> Russell, please pick this minor update to MAINTAINERS.

I usually take the platform specific MAINTAINERS updates through the soc tree.

Applied to the arm/fixes branch there.

       Arnd