public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/5] mmc: sdhci-msm: Rectify DLL programming sequence
@ 2025-12-15 12:00 Ram Prakash Gupta
  2025-12-15 12:00 ` [PATCH v6 1/5] dt-bindings: mmc: Add dll-presets values for HS400 and HS200 modes Ram Prakash Gupta
                   ` (5 more replies)
  0 siblings, 6 replies; 23+ messages in thread
From: Ram Prakash Gupta @ 2025-12-15 12:00 UTC (permalink / raw)
  To: Ulf Hansson, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Bjorn Andersson, Konrad Dybcio, Adrian Hunter
  Cc: linux-mmc, devicetree, linux-kernel, linux-arm-msm,
	dmitry.baryshkov, quic_rampraka, quic_pragalla, quic_sayalil,
	quic_nitirawa, quic_bhaskarv, kernel

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 v5:
1. Addressed Adrian Hunter's comments:
   a. SDHCI_HS400_TUNING flag handling
   b. Use of readl_relaxed_poll_timeout api instead of loop.
   c. Reording of variables.
2. Krzysztof's request for DTS user.

Changes from v4:
1. Addressed Rob Herrirng & Konrad Dybcio comments:
   a. Regarding naming of dt entry.
2. Addressed Adrian Hunter comments:
   a. Regarding parsing of dt and storing variable in driver.
3. Additional change:
   a. Changes in patch 4/4 according to parsing change.

Changes from v3:
1. Addressed Dmitry Baryshkov comments:
   a. Regarding clk division by in V2 patchset
2. Addressed Konrad Dybcio comments:
   a. Renaming of parameters
   b. Memory allocation
   c. couldn't address __free, as didn't fit here
3. Addressed Krzysztof Kozlowsk comment:
   a. Regarding the dt binding
   b. commit message to reflect the need of dt
4. Additional change:
   a. DT parsing logic
   b. Maintain backward compatibility

Changes from v2:
1. Addressed Dmitry Baryshkov comments:
   a. Regarding TCXO frequency.
   b. Regarding clock rate.
   c. regarding checkpatch.

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

Ram Prakash Gupta (1):
  arm64: dts: qcom: Add sdhc dll-presets

Sachin Gupta (4):
  dt-bindings: mmc: Add dll-presets values for HS400 and HS200 modes
  mmc: sdhci-msm: Add core_major, minor to msm_host structure
  mmc: sdhci-msm: Add Device tree parsing logic for DLL settings
  mmc: sdhci-msm: Rectify DLL programming sequence for SDCC

 .../devicetree/bindings/mmc/sdhci-msm.yaml    |   5 +
 arch/arm64/boot/dts/qcom/qdu1000.dtsi         |   4 +-
 drivers/mmc/host/sdhci-msm.c                  | 324 +++++++++++++++++-
 3 files changed, 314 insertions(+), 19 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2026-01-22 13:37 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-15 12:00 [PATCH v6 0/5] mmc: sdhci-msm: Rectify DLL programming sequence Ram Prakash Gupta
2025-12-15 12:00 ` [PATCH v6 1/5] dt-bindings: mmc: Add dll-presets values for HS400 and HS200 modes Ram Prakash Gupta
2025-12-15 12:06   ` Krzysztof Kozlowski
2025-12-15 12:11     ` Krzysztof Kozlowski
2025-12-16 12:51       ` Ram Prakash Gupta
2025-12-16 16:03         ` Krzysztof Kozlowski
2025-12-15 12:00 ` [PATCH v6 2/5] arm64: dts: qcom: Add sdhc dll-presets Ram Prakash Gupta
2025-12-15 12:05   ` Krzysztof Kozlowski
2025-12-15 12:07     ` Krzysztof Kozlowski
2025-12-16 12:41       ` Ram Prakash Gupta
2025-12-16 16:02         ` Krzysztof Kozlowski
2025-12-15 12:00 ` [PATCH v6 3/5] mmc: sdhci-msm: Add core_major, minor to msm_host structure Ram Prakash Gupta
2025-12-15 12:00 ` [PATCH v6 4/5] mmc: sdhci-msm: Add Device tree parsing logic for DLL settings Ram Prakash Gupta
2025-12-16 14:29   ` Konrad Dybcio
2025-12-18 11:32     ` Ram Prakash Gupta
2025-12-18 13:32   ` Bjorn Andersson
2026-01-22 13:37     ` Ram Prakash Gupta
2025-12-15 12:00 ` [PATCH v6 5/5] mmc: sdhci-msm: Rectify DLL programming sequence for SDCC Ram Prakash Gupta
2025-12-17  4:06   ` kernel test robot
2025-12-18 14:18   ` Bjorn Andersson
2026-01-22 13:29     ` Ram Prakash Gupta
2025-12-15 13:58 ` [PATCH v6 0/5] mmc: sdhci-msm: Rectify DLL programming sequence Krzysztof Kozlowski
2025-12-16 12:52   ` Ram Prakash Gupta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox