cregit-Linux how code gets into the kernel

Release 4.14 arch/metag/kernel/machines.c

// SPDX-License-Identifier: GPL-2.0
/*
 *  arch/metag/kernel/machines.c
 *
 *  Copyright (C) 2012 Imagination Technologies Ltd.
 *
 *  Generic Meta Boards.
 */

#include <linux/init.h>
#include <asm/irq.h>
#include <asm/mach/arch.h>


static const char *meta_boards_compat[] __initdata = {
	"img,meta",
	NULL,
};

MACHINE_START(META, "Generic Meta")
	.dt_compat	= meta_boards_compat,
MACHINE_END

Overall Contributors

PersonTokensPropCommitsCommitProp
James Hogan3697.30%150.00%
Greg Kroah-Hartman12.70%150.00%
Total37100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.