]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mtd: spi-nor: get rid of SPI_NOR_NO_FR
authorMichael Walle <mwalle@kernel.org>
Fri, 19 Apr 2024 14:12:47 +0000 (16:12 +0200)
committerPratyush Yadav <pratyush@kernel.org>
Mon, 27 May 2024 15:07:15 +0000 (17:07 +0200)
commit2d95d13248446355fec961ef96703e552b75fe52
tree444ac2c795af6382c5dcb1edcd79039ef4781d62
parentd323a41884a9ec062f07c47436a1fbaf50918d68
mtd: spi-nor: get rid of SPI_NOR_NO_FR

The Everspin FRAM devices are the only user of the NO_FR flag. Drop the
global flag and instead use a manufacturer fixup for the Everspin
flashes to drop the fast read support.

Signed-off-by: Michael Walle <mwalle@kernel.org>
Reviewed-by: Tudor Ambarus <tudor.ambarus@linaro.org>
Reviewed-by: Pratyush Yadav <pratyush@kernel.org>
[pratyush@kernel.org: s/evervision/everspin/g in code and commit message]
Signed-off-by: Pratyush Yadav <pratyush@kernel.org>
Link: https://lore.kernel.org/r/20240419141249.609534-5-mwalle@kernel.org
drivers/mtd/spi-nor/core.c
drivers/mtd/spi-nor/core.h
drivers/mtd/spi-nor/everspin.c