cregit-Linux how code gets into the kernel

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

/*
 * 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 mundtpaul 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 satoyoshinori sato2862.22%250.00%
paul mundtpaul mundt1737.78%250.00%
Total45100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}