* [PATCH 01/17] ARM: at91: remove stale MAINTAINER file entries
[not found] <patches-remove-boardfiles-part1/000>
@ 2022-10-19 14:43 ` Arnd Bergmann
0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2022-10-19 14:43 UTC (permalink / raw)
To: linux-arm-kernel; +Cc: Arnd Bergmann, linux-kernel
From: Arnd Bergmann <arnd@arndb.de>
Going through the entries of recently removed machine types,
I found these two that were removed a long time ago.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
MAINTAINERS | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index cf0f18502372..aedb7c008dd6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1798,16 +1798,6 @@ M: Lennert Buytenhek <kernel@wantstofly.org>
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
S: Maintained
-ARM/AFEB9260 MACHINE SUPPORT
-M: Sergey Lapin <slapin@ossfans.org>
-L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
-S: Maintained
-
-ARM/AJECO 1ARM MACHINE SUPPORT
-M: Lennert Buytenhek <kernel@wantstofly.org>
-L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
-S: Maintained
-
ARM/Allwinner SoC Clock Support
M: Emilio López <emilio@elopez.com.ar>
S: Maintained
--
2.29.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 01/17] ARM: at91: remove stale MAINTAINER file entries
2022-10-19 14:40 [PATCH 00/17] ARM: remove old board files Arnd Bergmann
@ 2022-10-19 15:03 ` Arnd Bergmann
2022-10-21 8:33 ` Nicolas Ferre
0 siblings, 1 reply; 4+ messages in thread
From: Arnd Bergmann @ 2022-10-19 15:03 UTC (permalink / raw)
To: linux-arm-kernel
Cc: linux-kernel, Arnd Bergmann, Nicolas Ferre, Alexandre Belloni,
Claudiu Beznea
From: Arnd Bergmann <arnd@arndb.de>
Going through the entries of recently removed machine types,
I found these two that were removed a long time ago.
Cc: Nicolas Ferre <nicolas.ferre@microchip.com>
Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
Cc: Claudiu Beznea <claudiu.beznea@microchip.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
MAINTAINERS | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index cf0f18502372..aedb7c008dd6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1798,16 +1798,6 @@ M: Lennert Buytenhek <kernel@wantstofly.org>
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
S: Maintained
-ARM/AFEB9260 MACHINE SUPPORT
-M: Sergey Lapin <slapin@ossfans.org>
-L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
-S: Maintained
-
-ARM/AJECO 1ARM MACHINE SUPPORT
-M: Lennert Buytenhek <kernel@wantstofly.org>
-L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
-S: Maintained
-
ARM/Allwinner SoC Clock Support
M: Emilio López <emilio@elopez.com.ar>
S: Maintained
--
2.29.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 01/17] ARM: at91: remove stale MAINTAINER file entries
2022-10-19 15:03 ` [PATCH 01/17] ARM: at91: remove stale MAINTAINER file entries Arnd Bergmann
@ 2022-10-21 8:33 ` Nicolas Ferre
2022-10-21 9:45 ` Nicolas Ferre
0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Ferre @ 2022-10-21 8:33 UTC (permalink / raw)
To: Arnd Bergmann, linux-arm-kernel
Cc: linux-kernel, Arnd Bergmann, Alexandre Belloni, Claudiu Beznea
On 19/10/2022 at 17:03, Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd@arndb.de>
>
> Going through the entries of recently removed machine types,
> I found these two that were removed a long time ago.
>
> Cc: Nicolas Ferre <nicolas.ferre@microchip.com>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
> Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
> Cc: Claudiu Beznea <claudiu.beznea@microchip.com>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> ---
> MAINTAINERS | 10 ----------
> 1 file changed, 10 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index cf0f18502372..aedb7c008dd6 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1798,16 +1798,6 @@ M: Lennert Buytenhek <kernel@wantstofly.org>
> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> S: Maintained
>
> -ARM/AFEB9260 MACHINE SUPPORT
> -M: Sergey Lapin <slapin@ossfans.org>
> -L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> -S: Maintained
> -
> -ARM/AJECO 1ARM MACHINE SUPPORT
> -M: Lennert Buytenhek <kernel@wantstofly.org>
> -L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> -S: Maintained
> -
Yes, both removed by fb3642ebb52cfab8eaa52fea677abec4d92182a0 during
v3.18..v3.19.
> ARM/Allwinner SoC Clock Support
> M: Emilio López <emilio@elopez.com.ar>
> S: Maintained
Thanks Arnd! Best regards,
Nicolas
--
Nicolas Ferre
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 01/17] ARM: at91: remove stale MAINTAINER file entries
2022-10-21 8:33 ` Nicolas Ferre
@ 2022-10-21 9:45 ` Nicolas Ferre
0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Ferre @ 2022-10-21 9:45 UTC (permalink / raw)
To: Arnd Bergmann, linux-arm-kernel, Russell King - ARM Linux
Cc: linux-kernel, Arnd Bergmann, Alexandre Belloni, Claudiu Beznea
On 21/10/2022 at 10:33, Nicolas Ferre wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
>
> On 19/10/2022 at 17:03, Arnd Bergmann wrote:
>> From: Arnd Bergmann <arnd@arndb.de>
>>
>> Going through the entries of recently removed machine types,
>> I found these two that were removed a long time ago.
>>
>> Cc: Nicolas Ferre <nicolas.ferre@microchip.com>
>
> Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
BTW, isn't there the need to remove it from mach-types as well?
v6.0:arch/arm/tools/mach-types:afeb9260 MACH_AFEB9260 AFEB9260 1859
>> Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
>> Cc: Claudiu Beznea <claudiu.beznea@microchip.com>
>> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
>> ---
>> MAINTAINERS | 10 ----------
>> 1 file changed, 10 deletions(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index cf0f18502372..aedb7c008dd6 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -1798,16 +1798,6 @@ M: Lennert Buytenhek <kernel@wantstofly.org>
>> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>> S: Maintained
>>
>> -ARM/AFEB9260 MACHINE SUPPORT
>> -M: Sergey Lapin <slapin@ossfans.org>
>> -L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>> -S: Maintained
>> -
>> -ARM/AJECO 1ARM MACHINE SUPPORT
>> -M: Lennert Buytenhek <kernel@wantstofly.org>
>> -L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>> -S: Maintained
>> -
>
> Yes, both removed by fb3642ebb52cfab8eaa52fea677abec4d92182a0 during
> v3.18..v3.19.
>
>> ARM/Allwinner SoC Clock Support
>> M: Emilio López <emilio@elopez.com.ar>
>> S: Maintained
>
> Thanks Arnd! Best regards,
> Nicolas
>
>
> --
> Nicolas Ferre
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
--
Nicolas Ferre
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-10-21 9:46 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <patches-remove-boardfiles-part1/000>
2022-10-19 14:43 ` [PATCH 01/17] ARM: at91: remove stale MAINTAINER file entries Arnd Bergmann
2022-10-19 14:40 [PATCH 00/17] ARM: remove old board files Arnd Bergmann
2022-10-19 15:03 ` [PATCH 01/17] ARM: at91: remove stale MAINTAINER file entries Arnd Bergmann
2022-10-21 8:33 ` Nicolas Ferre
2022-10-21 9:45 ` Nicolas Ferre
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox