cregit-Linux how code gets into the kernel

Release 4.14 arch/sh/kernel/cpu/sh2a/pinmux-sh7269.c

/*
 * SH7269 Pinmux
 *
 * Copyright (C) 2012  Renesas Electronics Europe Ltd
 * Copyright (C) 2012  Phil Edworthy
 *
 * This file is subject to the terms and conditions of the GNU General Public
 * License.  See the file "COPYING" in the main directory of this archive
 * for more details.
 */

#include <linux/bug.h>
#include <linux/init.h>
#include <linux/ioport.h>
#include <linux/kernel.h>
#include <cpu/pfc.h>


static struct resource sh7269_pfc_resources[] = {
	[0] = {
		.start	= 0xfffe3800,
		.end	= 0xfffe391f,
		.flags	= IORESOURCE_MEM,
        },
};


static int __init plat_pinmux_setup(void) { return sh_pfc_register("pfc-sh7269", sh7269_pfc_resources, ARRAY_SIZE(sh7269_pfc_resources)); }

Contributors

PersonTokensPropCommitsCommitProp
Phil Edworthy1359.09%125.00%
Laurent Pinchart940.91%375.00%
Total22100.00%4100.00%

arch_initcall(plat_pinmux_setup);

Overall Contributors

PersonTokensPropCommitsCommitProp
Laurent Pinchart4562.50%480.00%
Phil Edworthy2737.50%120.00%
Total72100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.