commit | fdefd873fc5ddb5e7c8760979de71e4019852ac3 | [log] [tgz] |
---|---|---|
author | Daniel DeGrasse <daniel.degrasse@nxp.com> | Mon Jun 27 10:38:47 2022 -0500 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Mon Jul 04 14:25:33 2022 +0000 |
tree | 8ec54dc95352e6aabc4ee8f02689c12131603b39 | |
parent | 71d1b277cbb3095d0c68524cffc865c6bb3d3196 [diff] |
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>