[PATCH v3 0/2] mmc: mediatek: add support for 64-steps tuning
From: Axe Yang <hidden>
Date: 2023-11-30 06:15:33
Also in:
linux-devicetree, linux-mediatek, linux-mmc, lkml
From: Axe Yang <hidden>
Date: 2023-11-30 06:15:33
Also in:
linux-devicetree, linux-mediatek, linux-mmc, lkml
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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel