zephyr/drivers/flash
Kumar Gala a2693975d7 dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST...
Change code from using now deprecated DT_<COMPAT>_<INSTANCE>_<PROP>
defines to using DT_INST_<INSTANCE>_<COMPAT>_<PROP>.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-06-14 08:02:15 -05:00
..
CMakeLists.txt driver: flash: add flash driver for the RV32M1 SOC 2019-06-03 10:43:47 -05:00
Kconfig driver: flash: add flash driver for the RV32M1 SOC 2019-06-03 10:43:47 -05:00
Kconfig.gecko flash_gecko: add support for page layout 2019-04-26 03:25:08 -07:00
Kconfig.mcux license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig.native_posix drivers: flash: Added native POSIX flash driver 2019-05-28 21:14:19 -04:00
Kconfig.nios2_qspi license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig.nor
Kconfig.nrf drives/flash: use nrfx for nrf 2019-04-19 11:50:46 +02:00
Kconfig.qmsi
Kconfig.rv32m1 driver: flash: add flash driver for the RV32M1 SOC 2019-06-03 10:43:47 -05:00
Kconfig.sam soc: sam0: Enable generic peripheral selection 2019-04-19 14:37:17 -05:00
Kconfig.sam0 soc: sam0: Enable generic peripheral selection 2019-04-19 14:37:17 -05:00
Kconfig.simulator drivers/flash/flash_simulator: Allow unaligned read 2019-05-28 11:24:48 +02:00
Kconfig.stm32 drivers/flash: stm32wb: Add driver for stm32wb 2019-06-03 09:38:19 -04:00
Kconfig.w25qxxdv
flash_gecko.c dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... 2019-06-14 08:02:15 -05:00
flash_handlers.c
flash_native_posix.c drivers: flash: Added native POSIX flash driver 2019-05-28 21:14:19 -04:00
flash_page_layout.c drivers: Rename reserved function names 2019-04-03 17:31:00 -04:00
flash_priv.h
flash_sam.c dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... 2019-06-14 08:02:15 -05:00
flash_sam0.c dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... 2019-06-14 08:02:15 -05:00
flash_shell.c
flash_simulator.c drivers/flash/flash_simulator: Allow unaligned read 2019-05-28 11:24:48 +02:00
flash_stm32.c dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... 2019-06-14 08:02:15 -05:00
flash_stm32.h drivers/flash: stm32wb: Add driver for stm32wb 2019-06-03 09:38:19 -04:00
flash_stm32f0x.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
flash_stm32f3x.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
flash_stm32f4x.c
flash_stm32f7x.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
flash_stm32l4x.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
flash_stm32wbx.c drivers/flash: stm32wb: Add driver for stm32wb 2019-06-03 09:38:19 -04:00
soc_flash_mcux.c dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... 2019-06-14 08:02:15 -05:00
soc_flash_nios2_qspi.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
soc_flash_nrf.c style: add braces around if/while statements 2019-06-06 15:20:21 +02:00
soc_flash_qmsi.c
soc_flash_rv32m1.c dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... 2019-06-14 08:02:15 -05:00
spi_flash_w25qxxdv.c dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... 2019-06-14 08:02:15 -05:00
spi_flash_w25qxxdv.h
spi_flash_w25qxxdv_defs.h
spi_nor.c dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... 2019-06-14 08:02:15 -05:00
spi_nor.h