/* 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 | kukjin kim | 11 | 100.00% | 1 | 100.00% |
Total | 11 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
kukjin kim | kukjin kim | 44 | 81.48% | 1 | 33.33% |
olof johansson | olof johansson | 7 | 12.96% | 1 | 33.33% |
ben dooks | ben dooks | 3 | 5.56% | 1 | 33.33% |
Total | 54 | 100.00% | 3 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
kukjin kim | kukjin kim | 23 | 71.88% | 1 | 25.00% |
olof johansson | olof johansson | 7 | 21.88% | 1 | 25.00% |
krzysztof kozlowski | krzysztof kozlowski | 1 | 3.12% | 1 | 25.00% |
ben dooks | ben dooks | 1 | 3.12% | 1 | 25.00% |
Total | 32 | 100.00% | 4 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
kukjin kim | kukjin kim | 110 | 84.62% | 1 | 20.00% |
olof johansson | olof johansson | 14 | 10.77% | 1 | 20.00% |
ben dooks | ben dooks | 4 | 3.08% | 1 | 20.00% |
tomasz figa | tomasz figa | 1 | 0.77% | 1 | 20.00% |
krzysztof kozlowski | krzysztof kozlowski | 1 | 0.77% | 1 | 20.00% |
Total | 130 | 100.00% | 5 | 100.00% |