zephyr/drivers/flash
Andrew Boie 66aefcfcf4 drivers: flash: add system calls
The page_layout API returns pointers to kernel memory and is not
exposed to user mode. This is fine for flash_get_page_count()
and flash_get_page_info APIs since these copy the values, but some
redesign work will be needed to get flash_page_foreach() working in
user mode since we do not want the callback running in a privileged
state.

Due to the way that (even unimplemented) system call prototypes are
generated, the definition of struct flash_pages_info needed to be
moved outside of the #ifdef.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-10-30 13:20:19 -07:00
..
flash_handlers.o drivers: flash: add system calls 2017-10-30 13:20:19 -07:00
flash_page_layout.c drivers: flash: add system calls 2017-10-30 13:20:19 -07:00
flash_stm32.c cleanup: Use quote include instead of system include 2017-10-28 07:11:53 -04:00
flash_stm32.h flash: stm32: stm32f4: add page layout support 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: flash: Add write-block-size values for SoCs 2017-10-11 11:19:15 -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 cleanup: Use quote include instead of system include 2017-10-28 07:11:53 -04:00
flash_stm32l4x.c flash: stm32: stm32l4: add page layout support 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: stm32: stm32l4: add page layout support 2017-09-11 11:41:57 -04:00
Makefile drivers: flash: add system calls 2017-10-30 13:20:19 -07:00
soc_flash_mcux.c drivers: flash: Add write-block-size values for SoCs 2017-10-11 11:19:15 -05:00
soc_flash_nrf5.c drivers: flash: Add write-block-size values for SoCs 2017-10-11 11:19:15 -05:00
soc_flash_qmsi.c drivers: flash: Add write-block-size values for SoCs 2017-10-11 11:19:15 -05: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: flash: Add write-block-size values for SoCs 2017-10-11 11:19:15 -05:00
spi_flash_w25qxxdv.h drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00