devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] mmc: mediatek: add support for 64-steps tuning
@ 2023-11-30  6:15 Axe Yang
  2023-11-30  6:15 ` [PATCH v3 1/2] dt-bindings: mmc: mtk-sd: add tuning steps related property Axe Yang
  2023-11-30  6:15 ` [PATCH v3 2/2] mmc: mediatek: extend number of tuning steps Axe Yang
  0 siblings, 2 replies; 6+ messages in thread
From: Axe Yang @ 2023-11-30  6:15 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 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                     | 155 ++++++++++++------
 2 files changed, 116 insertions(+), 48 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-12-05 13:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-30  6:15 [PATCH v3 0/2] mmc: mediatek: add support for 64-steps tuning Axe Yang
2023-11-30  6:15 ` [PATCH v3 1/2] dt-bindings: mmc: mtk-sd: add tuning steps related property Axe Yang
2023-11-30  6:15 ` [PATCH v3 2/2] mmc: mediatek: extend number of tuning steps Axe Yang
2023-12-01  9:02   ` AngeloGioacchino Del Regno
2023-12-05  2:02     ` Axe Yang (杨磊)
2023-12-05 13:24       ` AngeloGioacchino Del Regno

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).