zephyr/subsys/fs/fcb
Jordan Yates 4543f82c12 storage: flash_map: remove device_get_binding
Remove all usage of `device_get_binding` in the subsys by directly
storing the `const struct device*` in the `struct flash_area`.

Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
2022-07-02 16:04:16 +02:00
..
CMakeLists.txt
fcb_append.c fs: fcb: Make FCB work with sectors larger than 16K 2022-05-25 14:57:45 +02:00
fcb_elem_info.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
fcb_getnext.c fs: fcb: Make FCB work with sectors larger than 16K 2022-05-25 14:57:45 +02:00
fcb_priv.h
fcb_rotate.c fs: fcb: Make FCB work with sectors larger than 16K 2022-05-25 14:57:45 +02:00
fcb_walk.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
fcb.c storage: flash_map: remove device_get_binding 2022-07-02 16:04:16 +02:00
Kconfig