Re: [PATCH 01/21] ARM: s3c: remove all s3c24xx support

From: Arnd Bergmann
Date: Mon Oct 24 2022 - 14:12:24 EST


On Sat, Oct 22, 2022, at 22:56, Heiko Stübner wrote:
> Am Freitag, 21. Oktober 2022, 22:27:34 CEST schrieb Arnd Bergmann:
>> From: Arnd Bergmann <arnd@xxxxxxxx>
>>
>> The platform was deprecated in commit 6a5e69c7ddea ("ARM: s3c: mark
>> as deprecated and schedule removal") and can be removed. This includes
>> all files that are exclusively for s3c24xx and not shared with s3c64xx,
>> as well as the glue logic in Kconfig and the maintainer file entries.
>>
>> Cc: Arnaud Patard <arnaud.patard@xxxxxxxxxxx>
>> Cc: Ben Dooks <ben-linux@xxxxxxxxx>
>> Cc: Christer Weinigel <christer@xxxxxxxxxxx>
>> Cc: Guillaume GOURAT <guillaume.gourat@xxxxxxxxxxxx>
>> Cc: Heiko Stuebner <heiko@xxxxxxxxx>
>> Cc: Simtec Linux Team <linux@xxxxxxxxxxxx>
>> Cc: openmoko-kernel@xxxxxxxxxxxxxxxxxx
>> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
>
> So many memories of me starting out in the kernel on s3c24xx.
> But it's no use trying to keep stuff around that nobody will likely
> ever use again. So with a sad face
>
> Acked-by: Heiko Stuebner <heiko@xxxxxxxxx>
>
>
> though you might want to also include
> drivers/dma/s3c24xx-dma.c

This was in a separate patch that removes the driver:

https://lore.kernel.org/linux-arm-kernel/20221021203329.4143397-14-arnd@xxxxxxxxxx/

In the first patch, I only include references to removed
Kconfig symbols that would not make sense to split out into
separate patches.

Arnd