/* * Suspend-to-RAM support code for SH-Mobile ARM * * Copyright (C) 2011 Magnus Damm * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. */ #include <linux/pm.h> #include <linux/suspend.h> #include <linux/module.h> #include <linux/err.h> #include <linux/cpu.h> #include <asm/io.h> #include <asm/system_misc.h> #include "common.h"
static int shmobile_suspend_default_enter(suspend_state_t suspend_state) { cpu_do_idle(); return 0; }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Magnus Damm | 15 | 100.00% | 1 | 100.00% |
Total | 15 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Magnus Damm | 13 | 76.47% | 1 | 50.00% |
Thomas Gleixner | 4 | 23.53% | 1 | 50.00% |
Total | 17 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Magnus Damm | 9 | 69.23% | 1 | 50.00% |
Thomas Gleixner | 4 | 30.77% | 1 | 50.00% |
Total | 13 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Magnus Damm | 17 | 100.00% | 1 | 100.00% |
Total | 17 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Magnus Damm | 97 | 85.84% | 1 | 25.00% |
Thomas Gleixner | 11 | 9.73% | 1 | 25.00% |
Geert Uytterhoeven | 3 | 2.65% | 1 | 25.00% |
David Howells | 2 | 1.77% | 1 | 25.00% |
Total | 113 | 100.00% | 4 | 100.00% |