/* * Copyright (c) 2011 Zhang, Keguang <keguang.zhang@gmail.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. */ #include <linux/io.h> #include <linux/pm.h> #include <linux/sizes.h> #include <asm/idle.h> #include <asm/reboot.h> #include <loongson1.h> static void __iomem *wdt_reg_base;
static void ls1x_halt(void) { while (1) { if (cpu_wait) cpu_wait(); } }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Kelvin Cheung | 21 | 100.00% | 1 | 100.00% |
Total | 21 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Kelvin Cheung | 40 | 100.00% | 3 | 100.00% |
Total | 40 | 100.00% | 3 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Kelvin Cheung | 11 | 100.00% | 1 | 100.00% |
Total | 11 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Kelvin Cheung | 47 | 100.00% | 3 | 100.00% |
Total | 47 | 100.00% | 3 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Kelvin Cheung | 145 | 97.32% | 3 | 60.00% |
Ralf Bächle | 4 | 2.68% | 2 | 40.00% |
Total | 149 | 100.00% | 5 | 100.00% |