You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mmc: andes: ftsdc010: Only MMC block commands use DMA mode for data transfer (torvalds#223)
Determine if DMA mode should be used for the current command.
DMA mode is preferred for block transfers to optimize performance,
but it may not be used in certain situations:
1. Only block transfer commands (CMD17, CMD18, CMD24, CMD25)
will utilize DMA to minimize overhead for smaller commands.
2. PIO mode is used for CMD6 to avoid potential hangup issues
during system resumes on specific FPGA implementations.
Signed-off-by: CL Wang <[email protected]>
Reviewed-on: https://gitea.andestech.com/RD-SW/linux/pulls/223
Reviewed-by: randolph <[email protected]>
Reviewed-by: Leo Yu-Chi Liang <[email protected]>
Reviewed-by: Locus Wei-Han Chen <[email protected]>
Reviewed-by: Tim Shih-Ting OuYang <[email protected]>
Co-authored-by: CL Wang <[email protected]>
Co-committed-by: CL Wang <[email protected]>
0 commit comments