zephyr/drivers/flash
Peter Bigot cde962e789 drivers: flash: spi_nor: refactor to allow more access options
This driver abstracts most access through a generic function that
supports both read and write with and without address components in
the command.  Rework this so that instead of distinct arguments
specifying the combination of features there's a flag set that will
allow more combinations to be specified.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2021-04-27 14:21:15 +02:00
..
CMakeLists.txt drivers: flash: Support i.MX FlexSPI NOR driver with XIP 2021-04-15 16:26:39 -05:00
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: refactor to allow more access options 2021-04-27 14:21:15 +02:00
spi_nor.h