[PATCH 1/3] mtd: maps: remove AMD Élan specific drivers

Miquel Raynal miquel.raynal at bootlin.com
Wed May 27 02:21:26 PDT 2026


Hi Arnd,

On 26/05/2026 at 12:32:04 +02, Arnd Bergmann <arnd at kernel.org> wrote:

> From: Arnd Bergmann <arnd at arndb.de>
>
> 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 at arndb.de>
    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 at arndb.de>
        [Miquel Raynal: Only NETtel was still in the tree, adapt the patch and the commit log]
        Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>

     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



More information about the linux-mtd mailing list