cregit-Linux how code gets into the kernel

Release 4.11 arch/arm/mach-digicolor/digicolor.c

/*
 * Support for Conexant Digicolor SoCs
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
*/

#include <asm/mach/arch.h>


static const char *const digicolor_dt_compat[] __initconst = {
	"cnxt,cx92755",
	NULL,
};

DT_MACHINE_START(DIGICOLOR, "Conexant Digicolor (Flattened Device Tree)")
	.dt_compat	= digicolor_dt_compat,
MACHINE_END

Overall Contributors

PersonTokensPropCommitsCommitProp
Baruch Siach3096.77%150.00%
Nico Pitre13.23%150.00%
Total31100.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.