clk: tegra114: implement wait_for_reset and disable_clock for tegra_cpu_car_ops
authorJoseph Lo <josephl@nvidia.com>
Mon, 20 May 2013 10:39:28 +0000 (18:39 +0800)
committerStephen Warren <swarren@nvidia.com>
Wed, 22 May 2013 21:19:22 +0000 (15:19 -0600)
commit31972fd95527a5942b777e89404501d5421a0df0
tree5d49004a70546486376fc947274c082a1af4c111
parent18901e9f4fc9c99667516974d82c437453f83348
clk: tegra114: implement wait_for_reset and disable_clock for tegra_cpu_car_ops

The conventional CPU hotplug sequence on the other Tegra chips, we will also
clock gate the CPU in tegra_cpu_kill() after the CPU was power gated. For
Tegra114, the flow controller will clock gate the CPU after the power down
sequence. But we still need to implement a empty function for disable_clock
to avoid kernel warning message.

Signed-off-by: Joseph Lo <josephl@nvidia.com>
Acked-by: Mike Turquette <mturquette@linaro.org>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
drivers/clk/tegra/clk-tegra114.c