Release 4.16 arch/arm/mach-s5pv210/common.h
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2011 Samsung Electronics Co., Ltd.
* http://www.samsung.com
*
* Common Header for S5PV210 machines
*/
#ifndef __ARCH_ARM_MACH_S5PV210_COMMON_H
#define __ARCH_ARM_MACH_S5PV210_COMMON_H
#ifdef CONFIG_PM_SLEEP
u32 exynos_get_eint_wake_mask(void);
void s5pv210_cpu_resume(void);
void s5pv210_pm_init(void);
#else
static inline void s5pv210_pm_init(void) {}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Tomasz Figa | 8 | 100.00% | 1 | 100.00% |
Total | 8 | 100.00% | 1 | 100.00% |
#endif
#endif /* __ARCH_ARM_MACH_S5PV210_COMMON_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Tomasz Figa | 33 | 75.00% | 1 | 33.33% |
Kukjin Kim | 9 | 20.45% | 1 | 33.33% |
Krzysztof Kozlowski | 2 | 4.55% | 1 | 33.33% |
Total | 44 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.