summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/pm.h
diff options
context:
space:
mode:
authorScott Williams <scwilliams@nvidia.com>2011-07-21 17:06:46 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:46:50 -0800
commitf16ace672ec41b4abcf605c3be4cf0dbdc235acb (patch)
tree6d8bcafdbe39011cd9725fb94340a8984df9f111 /arch/arm/mach-tegra/pm.h
parent7c0a5100301534c004146240fb06566045f1637d (diff)
ARM: tegra: Idle event wakeup timer
Change-Id: If072ef10f02d5be7560fdf42584ab11b2a863481 Signed-off-by: Scott Williams <scwilliams@nvidia.com> DW: Split into logical changes Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com> Rebase-Id: Rf1ace67e281b1581501aaa936cd9137d326f2c4a
Diffstat (limited to 'arch/arm/mach-tegra/pm.h')
-rw-r--r--arch/arm/mach-tegra/pm.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/pm.h b/arch/arm/mach-tegra/pm.h
index dc79322c215f..9a689a857ebb 100644
--- a/arch/arm/mach-tegra/pm.h
+++ b/arch/arm/mach-tegra/pm.h
@@ -102,8 +102,10 @@ u64 tegra_rtc_read_ms(void);
*/
extern void (*tegra_deep_sleep)(int);
-void tegra_idle_lp2_last(unsigned int flags);
+void tegra_idle_lp2_last(unsigned int us, unsigned int flags);
+
#ifdef CONFIG_ARCH_TEGRA_2x_SOC
+
#define INSTRUMENT_CLUSTER_SWITCH 0 /* Must be zero for ARCH_TEGRA_2x_SOC */
#define DEBUG_CLUSTER_SWITCH 0 /* Must be zero for ARCH_TEGRA_2x_SOC */
#define PARAMETERIZE_CLUSTER_SWITCH 0 /* Must be zero for ARCH_TEGRA_2x_SOC */