Re: [PATCH v2 14/14] mci: sdhci: replace sdhci_wait_idle

2024-03-15 Thread Ahmad Fatoum
On 14.03.24 19:47, Steffen Trumtrar wrote: > Linux uses a different sdhci_wait_idle function than what barebox > currently does. For HS200 support, the linux version needs to be used. > As currently only arasan-sdhci is tested with HS200, keep the old > sdhci_wait_idle as sdhci_wait_idle_data and

[PATCH v2 14/14] mci: sdhci: replace sdhci_wait_idle

2024-03-14 Thread Steffen Trumtrar
Linux uses a different sdhci_wait_idle function than what barebox currently does. For HS200 support, the linux version needs to be used. As currently only arasan-sdhci is tested with HS200, keep the old sdhci_wait_idle as sdhci_wait_idle_data and convert all users of it. Signed-off-by: Ahmad