Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1402994
| From | Matthias Schiffer <mschiffer@universe-factory.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/2] mtd: spi-nor: disable software protection for Macronix flash at startup |
| Date | 2016-05-18 15:50 +0200 |
| Message-ID | <rAa1k-2O5-13@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 1/2] mtd: spi-nor: disable software protection for Macronix flash at startup Matthias Schiffer <mschiffer@universe-factory.net> - 2016-05-18 15:50 +0200
Re: [PATCH 1/2] mtd: spi-nor: disable software protection for Macronix flash at startup Cyrille Pitchen <cyrille.pitchen@atmel.com> - 2016-05-23 16:10 +0200
Re: [PATCH 1/2] mtd: spi-nor: disable software protection for Macronix flash at startup Matthias Schiffer <mschiffer@universe-factory.net> - 2016-05-23 18:40 +0200
Re: [PATCH 1/2] mtd: spi-nor: disable software protection for Macronix flash at startup Cyrille Pitchen <cyrille.pitchen@atmel.com> - 2016-05-23 20:00 +0200
csiph-web