]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mtd: spi-nor: Remove support for Xilinx S3AN flashes
authorMichael Walle <mwalle@kernel.org>
Fri, 19 Apr 2024 14:12:44 +0000 (16:12 +0200)
committerPratyush Yadav <pratyush@kernel.org>
Mon, 27 May 2024 14:39:21 +0000 (16:39 +0200)
commitbe1d1a76570c6e82fb51e77e7d0ad2d6e8157fea
treef0144b300c74701cab066b3cc9276de7dd7495db
parent1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0
mtd: spi-nor: Remove support for Xilinx S3AN flashes

These flashes are kind of an oddball for the very old Xilinx Spartan 3
FPGAs to store their bitstream. More importantly, they reuse the Atmel
JEDEC manufacturer ID and in fact the at45db081d already blocks the use
of the 3S700AN flash chip. It's time to sunset support for these
flashes.

Signed-off-by: Michael Walle <mwalle@kernel.org>
Acked-by: Tudor Ambarus <tudor.ambarus@linaro.org>
Reviewed-by: Pratyush Yadav <pratyush@kernel.org>
Cc: Ricardo Ribalda <ribalda@kernel.org>
Acked-by: Ricardo Ribalda <ribalda@chromium.org>
Signed-off-by: Pratyush Yadav <pratyush@kernel.org>
Link: https://lore.kernel.org/r/20240419141249.609534-2-mwalle@kernel.org
drivers/mtd/spi-nor/Makefile
drivers/mtd/spi-nor/core.c
drivers/mtd/spi-nor/core.h
drivers/mtd/spi-nor/xilinx.c [deleted file]