]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: omap: Make it CCF clk API compatible
authorJanusz Krzysztofik <jmkrzyszt@gmail.com>
Sat, 2 Apr 2022 11:20:04 +0000 (13:20 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 26 Apr 2022 12:05:19 +0000 (14:05 +0200)
commitb83e10a2bced12a3761b168fbf1d2c7883b8ace0
tree036f8c49e4e4f55b0f8aab2d23a56c9bc02e62e6
parent34a66296ff991885633e45f34474cef09950627e
mmc: omap: Make it CCF clk API compatible

The driver, OMAP specific, now omits clk_prepare/unprepare() steps, not
supported by OMAP custom implementation of clock API.  However, non-CCF
stubs of those functions exist for use on such platforms until converted
to CCF.

Update the driver to be compatible with CCF implementation of clock API.

Signed-off-by: Janusz Krzysztofik <jmkrzyszt@gmail.com>
Link: https://lore.kernel.org/r/20220402112004.129886-1-jmkrzyszt@gmail.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/omap.c