Re: [PATCH v2 06/14] mci: core: save the set clock as actual_clock

2024-03-15 Thread Ahmad Fatoum
On 14.03.24 19:47, Steffen Trumtrar wrote: > Linux mmc_host saves the actual_clock set on the HC. Do the same to use > it later. > > Signed-off-by: Steffen Trumtrar Reviewed-by: Ahmad Fatoum > --- > drivers/mci/mci-core.c | 2 ++ > include/mci.h | 1 + > 2 files changed, 3

[PATCH v2 06/14] mci: core: save the set clock as actual_clock

2024-03-14 Thread Steffen Trumtrar
Linux mmc_host saves the actual_clock set on the HC. Do the same to use it later. Signed-off-by: Steffen Trumtrar --- drivers/mci/mci-core.c | 2 ++ include/mci.h | 1 + 2 files changed, 3 insertions(+) diff --git a/drivers/mci/mci-core.c b/drivers/mci/mci-core.c index