cregit-Linux how code gets into the kernel

Release 4.14 arch/sh/boards/mach-se/board-se7619.c

// SPDX-License-Identifier: GPL-2.0
/*
 * arch/sh/boards/se/7619/setup.c
 *
 * Copyright (C) 2006 Yoshinori Sato
 *
 * Hitachi SH7619 SolutionEngine Support.
 */

#include <linux/init.h>
#include <linux/platform_device.h>
#include <asm/io.h>
#include <asm/machvec.h>


static int se7619_mode_pins(void) { return MODE_PIN2 | MODE_PIN0; }

Contributors

PersonTokensPropCommitsCommitProp
Paul Mundt13100.00%1100.00%
Total13100.00%1100.00%

/* * The Machine Vector */ static struct sh_machine_vector mv_se __initmv = { .mv_name = "SolutionEngine", .mv_mode_pins = se7619_mode_pins, };

Overall Contributors

PersonTokensPropCommitsCommitProp
Yoshinori Sato2860.87%240.00%
Paul Mundt1736.96%240.00%
Greg Kroah-Hartman12.17%120.00%
Total46100.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.