summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTanmay Kathpalia <[email protected]>2025-12-03 04:21:37 -0800
committerPeng Fan <[email protected]>2025-12-11 20:53:52 +0800
commit3dafdeface93a68c78f0921ea3d9237c7c622fdc (patch)
tree3a2951743925e2bbf898a755f5ed43cf928bf993 /include
parent7d52b66b9b8e00815ef968c4ad0f2f704228fb69 (diff)
mmc: sdhci-cadence: Enable software tuning for both SD and eMMC interfaces
Remove interface type restrictions in sdhci_cdns_execute_tuning() to enable software tuning for both SD and eMMC devices. The previous assumption that SD timing should be handled by SDHCI core is incorrect based on the actual function assignment logic. The execute_tuning function is assigned based on MMC_SUPPORTS_TUNING config, which is enabled by both MMC_UHS_SUPPORT and MMC_HS200_SUPPORT. Changes: Remove IS_MMC() check that restricted tuning to eMMC only Remove opcode validation limited to MMC_CMD_SEND_TUNING_BLOCK_HS200 Signed-off-by: Tanmay Kathpalia <[email protected]> Reviewed-by: Balsundar Ponnusamy <[email protected]> Reviewed-by: Peng Fan <[email protected]> Signed-off-by: Peng Fan <[email protected]>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions