zephyr/drivers/flash
Ryan C Johnson d9e4512d86 drivers: flash: w25q: erase operations must be erase-size aligned
- Erase operations must be aligned to the erase-size.
 - Don't need to perform an alignment check on a full erase. The offset
   is not used in this case.
 - Don't need to perform alignment check on a sector sized erase, as
   this alignment is checked on entrance to the function.
 - Removed some whitespace.

Signed-off-by: Ryan C Johnson <ryan.johnson@flex.com>
2019-05-30 08:36:14 -04:00
..
CMakeLists.txt drivers: flash: Added native POSIX flash driver 2019-05-28 21:14:19 -04:00
flash_gecko.c flash_gecko: add support for page layout 2019-04-26 03:25:08 -07:00
flash_handlers.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
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 headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
flash_sam.c include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
flash_sam0.c drivers: flash: sam0: Remove defines from dts_fixup.h 2019-05-03 08:46:57 -05:00
flash_shell.c shell: Modify subcommands to use SHELL_STATIC_SUBCMD_SET_CREATE 2019-02-20 07:31:35 -05:00
flash_simulator.c drivers/flash/flash_simulator: Allow unaligned read 2019-05-28 11:24:48 +02:00
flash_stm32.c drivers/flash: stm32f3/stm32f1: define flash registers as volatile 2019-03-15 06:43:24 -05:00
flash_stm32.h drivers/flash: Move STM32F3 to generic STM32 series driver 2019-02-19 07:45:50 -06: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 cleanup: Use quote include instead of system include 2017-10-28 07:11:53 -04:00
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
Kconfig drivers: flash: Added native POSIX flash driver 2019-05-28 21:14:19 -04: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: drivers: flash: Remove redundant FLASH dependencies 2019-03-09 09:56:40 -05:00
Kconfig.nrf drives/flash: use nrfx for nrf 2019-04-19 11:50:46 +02:00
Kconfig.qmsi kconfig: drivers: flash: Remove redundant FLASH dependencies 2019-03-09 09:56:40 -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: Move STM32F3 to generic STM32 series driver 2019-02-19 07:45:50 -06:00
Kconfig.w25qxxdv dts: flash: w25qxxdv: Add Device Tree Support for SPI FLASH w25qxxdv 2019-01-09 10:26:10 -06:00
soc_flash_mcux.c flash: soc_flash_mcux: Convert FLASH_ERASE_BLOCK_SIZE to DT_ 2019-02-08 22:39:07 -06: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 drives/flash: provide boundaries info for nRF9160 2019-04-19 11:50:46 +02:00
soc_flash_qmsi.c device: Extend device_set_power_state API to support async requests 2019-03-14 14:26:15 +01:00
spi_flash_w25qxxdv.c drivers: flash: w25q: erase operations must be erase-size aligned 2019-05-30 08:36:14 -04:00
spi_flash_w25qxxdv.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
spi_flash_w25qxxdv_defs.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
spi_nor.c drivers: flash: spi_nor.c: fix typo 2019-04-11 10:02:44 +02:00
spi_nor.h Kconfig: spi_nor: Remove Erase configuration from Kconfig 2019-01-16 21:22:56 -05:00