]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: tegra: Add clk_tegra structure and helper functions
authorPrashant Gaikwad <pgaikwad@nvidia.com>
Mon, 6 Aug 2012 06:27:42 +0000 (11:57 +0530)
committerStephen Warren <swarren@nvidia.com>
Mon, 6 Aug 2012 20:11:05 +0000 (14:11 -0600)
commitcfdc05c2c8d0fb82fccbc322b535e6acbe80a7a8
treea0b07ebf3f6e3e5d6efbf9d07a9a94c6a4feb5a3
parentb9bde7c5b47407cee299a25fdd99e08cf68f8902
ARM: tegra: Add clk_tegra structure and helper functions

Add Tegra platform specific clock structure clk_tegra and
some helper functions for generic clock framework.

struct clk_tegra is the single strcture used for all types of
clocks. reset and cfg_ex ops moved to clk_tegra from clk_ops.

Signed-off-by: Prashant Gaikwad <pgaikwad@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/mach-tegra/clock.c
arch/arm/mach-tegra/clock.h
arch/arm/mach-tegra/common.c
arch/arm/mach-tegra/include/mach/clk.h