mtd: spi-nor: winbond: w25q256jvm: Init flash based on SFDP
authorTudor Ambarus <tudor.ambarus@microchip.com>
Tue, 7 Dec 2021 14:02:51 +0000 (16:02 +0200)
committerTudor Ambarus <tudor.ambarus@microchip.com>
Tue, 7 Dec 2021 15:05:11 +0000 (17:05 +0200)
commit1c513c986b0a4c7151cb4571e568136f16c9dc58
tree7c8b49a8031bb38822008621422fa4d46775c3cb
parentb7ed1a3731a9575198e3d8b70af7637abcc8656d
mtd: spi-nor: winbond: w25q256jvm: Init flash based on SFDP

Get rid of the static initialization of the flash parameters and
init them when parsing SFDP.
Generated a 256 Kbyte random data and did an erase, write, read back
and compare test. The flash uses for reads SPINOR_OP_READ_1_4_4 0xeb,
for erases SPINOR_OP_BE_4K 0x20, and for writes SPINOR_OP_PP 0x02.

Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Link: https://lore.kernel.org/r/20211207140254.87681-12-tudor.ambarus@microchip.com
drivers/mtd/spi-nor/winbond.c