Re: [2/4] mmc: sdhci: Check and call config_dll callback functions

2023-01-31 Thread Jaehoon Chung
On 1/10/23 20:31, Ashok Reddy Soma wrote: > Check if the low level driver supports config_dll callback function and > call it if it does. Call with dll disable before calling set_clock and > with dll enable after it. > > Signed-off-by: Ashok Reddy Soma Reviewed-by: Jaehoon Chung Best

[2/4] mmc: sdhci: Check and call config_dll callback functions

2023-01-10 Thread Ashok Reddy Soma
Check if the low level driver supports config_dll callback function and call it if it does. Call with dll disable before calling set_clock and with dll enable after it. Signed-off-by: Ashok Reddy Soma --- drivers/mmc/sdhci.c | 16 include/sdhci.h | 2 ++ 2 files changed,