zephyr/subsys/sd
Daniel DeGrasse 05c84ccb2d sd: sd_ops: take card lock when issuing IOCTL command
Take card lock when running IOCTL command, to avoid race conditions that
could occur within the lower SDHC transfer implementations (as these
will be called by sdmmc_wait_ready)

Fixes #72368

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
2024-05-16 18:54:21 -04:00
..
CMakeLists.txt
Kconfig
mmc.c
sd.c
sd_init.h
sd_ops.c sd: sd_ops: take card lock when issuing IOCTL command 2024-05-16 18:54:21 -04:00
sd_ops.h
sd_utils.h
sdio.c
sdmmc.c