/* * Copyright 2011 Freescale Semiconductor, Inc. All Rights Reserved. * Copyright 2011 Linaro Ltd. * * The code contained herein is licensed under the GNU General Public * License. You may obtain a copy of the GNU General Public License * Version 2 or later at the following locations: * * http://www.opensource.org/licenses/gpl-license.html * http://www.gnu.org/copyleft/gpl.html */ #include <linux/clk.h> #include <linux/clkdev.h> #include <linux/err.h> #include <linux/io.h> #include <linux/irq.h> #include <linux/of_irq.h> #include <linux/of_platform.h> #include <asm/mach/arch.h> #include <asm/mach/time.h> #include "common.h" #include "hardware.h"
static void __init imx53_init_early(void) { mxc_set_cpu_type(MXC_CPU_MX53); }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Shawn Guo | 14 | 100.00% | 1 | 100.00% |
Total | 14 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Shawn Guo | 12 | 70.59% | 2 | 66.67% |
Steffen Trumtrar | 5 | 29.41% | 1 | 33.33% |
Total | 17 | 100.00% | 3 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Shawn Guo | 12 | 100.00% | 1 | 100.00% |
Total | 12 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Shawn Guo | 107 | 89.92% | 7 | 70.00% |
Robert Lee | 5 | 4.20% | 1 | 10.00% |
Steffen Trumtrar | 5 | 4.20% | 1 | 10.00% |
Sascha Hauer | 2 | 1.68% | 1 | 10.00% |
Total | 119 | 100.00% | 10 | 100.00% |