diff options
author | Jon Hunter <jonathanh@nvidia.com> | 2018-12-03 10:28:41 +0000 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-12-14 13:32:55 -0800 |
commit | b158aeeacc551a689dc26824800a0a27f3668bb1 (patch) | |
tree | dcb8fc8023fecbacba0d48a47312de7057f7276b /drivers/clk/sunxi-ng/ccu-sun8i-a23-a33.h | |
parent | f9c380efa792f313d3366a935fe38091d4c98ccb (diff) |
clk: tegra30: Use Tegra CPU powergate helper function
Rather than using the tegra_powergate_is_powered() function for
determining if a CPU is powered, use the tegra_pmc_cpu_is_powered()
instead which was created to get the CPU power status. Internally
tegra_pmc_cpu_is_powered() calls tegra_powergate_is_powered() and so
is equivalent.
The Tegra30 clock driver is the only public user of
tegra_powergate_is_powered() and so by updating the Tegra30 clock
driver to use tegra_pmc_cpu_is_powered(), we can then make
tegra_powergate_is_powered() a non-public function.
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/sunxi-ng/ccu-sun8i-a23-a33.h')
0 files changed, 0 insertions, 0 deletions