]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: spi-nor: fix erase_type array to indicate current map conf
authorTudor Ambarus <tudor.ambarus@microchip.com>
Mon, 26 Nov 2018 12:45:44 +0000 (12:45 +0000)
committerBoris Brezillon <boris.brezillon@bootlin.com>
Wed, 28 Nov 2018 08:00:00 +0000 (09:00 +0100)
commit94fd364f3325e9ff07f261c9c031f7711f777912
tree74f5e717685aafca4ccabd0c8e818a40da2843ff
parent3da2c7e7dd758fc8d8e2d8f7585bdd4a6ddd3393
mtd: spi-nor: fix erase_type array to indicate current map conf

BFPT advertises all the erase types supported by all the possible
map configurations. Mask out the erase types that are not supported
by the current map configuration.

Backward compatibility test done on sst26vf064b.

Fixes: ea8f96ff0800 ("mtd: spi-nor: parse SFDP Sector Map Parameter Table")
Reported-by: Alexander Sverdlin <alexander.sverdlin@nokia.com>
Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Tested-by: Alexander Sverdlin <alexander.sverdlin@nokia.com>
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
drivers/mtd/spi-nor/spi-nor.c