/* arch/arm/plat-samsung/include/plat/pm.h * * Copyright (c) 2004 Simtec Electronics * http://armlinux.simtec.co.uk/ * Written by Ben Dooks, <ben@simtec.co.uk> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ /* s3c_pm_init * * called from board at initialisation time to setup the power * management */ #include <plat/pm-common.h> struct device; #ifdef CONFIG_SAMSUNG_PM extern __init int s3c_pm_init(void); extern __init int s3c64xx_pm_init(void); #else
static inline int s3c_pm_init(void) { return 0; }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Ben Dooks | 7 | 58.33% | 2 | 66.67% |
Mark Brown | 5 | 41.67% | 1 | 33.33% |
Total | 12 | 100.00% | 3 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Mark Brown | 7 | 58.33% | 1 | 50.00% |
Ben Dooks | 5 | 41.67% | 1 | 50.00% |
Total | 12 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Ben Dooks | 12 | 100.00% | 1 | 100.00% |
Total | 12 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Tomasz Figa | 8 | 100.00% | 1 | 100.00% |
Total | 8 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Tomasz Figa | 8 | 100.00% | 1 | 100.00% |
Total | 8 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Ben Dooks | 147 | 57.20% | 10 | 43.48% |
Mark Brown | 24 | 9.34% | 3 | 13.04% |
Arnd Bergmann | 24 | 9.34% | 2 | 8.70% |
Tomasz Figa | 24 | 9.34% | 2 | 8.70% |
Inderpal Singh | 17 | 6.61% | 1 | 4.35% |
Amit Daniel Kachhap | 10 | 3.89% | 1 | 4.35% |
Russell King | 6 | 2.33% | 2 | 8.70% |
Kukjin Kim | 4 | 1.56% | 1 | 4.35% |
Kay Sievers | 1 | 0.39% | 1 | 4.35% |
Total | 257 | 100.00% | 23 | 100.00% |