[PATCH v3 0/6] mtd: spi-nor: Handle ID collisions
Tudor Ambarus
tudor.ambarus at microchip.com
Sat Nov 6 04:36:51 PDT 2021
Depends on:
https://lore.kernel.org/all/20211029172633.886453-19-tudor.ambarus@microchip.com/T/
Tested with MX25L3233F.
Changes in v3:
- report correct manufacturer name in ID collisions driver
- use fixup name of the first flash, not of the one that collide
- use xxd to dump sfdp (where I had the flash)
- drop locking support on xt25f128b
- constify flash_info fixups hook
Tudor Ambarus (6):
mtd: spi-nor: core: Report correct name in case of ID collisions
mtd: spi-nor: macronix: Handle ID collision b/w MX25L3233F and
MX25L3205D
mtd: spi-nor: macronix: Handle ID collision b/w MX25L12805D and
MX25L12835F
mtd: spi-nor: Introduce Manufacturer ID collisions driver
mtd: spi-nor: manuf-id-collisions: Add support for xt25f128b
mtd: spi-nor: manuf-id-collisions: Add support for xm25qh64c
drivers/mtd/spi-nor/Makefile | 1 +
drivers/mtd/spi-nor/core.c | 10 +++-
drivers/mtd/spi-nor/core.h | 1 +
drivers/mtd/spi-nor/macronix.c | 47 +++++++++++++++++--
drivers/mtd/spi-nor/manuf-id-collisions.c | 57 +++++++++++++++++++++++
drivers/mtd/spi-nor/sysfs.c | 4 +-
include/linux/mtd/spi-nor.h | 6 +++
7 files changed, 119 insertions(+), 7 deletions(-)
create mode 100644 drivers/mtd/spi-nor/manuf-id-collisions.c
--
2.25.1
More information about the linux-mtd
mailing list