[01/17] ARM: at91: remove stale MAINTAINER file entries

Message ID 20221019150410.3851944-1-arnd@kernel.org
State New
Headers
Series [01/17] ARM: at91: remove stale MAINTAINER file entries |

Commit Message

Arnd Bergmann Oct. 19, 2022, 3:03 p.m. UTC
  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(-)
  

Comments

Nicolas Ferre Oct. 21, 2022, 8:33 a.m. UTC | #1
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 Oct. 21, 2022, 9:45 a.m. UTC | #2
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
  

Patch

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