Re: [PATCH v2 12/14] mci: sdhci: add tuning support

2024-03-15 Thread Ahmad Fatoum
On 14.03.24 19:47, Steffen Trumtrar wrote: > The arasan SDHCI driver doesn't use MMC tuning but SDHCI tuning. Both > are not supported yet in barebox. > Add SDHCI tuning support from linux v6.7. > > Signed-off-by: Steffen Trumtrar > Signed-off-by: Ahmad Fatoum Reviewed-by: Ahmad Fatoum > ---

[PATCH v2 12/14] mci: sdhci: add tuning support

2024-03-14 Thread Steffen Trumtrar
The arasan SDHCI driver doesn't use MMC tuning but SDHCI tuning. Both are not supported yet in barebox. Add SDHCI tuning support from linux v6.7. Signed-off-by: Steffen Trumtrar Signed-off-by: Ahmad Fatoum --- drivers/mci/sdhci.c | 275 +++-