/* * 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
| Person | Tokens | Prop | Commits | CommitProp | |
| paul mundt | paul mundt | 13 | 100.00% | 1 | 100.00% |
| Total | 13 | 100.00% | 1 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp | |
| yoshinori sato | yoshinori sato | 28 | 62.22% | 2 | 50.00% |
| paul mundt | paul mundt | 17 | 37.78% | 2 | 50.00% |
| Total | 45 | 100.00% | 4 | 100.00% |