mbox series

[v1,0/2] mmc: mediatek: add support for complete clock cycle tuning

Message ID 20231124070839.12484-1-axe.yang@mediatek.com (mailing list archive)
Headers show
Series mmc: mediatek: add support for complete clock cycle tuning | expand

Message

Axe Yang (杨磊) Nov. 24, 2023, 7:08 a.m. UTC
Add support for 64-steps tuning for better calibration result.
In the past, msdc driver only tune 32-steps and may not achieve the
globally optimal sampling delay.

Axe Yang (2):
  mmc: mediatek: add support for 64-steps tuning
  dt-bindings: mmc: mtk-sd: add 64-steps tuning related property

 .../devicetree/bindings/mmc/mtk-sd.yaml       |   8 ++
 drivers/mmc/host/mtk-sd.c                     | 133 +++++++++++++-----
 2 files changed, 105 insertions(+), 36 deletions(-)