/* linux/arch/arm/plat-samsung/cpu.c * * Copyright (c) 2009-2011 Samsung Electronics Co., Ltd. * http://www.samsung.com * * Samsung CPU Support * * 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. */ #include <linux/module.h> #include <linux/kernel.h> #include <linux/init.h> #include <linux/io.h> #include <plat/map-base.h> #include <plat/cpu.h> unsigned long samsung_cpu_id; static unsigned int samsung_cpu_rev;
unsigned int samsung_rev(void) { return samsung_cpu_rev; }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Kukjin Kim | 11 | 100.00% | 1 | 100.00% |
Total | 11 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Kukjin Kim | 44 | 81.48% | 1 | 33.33% |
Olof Johansson | 7 | 12.96% | 1 | 33.33% |
Ben Dooks | 3 | 5.56% | 1 | 33.33% |
Total | 54 | 100.00% | 3 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Kukjin Kim | 23 | 71.88% | 1 | 25.00% |
Olof Johansson | 7 | 21.88% | 1 | 25.00% |
Ben Dooks | 1 | 3.12% | 1 | 25.00% |
Krzysztof Kozlowski | 1 | 3.12% | 1 | 25.00% |
Total | 32 | 100.00% | 4 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Kukjin Kim | 110 | 84.62% | 1 | 20.00% |
Olof Johansson | 14 | 10.77% | 1 | 20.00% |
Ben Dooks | 4 | 3.08% | 1 | 20.00% |
Tomasz Figa | 1 | 0.77% | 1 | 20.00% |
Krzysztof Kozlowski | 1 | 0.77% | 1 | 20.00% |
Total | 130 | 100.00% | 5 | 100.00% |