summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/pm.h
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2011-07-18 11:47:13 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:47:44 -0800
commitf0ff768ec946a3755f7593db4f9366bcfd8307be (patch)
tree91fed5fd09fc75cdca0c5ea946e143204227ad84 /arch/arm/mach-tegra/pm.h
parente414c8f50e0b0e5944e8e343c8640f050902c939 (diff)
arm: tegra: Console suspend for all boards
Added the board level suspend/resume and call the console suspend from board level suspend/resume. bug 820536 Original-Change-Id: I246265241246dc0682870571c927bd23023e5aca Reviewed-on: http://git-master/r/41448 Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> Tested-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-by: Bitan Biswas <bbiswas@nvidia.com> Reviewed-by: Narendra Damahe <ndamahe@nvidia.com> Rebase-Id: Re1f3dd4f75ee05456899d9a67f74ae84f9572654
Diffstat (limited to 'arch/arm/mach-tegra/pm.h')
-rw-r--r--arch/arm/mach-tegra/pm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/pm.h b/arch/arm/mach-tegra/pm.h
index 5a620928c4bc..49cd77f9b584 100644
--- a/arch/arm/mach-tegra/pm.h
+++ b/arch/arm/mach-tegra/pm.h
@@ -25,6 +25,7 @@
#include <linux/mutex.h>
#include <linux/init.h>
#include <linux/errno.h>
+#include <linux/clkdev.h>
#include <mach/iomap.h>
@@ -213,4 +214,8 @@ extern bool tegra_all_cpus_booted __read_mostly;
/* The debug channel uart base physical address */
extern unsigned long debug_uart_port_base;
+extern struct clk *debug_uart_clk;
+void tegra_console_uart_suspend(void);
+void tegra_console_uart_resume(void);
+
#endif /* _MACH_TEGRA_PM_H_ */