cregit-Linux how code gets into the kernel

Release 4.14 arch/arm/mach-at91/at91rm9200.c

/*
 *  Setup code for AT91RM9200
 *
 *  Copyright (C) 2011 Atmel,
 *                2011 Nicolas Ferre <nicolas.ferre@atmel.com>
 *                2012 Joachim Eastwood <manabian@gmail.com>
 *
 * Licensed under GPLv2 or later.
 */

#include <linux/of.h>
#include <linux/of_platform.h>

#include <asm/mach/arch.h>

#include "generic.h"


static void __init at91rm9200_dt_device_init(void) { of_platform_default_populate(NULL, NULL, NULL); at91rm9200_pm_init(); }

Contributors

PersonTokensPropCommitsCommitProp
Alexandre Belloni1676.19%240.00%
Nicolas Ferre419.05%240.00%
Kefeng Wang14.76%120.00%
Total21100.00%5100.00%

static const char *const at91rm9200_dt_board_compat[] __initconst = { "atmel,at91rm9200", NULL }; DT_MACHINE_START(at91rm9200_dt, "Atmel AT91RM9200") .init_machine = at91rm9200_dt_device_init, .dt_compat = at91rm9200_dt_board_compat, MACHINE_END

Overall Contributors

PersonTokensPropCommitsCommitProp
Joachim Eastwood3248.48%110.00%
Alexandre Belloni2537.88%440.00%
Nicolas Ferre710.61%330.00%
Kefeng Wang11.52%110.00%
Nico Pitre11.52%110.00%
Total66100.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.