Re: [PATCH 1/3] mtd: maps: remove AMD Élan specific drivers
From: Miquel Raynal
Date: Wed May 27 2026 - 05:22:53 EST
Hi Arnd,
On 26/05/2026 at 12:32:04 +02, Arnd Bergmann <arnd@xxxxxxxxxx> wrote:
> From: Arnd Bergmann <arnd@xxxxxxxx>
>
> There are four MTD maps drivers that are used with AMD Élan SoCs.
> Since 486-class CPU support was removed in commit 8b793a92d862 ("x86/cpu:
> Remove M486/M486SX/ELAN support"), it is no longer possible to actually
> use these, so just remove the drivers entirely.
There were pending patches in my queue removing these, except nettel.c.
I fixed up this commit while applying and adapted it this way:
Author: Arnd Bergmann <arnd@xxxxxxxx>
Date: Tue May 26 12:32:04 2026 +0200
mtd: maps: remove AMD Élan specific drivers
There were four MTD maps drivers that were used with AMD Élan SoCs.
Since 486-class CPU support was removed in commit 8b793a92d862 ("x86/cpu:
Remove M486/M486SX/ELAN support"), it is no longer possible to actually
use these. Three of them have already been removed, so remove the
remaining driver entirely.
Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
[Miquel Raynal: Only NETtel was still in the tree, adapt the patch and the commit log]
Signed-off-by: Miquel Raynal <miquel.raynal@xxxxxxxxxxx>
drivers/mtd/maps/Kconfig | 6 ---
drivers/mtd/maps/Makefile | 1 -
drivers/mtd/maps/nettel.c | 462 ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
3 files changed, 469 deletions(-)
Is it okay for you?
Thanks,
Miquèl