zephyr/subsys/sd
Daniel DeGrasse fdefd873fc sd: add proper handling for DISK_IOCTL_CTRL_SYNC
Add handling for DISK_IOCTL_CTRL_SYNC to SD subsystem. Note that
SD caching is not enabled by the SD stack, so the only required
operation to sync the disk is to wait for any active data programming
to complete.

Fixes #46689

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
2022-07-04 14:25:33 +00:00
..
CMakeLists.txt sd: Add sdmmc protocol stack 2022-04-29 14:21:36 -05:00
Kconfig sd: Add sdmmc protocol stack 2022-04-29 14:21:36 -05:00
sd.c sd: Add sdmmc protocol stack 2022-04-29 14:21:36 -05:00
sd_utils.h
sdmmc.c sd: add proper handling for DISK_IOCTL_CTRL_SYNC 2022-07-04 14:25:33 +00:00
sdmmc_priv.h