devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] mmc: mediatek: add support for 64-steps tuning
@ 2023-12-07  6:35 Axe Yang
  2023-12-07  6:35 ` [PATCH v4 1/2] dt-bindings: mmc: mtk-sd: add tuning steps related property Axe Yang
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Axe Yang @ 2023-12-07  6:35 UTC (permalink / raw)
  To: Chaotian Jing, Ulf Hansson, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Matthias Brugger, AngeloGioacchino Del Regno,
	Wenbin Mei
  Cc: linux-mmc, devicetree, linux-kernel, linux-arm-kernel,
	linux-mediatek, Project_Global_Chrome_Upstream_Group, Axe Yang

Change in v4:
- for SD/SDIO, tune 64 steps by default
- reduce some breaks to improve code readability

Change in v3:
- use BIT_ULL() instead of BIT() to avoid potential left shift operations
  that could cause exceed boundary problem on 32-bit platforms

Change in v2:
- move the change made to document to the front
- change mediatek,tune-step dts property type to enum for better scalability

Axe Yang (2):
  dt-bindings: mmc: mtk-sd: add tuning steps related property
  mmc: mediatek: extend number of tuning steps

 .../devicetree/bindings/mmc/mtk-sd.yaml       |   9 +
 drivers/mmc/host/mtk-sd.c                     | 158 ++++++++++++------
 2 files changed, 119 insertions(+), 48 deletions(-)

-- 
2.18.0


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

end of thread, other threads:[~2023-12-07 14:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-07  6:35 [PATCH v4 0/2] mmc: mediatek: add support for 64-steps tuning Axe Yang
2023-12-07  6:35 ` [PATCH v4 1/2] dt-bindings: mmc: mtk-sd: add tuning steps related property Axe Yang
2023-12-07 12:37   ` AngeloGioacchino Del Regno
2023-12-07  6:35 ` [PATCH v4 2/2] mmc: mediatek: extend number of tuning steps Axe Yang
2023-12-07 12:37   ` AngeloGioacchino Del Regno
2023-12-07 14:16 ` [PATCH v4 0/2] mmc: mediatek: add support for 64-steps tuning Ulf Hansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).