commit | 8da3b43f9fb1555a681b3720dc9f16bcd0902c52 | [log] [tgz] |
---|---|---|
author | Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com> | Mon Mar 17 22:54:41 2025 +0200 |
committer | Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com> | Wed May 07 08:16:29 2025 +0300 |
tree | a1685ca089bcc47fc4266b2b822c33c8ad079275 | |
parent | bb0f9a06646736bb0ea6a37edfa6cc8c150c0812 [diff] |
feat(nxp-mmc): add data buffer The prepare callback is used to set buffer details for a transfer. The actual transfer may not occur immediately. Therefore, the details are saved and applied to the next data transfer command. This mechanism also helps distinguish between single and multi-block transfers based on the transfer size. Change-Id: I7bcfde0521ad628e5950dfc71482191ac35433d1 Signed-off-by: Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com>