zephyr/subsys/sd
Daniel DeGrasse 0767fd97f8 sd: sd_ops: fix DISK_IOCTL_CTRL_SYNC return code
SD IOCTL handling for DISK_IOCTL_CTRL_SYNC was falling through to the
default return statement, and returning an error when disk sync
succeeded. Fix this issue by properly breaking in IOCTL handler.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
2024-05-29 07:31:39 +02:00
..
CMakeLists.txt sd: Changes framework to support MMC 2023-01-14 09:22:22 +01:00
Kconfig sd: add config SD_CMD_RETRIES 2024-01-25 20:13:25 +01:00
mmc.c drivers: sdhc: allow bandwidth selection 2023-09-13 16:20:59 +02:00
sd_init.h sd: Changes framework to support MMC 2023-01-14 09:22:22 +01:00
sd_ops.c sd: sd_ops: fix DISK_IOCTL_CTRL_SYNC return code 2024-05-29 07:31:39 +02:00
sd_ops.h sd: update comment to reference 'SD host controller specification' 2024-01-25 20:13:25 +01:00
sd_utils.h sd: split sdmmc common functions into sd_ops.c 2023-01-14 09:22:22 +01:00
sd.c sd: omit zero-initialization for sdhc_command and sdhc_data structures 2024-01-25 20:13:25 +01:00
sdio.c sd: sdio: rework frequency and timing selection logic 2024-05-16 09:21:03 +02:00
sdmmc.c sd: sdmmc: rework frequency and timing selection logic 2024-05-16 09:21:03 +02:00