cregit-Linux how code gets into the kernel

Release 4.17 arch/arm/mach-imx/mach-imx53.c

/*
 * 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

PersonTokensPropCommitsCommitProp
Shawn Guo14100.00%1100.00%
Total14100.00%1100.00%


static void __init imx53_dt_init(void) { imx_src_init(); imx_aips_allow_unprivileged_access("fsl,imx53-aipstz"); }

Contributors

PersonTokensPropCommitsCommitProp
Shawn Guo1270.59%266.67%
Steffen Trumtrar529.41%133.33%
Total17100.00%3100.00%


static void __init imx53_init_late(void) { imx53_pm_init(); }

Contributors

PersonTokensPropCommitsCommitProp
Shawn Guo12100.00%1100.00%
Total12100.00%1100.00%

static const char * const imx53_dt_board_compat[] __initconst = { "fsl,imx53", NULL }; DT_MACHINE_START(IMX53_DT, "Freescale i.MX53 (Device Tree Support)") .init_early = imx53_init_early, .init_machine = imx53_dt_init, .init_late = imx53_init_late, .dt_compat = imx53_dt_board_compat, MACHINE_END

Overall Contributors

PersonTokensPropCommitsCommitProp
Shawn Guo10789.92%770.00%
Steffen Trumtrar54.20%110.00%
Robert Lee54.20%110.00%
Sascha Hauer21.68%110.00%
Total119100.00%10100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.