public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] mtd: spi-nor: disable software protection for Macronix flash at startup
@ 2016-05-18 13:32 Matthias Schiffer
  2016-05-18 13:32 ` [PATCH 2/2] mtd: spi-nor: disable software protection for Winbond flash at startup (again) Matthias Schiffer
  2016-05-23 14:01 ` [PATCH 1/2] mtd: spi-nor: disable software protection for Macronix flash at startup Cyrille Pitchen
  0 siblings, 2 replies; 5+ messages in thread
From: Matthias Schiffer @ 2016-05-18 13:32 UTC (permalink / raw)
  To: linux-kernel, linux-mtd; +Cc: Felix Fietkau

This patch has been tested in OpenWrt for a few months and seems to work
correctly.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
---
 drivers/mtd/spi-nor/spi-nor.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c
index 157841d..d681003 100644
--- a/drivers/mtd/spi-nor/spi-nor.c
+++ b/drivers/mtd/spi-nor/spi-nor.c
@@ -1304,6 +1304,7 @@ int spi_nor_scan(struct spi_nor *nor, const char *name, enum read_mode mode)
 
 	if (JEDEC_MFR(info) == SNOR_MFR_ATMEL ||
 	    JEDEC_MFR(info) == SNOR_MFR_INTEL ||
+	    JEDEC_MFR(info) == SNOR_MFR_MACRONIX ||
 	    JEDEC_MFR(info) == SNOR_MFR_SST ||
 	    info->flags & SPI_NOR_HAS_LOCK) {
 		write_enable(nor);
-- 
2.8.2

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-05-23 17:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-18 13:32 [PATCH 1/2] mtd: spi-nor: disable software protection for Macronix flash at startup Matthias Schiffer
2016-05-18 13:32 ` [PATCH 2/2] mtd: spi-nor: disable software protection for Winbond flash at startup (again) Matthias Schiffer
2016-05-23 14:01 ` [PATCH 1/2] mtd: spi-nor: disable software protection for Macronix flash at startup Cyrille Pitchen
2016-05-23 16:32   ` Matthias Schiffer
2016-05-23 17:56     ` Cyrille Pitchen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox