aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/include
diff options
context:
space:
mode:
authorPeter De Schrijver <pdeschrijver@nvidia.com>2012-02-09 18:47:47 -0500
committerOlof Johansson <olof@lixom.net>2012-02-26 17:44:45 -0500
commit6ac8cb5c213a3f3cfc243ef2f635794bd4b55c60 (patch)
tree1183009047cd18eac83ec6a00d228a4d7304a673 /arch/arm/mach-tegra/include
parent8f5d6f1b46df37ad3eea8f4e09bbe4bbe1bfc6c3 (diff)
ARM: tegra: export tegra_powergate_is_powered()
Export tegra_powergate_is_powered(). This function will be used by the Tegra30 code to bringup secondary CPU cores. Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com> Acked-by: Stephen Warren <swarren@nvidia.com> Tested-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-tegra/include')
-rw-r--r--arch/arm/mach-tegra/include/mach/powergate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/include/mach/powergate.h b/arch/arm/mach-tegra/include/mach/powergate.h
index 36846dc6e8ef..0ec8ce1cbd22 100644
--- a/arch/arm/mach-tegra/include/mach/powergate.h
+++ b/arch/arm/mach-tegra/include/mach/powergate.h
@@ -28,6 +28,7 @@
28#define TEGRA_POWERGATE_L2 5 28#define TEGRA_POWERGATE_L2 5
29#define TEGRA_POWERGATE_MPE 6 29#define TEGRA_POWERGATE_MPE 6
30 30
31int tegra_powergate_is_powered(int id);
31int tegra_powergate_power_on(int id); 32int tegra_powergate_power_on(int id);
32int tegra_powergate_power_off(int id); 33int tegra_powergate_power_off(int id);
33int tegra_powergate_remove_clamping(int id); 34int tegra_powergate_remove_clamping(int id);