zephyr/drivers/flash
Marti Bolivar 4fea6dfe76 flash: stm32: clean up L4/F4 internal API
This is a prep work commit for adding flash page layout support.

The internal flash APIs for STM32 on L4 and F4 are a bit
inconsistent. Some routines take a pointer to the private data, others
don't. Those that do take it as a last argument instead of a
first. Additionally, some APIs are declared in flash_stm32.h that
aren't ever used by the family-specific files.

Clean this up by making everything take a struct device*, and marking
routines static in the common driver code when possible.

Signed-off-by: Marti Bolivar <marti.bolivar@linaro.org>
2017-09-11 11:41:57 -04:00
..
flash_page_layout.c Drivers: flash: New API to obtain the flash layout 2017-09-11 11:41:57 -04:00
flash_stm32.c flash: stm32: clean up L4/F4 internal API 2017-09-11 11:41:57 -04:00
flash_stm32.h flash: stm32: clean up L4/F4 internal API 2017-09-11 11:41:57 -04:00
flash_stm32f3x_priv.c drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
flash_stm32f3x.c drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
flash_stm32f3x.h drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
flash_stm32f4x.c flash: stm32: clean up L4/F4 internal API 2017-09-11 11:41:57 -04:00
flash_stm32l4x.c flash: stm32: clean up L4/F4 internal API 2017-09-11 11:41:57 -04:00
Kconfig Drivers: flash: New API to obtain the flash layout 2017-09-11 11:41:57 -04:00
Kconfig.stm32 flash: Rework and add flash device support for STM32L4x SoCs 2017-05-19 10:06:48 -04:00
Makefile Drivers: flash: New API to obtain the flash layout 2017-09-11 11:41:57 -04:00
soc_flash_mcux.c drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
soc_flash_nrf5.c Drivers: flash: nrf5: Implement flash layout APIs 2017-09-11 11:41:57 -04:00
soc_flash_qmsi.c drivers, net: Clean up semaphore initialization 2017-07-27 15:23:07 -04:00
spi_flash_w25qxxdv_defs.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
spi_flash_w25qxxdv.c drivers, net: Clean up semaphore initialization 2017-07-27 15:23:07 -04:00
spi_flash_w25qxxdv.h drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00