summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/include
diff options
context:
space:
mode:
authorJin Qian <jqian@nvidia.com>2011-03-16 12:30:41 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-04-26 15:55:22 -0700
commitc20390e18a5fc8edeee531c3f691c3e528d3569c (patch)
treef6bcd37f5273309c0290e47d754031d5054cf405 /arch/arm/mach-tegra/include
parentd638dcd4c33b6abb86abd352d81673216eaddcc3 (diff)
ARM: tegra: power: add partition power check before suspend
Original-Change-Id: Ie4b29d1119bc2f640891525ab781c8de1bf64ddf Reviewed-on: http://git-master/r/23215 Tested-by: Jin Qian <jqian@nvidia.com> Reviewed-by: Scott Williams <scwilliams@nvidia.com> Change-Id: Idc616485ecdb9e7c39728409d91a511e1de79e05
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 dd636a73de77..6f79b047d99d 100644
--- a/arch/arm/mach-tegra/include/mach/powergate.h
+++ b/arch/arm/mach-tegra/include/mach/powergate.h
@@ -51,6 +51,7 @@ int tegra_powergate_power_on(int id);
int tegra_powergate_power_off(int id);
bool tegra_powergate_is_powered(int id);
int tegra_powergate_remove_clamping(int id);
+const char* tegra_powergate_get_name(int id);
/* Must be called with clk disabled, and returns with clk enabled */
int tegra_powergate_sequence_power_up(int id, struct clk *clk);