cregit-Linux how code gets into the kernel

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

/*
 *  Setup code for AT91SAM9
 *
 *  Copyright (C) 2011 Atmel,
 *                2011 Nicolas Ferre <nicolas.ferre@atmel.com>
 *
 * Licensed under GPLv2 or later.
 */

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

#include <asm/mach/arch.h>
#include <asm/system_misc.h>

#include "generic.h"


static void __init at91sam9_init(void) { of_platform_default_populate(NULL, NULL, NULL); at91sam9_pm_init(); }

Contributors

PersonTokensPropCommitsCommitProp
Alexandre Belloni1885.71%360.00%
Nicolas Ferre29.52%120.00%
Kefeng Wang14.76%120.00%
Total21100.00%5100.00%

static const char *const at91_dt_board_compat[] __initconst = { "atmel,at91sam9", NULL }; DT_MACHINE_START(at91sam_dt, "Atmel AT91SAM9") /* Maintainer: Atmel */ .init_machine = at91sam9_init, .dt_compat = at91_dt_board_compat, MACHINE_END

Overall Contributors

PersonTokensPropCommitsCommitProp
Nicolas Ferre3245.71%531.25%
Alexandre Belloni3245.71%637.50%
Jean-Christophe Plagniol-Villard22.86%212.50%
Boris Brezillon22.86%16.25%
Kefeng Wang11.43%16.25%
Nico Pitre11.43%16.25%
Total70100.00%16100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.