/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_SH_SUSPEND_H #define _ASM_SH_SUSPEND_H #ifndef __ASSEMBLY__ #include <linux/notifier.h> #include <asm/ptrace.h> struct swsusp_arch_regs { struct pt_regs user_regs; unsigned long bank1_regs[8]; }; void sh_mobile_call_standby(unsigned long mode); #ifdef CONFIG_CPU_IDLE int sh_mobile_setup_cpuidle(void); #else
static inline int sh_mobile_setup_cpuidle(void) { return 0; }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Magnus Damm | 6 | 50.00% | 1 | 50.00% |
Daniel Lezcano | 6 | 50.00% | 1 | 50.00% |
Total | 12 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Magnus Damm | 271 | 97.13% | 10 | 83.33% |
Daniel Lezcano | 7 | 2.51% | 1 | 8.33% |
Greg Kroah-Hartman | 1 | 0.36% | 1 | 8.33% |
Total | 279 | 100.00% | 12 | 100.00% |