32 lines
1,022 B
Diff
32 lines
1,022 B
Diff
|
From b045189aef457833face5d7c4506e908289d2bfe Mon Sep 17 00:00:00 2001
|
||
|
From: Yunhui Cui <yunhui.cui@nxp.com>
|
||
|
Date: Thu, 18 Aug 2016 11:24:46 +0800
|
||
|
Subject: [PATCH 88/93] driver: spi: enable stm_get_locked_range() for
|
||
|
spansion flash
|
||
|
|
||
|
stm_get_locked_range() is also applicable for spansion flash, So we can
|
||
|
share it.
|
||
|
|
||
|
Signed-off-by: Yunhui Cui <yunhui.cui@nxp.com>
|
||
|
---
|
||
|
drivers/mtd/spi/spi_flash.c | 3 ++-
|
||
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/drivers/mtd/spi/spi_flash.c b/drivers/mtd/spi/spi_flash.c
|
||
|
index 87a92e9..d69d2c3 100644
|
||
|
--- a/drivers/mtd/spi/spi_flash.c
|
||
|
+++ b/drivers/mtd/spi/spi_flash.c
|
||
|
@@ -702,7 +702,8 @@ int sst_write_bp(struct spi_flash *flash, u32 offset, size_t len,
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
-#if defined(CONFIG_SPI_FLASH_STMICRO) || defined(CONFIG_SPI_FLASH_SST)
|
||
|
+#if defined(CONFIG_SPI_FLASH_STMICRO) || defined(CONFIG_SPI_FLASH_SST) || \
|
||
|
+ defined(CONFIG_SPI_FLASH_SPANSION)
|
||
|
static void stm_get_locked_range(struct spi_flash *flash, u8 sr, loff_t *ofs,
|
||
|
u32 *len)
|
||
|
{
|
||
|
--
|
||
|
1.7.9.5
|
||
|
|