mbox series

[v2,0/2] mtd: spi-nor: Support for another sst flash

Message ID 20230616140822.2789638-1-miquel.raynal@bootlin.com
Headers show
Series mtd: spi-nor: Support for another sst flash | expand

Message

Miquel Raynal June 16, 2023, 2:08 p.m. UTC
Hello,

Here are a couple of patches adding support for the sst26vf032b spi-nor,
I could successfully use the PARSE_SFDP flag actually, so here is a
second patch actually switching to SFDP parsing for its cousins as
well.

Cheers,
Miquèl

Changes in v2:
* Drop the useless binding change.
* Add Link tag in commit message.
* Use the PARSE_SFDP flag.
* Drop redundant information from the known parts and its cousin.

Miquel Raynal (2):
  mtd: spi-nor: Add support for sst26vf032b flash
  mtd: spi-nor: Drop redundant information on the sst26vf flash series

 drivers/mtd/spi-nor/sst.c | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)