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
flash_native_posix.c drivers: flash: Added native POSIX flash driver 2019-05-28 21:14:19 -04:00
flash_page_layout.c
flash_priv.h
flash_sam.c
flash_sam0.c drivers: flash: sam0: Remove defines from dts_fixup.h 2019-05-03 08:46:57 -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
flash_stm32.h
flash_stm32f3x.c
flash_stm32f4x.c
flash_stm32f7x.c
flash_stm32f0x.c
flash_stm32l4x.c
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
Kconfig.native_posix drivers: flash: Added native POSIX flash driver 2019-05-28 21:14:19 -04:00
Kconfig.nios2_qspi
Kconfig.nor
Kconfig.nrf
Kconfig.qmsi
Kconfig.sam
Kconfig.sam0
Kconfig.simulator drivers/flash/flash_simulator: Allow unaligned read 2019-05-28 11:24:48 +02:00
Kconfig.stm32
Kconfig.w25qxxdv
soc_flash_mcux.c
soc_flash_nios2_qspi.c
soc_flash_nrf.c
soc_flash_qmsi.c
spi_flash_w25qxxdv_defs.h
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
spi_nor.c
spi_nor.h