]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sdhci-msm: Utilize bulk clock API
authorBjorn Andersson <bjorn.andersson@linaro.org>
Fri, 15 Sep 2017 23:35:23 +0000 (16:35 -0700)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 30 Oct 2017 10:40:07 +0000 (11:40 +0100)
commit7183ae977997baa3f168ba8bc16db3483c10849e
tree08a7dfd6a293d2628fc6949892aa70767267ac61
parent41a41e56e827affa51f4a83e55f5081cc6c6ccd4
mmc: sdhci-msm: Utilize bulk clock API

By stuffing the runtime controlled clocks into a clk_bulk_data array we
can utilize the newly introduced bulk clock operations and clean up the
error paths. This allow us to handle additional clocks in subsequent
patch, without the added complexity.

Cc: Ritesh Harjani <riteshh@codeaurora.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Tested-by: Jeremy McNicoll <jeremymc@redhat.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-msm.c