commit | b61379fb692205f5066e5d3b7fbbb3bdc438cae8 | [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 | f9ed855becb65eda24b188b762f09723ee3524be [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>