OSDN Git Service

clk: tegra124: add wait_for_reset and disable_clock for tegra_cpu_car_ops
authorJoseph Lo <josephl@nvidia.com>
Wed, 25 Sep 2013 09:27:51 +0000 (17:27 +0800)
committerPeter De Schrijver <pdeschrijver@nvidia.com>
Tue, 26 Nov 2013 16:46:55 +0000 (18:46 +0200)
commit9e036d3ef0b9fcb34acce5a89d1f2157f4f7b4ab
tree5ffbaab964b0e48d0f2bb2d9f2c2a31165654e71
parent76da314df603a08ebc463853030752251b260ab8
clk: tegra124: add wait_for_reset and disable_clock for tegra_cpu_car_ops

Hook the functions for CPU hotplug support. After the CPU is hot
unplugged, the flow controller will handle to clock gate the CPU clock.
But still need to implement an empty function to avoid warning message.

Cc: Mike Turquette <mturquette@linaro.org>
Signed-off-by: Joseph Lo <josephl@nvidia.com>
drivers/clk/tegra/clk-tegra124.c