zephyr/drivers/flash
Peter Bigot e0f514f670 drivers: flash: spi_nor: support 32-bit addresses in access method
Support both 24-bit and 32-bit address values when constructing the
device command.  Note that some commands require 24-bit address
regardless of mode, and some require 32-bit addresses regardless of
mode, so provide command-specific overrides of a generic (but not yet
configurable) default address size.

With this we no longer need a special interface for READ_SFDP which
uses a 24-bit address but with a wait state introduced by clocking out
a fifth command byte.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2021-04-27 14:21:15 +02:00
..
CMakeLists.txt
flash_esp32.c
flash_gecko.c
flash_handlers.c
flash_mcux_flexspi_nor.c drivers: flash: mcux flexspi nor: copy data to RAM buffer on write 2021-04-15 16:26:39 -05:00
flash_page_layout.c
flash_priv.h
flash_sam.c
flash_sam0.c
flash_shell.c
flash_simulator.c
flash_stm32_qspi.c
flash_stm32_v1.c
flash_stm32.c drivers/flash: STM32: Adding condition to enable HSI clock for L1 series. 2021-04-23 14:59:06 +02:00
flash_stm32.h drivers/flash: STM32: Getting clock settings from DT. 2021-04-23 14:59:06 +02:00
flash_stm32f4x.c
flash_stm32f7x.c
flash_stm32g4x.c
flash_stm32g0x.c drivers: flash: stm32g0: Flush caches after erase 2021-04-20 12:44:14 +02:00
flash_stm32h7x.c
flash_stm32l4x.c
flash_stm32wbx.c drivers: flash: stm32wb: Flush caches after erase 2021-04-20 12:44:14 +02:00
jesd216.c
jesd216.h
Kconfig
Kconfig.at45
Kconfig.esp32
Kconfig.gecko
Kconfig.lpc
Kconfig.mcux drivers: flash: mcux flexspi nor: copy data to RAM buffer on write 2021-04-15 16:26:39 -05:00
Kconfig.nios2_qspi
Kconfig.nor
Kconfig.nordic_qspi_nor
Kconfig.nrf
Kconfig.rv32m1
Kconfig.sam
Kconfig.sam0
Kconfig.simulator
Kconfig.stm32
Kconfig.stm32_qspi
nrf_qspi_nor.c
soc_flash_lpc.c
soc_flash_mcux.c
soc_flash_nios2_qspi.c
soc_flash_nrf_ticker.c
soc_flash_nrf.c
soc_flash_nrf.h
soc_flash_rv32m1.c
spi_flash_at45.c
spi_nor.c drivers: flash: spi_nor: support 32-bit addresses in access method 2021-04-27 14:21:15 +02:00
spi_nor.h