aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mtd
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2022-02-23 14:43:54 +0100
committerTudor Ambarus <tudor.ambarus@microchip.com>2022-02-25 18:12:49 +0200
commit837d5181beef068c16bb8424c2c1571a7d5d7966 (patch)
treed7d549ee8e7b21f3632fdceba89bbec1c3eeba21 /include/linux/mtd
parentmtd: spi-nor: spansion: slightly rework control flow in late_init() (diff)
downloadlinux-dev-837d5181beef068c16bb8424c2c1571a7d5d7966.tar.xz
linux-dev-837d5181beef068c16bb8424c2c1571a7d5d7966.zip
mtd: spi-nor: move all spansion specifics into spansion.c
The clear status register flags is only available on spansion flashes. Move all the functions around that into the spanion module. Signed-off-by: Michael Walle <michael@walle.cc> Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com> Tested-by: Pratyush Yadav <p.yadav@ti.com> # on mt35xu512aba, s28hs512t Reviewed-by: Pratyush Yadav <p.yadav@ti.com> Link: https://lore.kernel.org/r/20220223134358.1914798-29-michael@walle.cc
Diffstat (limited to 'include/linux/mtd')
-rw-r--r--include/linux/mtd/spi-nor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mtd/spi-nor.h b/include/linux/mtd/spi-nor.h
index 4622251a79ff..5e25a7b75ae2 100644
--- a/include/linux/mtd/spi-nor.h
+++ b/include/linux/mtd/spi-nor.h
@@ -90,7 +90,6 @@
/* Used for Spansion flashes only. */
#define SPINOR_OP_BRWR 0x17 /* Bank register write */
-#define SPINOR_OP_CLSR 0x30 /* Clear status register 1 */
/* Used for Micron flashes only. */
#define SPINOR_OP_RD_EVCR 0x65 /* Read EVCR register */