Re: [U-Boot] [PATCH v8 05/14] mmc: sdhci: Make sdhci_set_clock() non static

2019-07-18 Thread Tom Rini
On Tue, Jun 11, 2019 at 12:43:35AM +0530, Faiz Abbas wrote: > The am654_sdhci driver needs to switch the clock off > before disabling its phy dll and needs to re-enable > the clock before enabling the phy again. > > Therefore, make the sdhci_set_clock() function accessible > in the am654_sdhci dr

[U-Boot] [PATCH v8 05/14] mmc: sdhci: Make sdhci_set_clock() non static

2019-06-10 Thread Faiz Abbas
The am654_sdhci driver needs to switch the clock off before disabling its phy dll and needs to re-enable the clock before enabling the phy again. Therefore, make the sdhci_set_clock() function accessible in the am654_sdhci driver. Signed-off-by: Faiz Abbas Reviewed-by: Tom Rini --- drivers/mmc