/* 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 | 47 | 87.04% | 1 | 50.00% |
olof johansson | olof johansson | 7 | 12.96% | 1 | 50.00% |
Total | 54 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
kukjin kim | kukjin kim | 24 | 77.42% | 1 | 50.00% |
olof johansson | olof johansson | 7 | 22.58% | 1 | 50.00% |
Total | 31 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
kukjin kim | kukjin kim | 114 | 88.37% | 1 | 33.33% |
olof johansson | olof johansson | 14 | 10.85% | 1 | 33.33% |
tomasz figa | tomasz figa | 1 | 0.78% | 1 | 33.33% |
Total | 129 | 100.00% | 3 | 100.00% |