mbox series

[V2,0/2] mmc: sdhci-msm: Rectify DLL programming sequence for SDCC

Message ID 20241218091057.15625-1-quic_sachgupt@quicinc.com (mailing list archive)
Headers show
Series mmc: sdhci-msm: Rectify DLL programming sequence for SDCC | expand

Message

Sachin Gupta Dec. 18, 2024, 9:10 a.m. UTC
With the current DLL sequence stability issues are seen in
HS400 and HS200 mode for data transfers.

Rectify the DLL programming sequence as per latest hardware
programming guide and also incorporate support for HS200 and
HS400 DLL settings using the device tree.

Changes from v1:
1. Addressed Tengfei Fan comment, added missing semicolocon
 in sdhci_msm_host structure.

Sachin Gupta (2):
  mmc: sdhci-msm: Add core_major, minor to msm_host structure
  mmc: sdhci-msm: Rectify DLL programming sequence for SDCC

 drivers/mmc/host/sdhci-msm.c | 378 +++++++++++++++++++++++++++++++++--
 1 file changed, 359 insertions(+), 19 deletions(-)