]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
mtd: maps: remove obsolete impa7 map driver
authorArnd Bergmann <arnd@arndb.de>
Tue, 26 May 2026 10:32:06 +0000 (12:32 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 27 May 2026 09:19:57 +0000 (11:19 +0200)
commit72de4a7c8e2953ae489120203d2c45bb59c5c54f
treef71eba20632dbadc2a0c126b3a5653839e732681
parentc584b8a7ad01a334a89732f3c5791ba14e58642b
mtd: maps: remove obsolete impa7 map driver

This driver was originally merged in 2002 for a board using
the Cirrus Logic CL/PS711x platform, but the actual board
file never made it upstream.

The SoC platform is still supported but uses devicetree
based probing, so if anyone ever wanted to upstream board
support, they would just use the regular physmap driver.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/maps/Kconfig
drivers/mtd/maps/Makefile
drivers/mtd/maps/impa7.c [deleted file]