OSDN Git Service

mtd: spi-nor: Print all JEDEC ID bytes on error
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 12 Mar 2019 10:45:49 +0000 (11:45 +0100)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 21 Mar 2019 16:24:11 +0000 (17:24 +0100)
commit3ddc8adbbc76832e96b8500ff50f4b20b9060128
treed1146b5e54f19b2be8e681ce8711ddcaebbaa09d
parent9e98c678c2d6ae3a17cb2de55d17f69dddaa231b
mtd: spi-nor: Print all JEDEC ID bytes on error

If identification of an SPI NOR FLASH fails, the JEDEC ID is printed,
which is stored in the first 3 bytes of the ID read from the FLASH.
However, the extended JEDEC ID, which is stored in the remaining bytes,
also matters, as it is used for identification of some FLASH types.

Print all (currently 6) ID bytes read to ease failure analysis and
debugging.

Suggested-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/spi-nor/spi-nor.c