linux-stable/drivers/mtd/spi-nor
Pratyush Yadav 63017068a6 mtd: spi-nor: spansion: write 2 bytes when disabling Octal DTR mode
The Octal DTR configuration is stored in the CFR5V register. This
register is 1 byte wide. But 1 byte long transactions are not allowed in
8D-8D-8D mode. Since the next byte address does not contain any
register, it is safe to write any value to it. Write a 0 to it.

Signed-off-by: Pratyush Yadav <p.yadav@ti.com>
Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Link: https://lore.kernel.org/r/20210531181757.19458-3-p.yadav@ti.com
2021-12-23 15:04:13 +02:00
..
controllers mtd: spi-nor: nxp-spifi: Make use of the helper function devm_platform_ioremap_resource_byname() 2021-10-15 11:58:50 +03:00
atmel.c mtd: spi-nor: Rework the flash_info flags 2021-12-07 17:05:11 +02:00
catalyst.c mtd: spi-nor: Rework the flash_info flags 2021-12-07 17:05:11 +02:00
core.c mtd: spi-nor: core: use 2 data bytes for template ops 2021-12-23 15:04:13 +02:00
core.h mtd: spi-nor: Rework the flash_info flags 2021-12-07 17:05:11 +02:00
eon.c mtd: spi-nor: Rework the flash_info flags 2021-12-07 17:05:11 +02:00
esmt.c mtd: spi-nor: Rework the flash_info flags 2021-12-07 17:05:11 +02:00
everspin.c mtd: spi-nor: Rework the flash_info flags 2021-12-07 17:05:11 +02:00
fujitsu.c mtd: spi-nor: Rework the flash_info flags 2021-12-07 17:05:11 +02:00
gigadevice.c mtd: spi-nor: Constify part specific fixup hooks 2021-12-23 10:17:03 +02:00
intel.c mtd: spi-nor: Rework the flash_info flags 2021-12-07 17:05:11 +02:00
issi.c mtd: spi-nor: Constify part specific fixup hooks 2021-12-23 10:17:03 +02:00
Kconfig mtd: spi-nor: keep lock bits if they are non-volatile 2020-12-07 23:01:15 +05:30
macronix.c mtd: spi-nor: Constify part specific fixup hooks 2021-12-23 10:17:03 +02:00
Makefile mtd: spi-nor: add initial sysfs support 2021-06-15 23:18:32 +05:30
micron-st.c mtd: spi-nor: Constify part specific fixup hooks 2021-12-23 10:17:03 +02:00
otp.c mtd: spi-nor: Introduce spi_nor_set_mtd_info() 2021-12-07 17:05:10 +02:00
sfdp.c mtd: spi-nor: core: Call spi_nor_post_sfdp_fixups() only when SFDP is defined 2021-12-07 17:05:10 +02:00
sfdp.h mtd: spi-nor: Get rid of duplicated argument in spi_nor_parse_sfdp() 2021-03-15 18:01:47 +02:00
spansion.c mtd: spi-nor: spansion: write 2 bytes when disabling Octal DTR mode 2021-12-23 15:04:13 +02:00
sst.c mtd: spi-nor: Rework the flash_info flags 2021-12-07 17:05:11 +02:00
swp.c mtd: spi-nor: Introduce spi_nor_set_mtd_info() 2021-12-07 17:05:10 +02:00
sysfs.c mtd: spi-nor: add initial sysfs support 2021-06-15 23:18:32 +05:30
winbond.c mtd: spi-nor: Constify part specific fixup hooks 2021-12-23 10:17:03 +02:00
xilinx.c mtd: spi-nor: core: Don't use mtd_info in the NOR's probe sequence of calls 2021-12-07 17:05:10 +02:00
xmc.c mtd: spi-nor: Rework the flash_info flags 2021-12-07 17:05:11 +02:00