Re: [PATCH v2 13/14] mci: arasan-sdhci: add HS200 tuning support on ZynqMP

2024-03-15 Thread Steffen Trumtrar
Hi, On 2024-03-15 at 13:18 +01, Sascha Hauer wrote: Thist hunk conflicts with b80c0e1ec6 ("mci: arasan: add dma support"): <<< HEAD ret = sdhci_wait_for_done(>sdhci, SDHCI_INT_CMD_COMPLETE); === /* CMD19/21 generate _only_ Buffer Read Ready interrupt */ if

Re: [PATCH v2 13/14] mci: arasan-sdhci: add HS200 tuning support on ZynqMP

2024-03-15 Thread Sascha Hauer
On Thu, Mar 14, 2024 at 07:47:36PM +0100, Steffen Trumtrar wrote: > The ZynpMP 8.9a has an Arasan IP core that supports HS200 tuning. > Register the callback with the mci-core. > > Arasan uses the SDHCI tuning method. > > Signed-off-by: Steffen Trumtrar > Reviewed-by: Ahmad Fatoum > --- >

[PATCH v2 13/14] mci: arasan-sdhci: add HS200 tuning support on ZynqMP

2024-03-14 Thread Steffen Trumtrar
The ZynpMP 8.9a has an Arasan IP core that supports HS200 tuning. Register the callback with the mci-core. Arasan uses the SDHCI tuning method. Signed-off-by: Steffen Trumtrar Reviewed-by: Ahmad Fatoum --- drivers/mci/arasan-sdhci.c | 62 +++--- 1 file