/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2004 Simtec Electronics * http://armlinux.simtec.co.uk/ * Written by Ben Dooks, <ben@simtec.co.uk> */ /* 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 | 12 | 100.00% | 2 | 100.00% |
Total | 12 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Mark Brown | 12 | 100.00% | 1 | 100.00% |
Total | 12 | 100.00% | 1 | 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 | 146 | 56.59% | 9 | 39.13% |
Tomasz Figa | 24 | 9.30% | 2 | 8.70% |
Arnd Bergmann | 24 | 9.30% | 2 | 8.70% |
Mark Brown | 24 | 9.30% | 3 | 13.04% |
Inderpal Singh | 17 | 6.59% | 1 | 4.35% |
Amit Daniel Kachhap | 10 | 3.88% | 1 | 4.35% |
Russell King | 6 | 2.33% | 2 | 8.70% |
Kukjin Kim | 4 | 1.55% | 1 | 4.35% |
Krzysztof Kozlowski | 2 | 0.78% | 1 | 4.35% |
Kay Sievers | 1 | 0.39% | 1 | 4.35% |
Total | 258 | 100.00% | 23 | 100.00% |