[PATCH v3 0/6] mtd: spi-nor: Handle ID collisions
From: Tudor Ambarus <hidden>
Date: 2021-11-06 17:22:21
Depends on: https://lore.kernel.org/all/20211029172633.886453-19-tudor.ambarus@microchip.com/T/ (local) 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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel