spi: Move mailing list to vger
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / arm / mach-exynos / include / mach / pm-core.h
CommitLineData
1663895c
JL
1/* linux/arch/arm/mach-exynos4/include/mach/pm-core.h
2 *
3 * Copyright (c) 2011 Samsung Electronics Co., Ltd.
4 * http://www.samsung.com
5 *
6 * Based on arch/arm/mach-s3c2410/include/mach/pm-core.h,
7 * Copyright 2008 Simtec Electronics
8 * Ben Dooks <ben@simtec.co.uk>
9 * http://armlinux.simtec.co.uk/
10 *
11 * EXYNOS4210 - PM core support for arch/arm/plat-s5p/pm.c
12 *
13 * This program is free software; you can redistribute it and/or modify
14 * it under the terms of the GNU General Public License version 2 as
15 * published by the Free Software Foundation.
16*/
2543bf09
SK
17
18#ifndef __ASM_ARCH_PM_CORE_H
19#define __ASM_ARCH_PM_CORE_H __FILE__
20
1663895c
JL
21#include <mach/regs-pmu.h>
22
23static inline void s3c_pm_debug_init_uart(void)
24{
25 /* nothing here yet */
26}
27
28static inline void s3c_pm_arch_prepare_irqs(void)
29{
672b6829 30 __raw_writel(s3c_irqwake_eintmask, S5P_EINT_WAKEUP_MASK);
85214203 31 __raw_writel(s3c_irqwake_intmask & ~(1 << 31), S5P_WAKEUP_MASK);
1663895c
JL
32}
33
34static inline void s3c_pm_arch_stop_clocks(void)
35{
36 /* nothing here yet */
37}
38
39static inline void s3c_pm_arch_show_resume_irqs(void)
40{
41 /* nothing here yet */
42}
43
44static inline void s3c_pm_arch_update_uart(void __iomem *regs,
45 struct pm_uart_save *save)
46{
47 /* nothing here yet */
48}
b5a4f524
MS
49
50static inline void s3c_pm_restored_gpios(void)
51{
52 /* nothing here yet */
53}
54
782d8a3c 55static inline void samsung_pm_saved_gpios(void)
b5a4f524
MS
56{
57 /* nothing here yet */
58}
2543bf09
SK
59
60#endif /* __ASM_ARCH_PM_CORE_H */