From: Prashant Gaikwad Date: Fri, 11 Jan 2013 07:46:26 +0000 (+0530) Subject: ARM: tegra: migrate to new clock code X-Git-Tag: v3.9-rc1~118^2~15^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61fd290d213e25d5a119b8ca25644001ed9f8f2d;p=pandora-kernel.git ARM: tegra: migrate to new clock code Migrate Tegra clock support to drivers/clk/tegra, this involves moving: 1. definition of tegra_cpu_car_ops to clk.c 2. definition of reset functions to clk-peripheral.c 3. change parent of cpu clock. 4. Remove legacy clock initialization. 5. Initialize clocks using DT. 6. Remove all instance of mach/clk.h Signed-off-by: Prashant Gaikwad [swarren: use to_clk_periph_gate().] Signed-off-by: Stephen Warren --- Reading git-diff-tree failed