/* * arch/sh/boards/titan/setup.c - Setup for Titan * * Copyright (C) 2006 Jamie Lenehan * * 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/init.h> #include <linux/irq.h> #include <mach/titan.h> #include <asm/io.h>
static void __init init_titan_irq(void) { /* enable individual interrupt mode for externals */ plat_irq_setup_pins(IRQ_MODE_IRQ); }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Jamie Lenehan | 13 | 86.67% | 1 | 50.00% |
Magnus Damm | 2 | 13.33% | 1 | 50.00% |
Total | 15 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Jamie Lenehan | 40 | 86.96% | 2 | 33.33% |
Paul Mundt | 4 | 8.70% | 3 | 50.00% |
Magnus Damm | 2 | 4.35% | 1 | 16.67% |
Total | 46 | 100.00% | 6 | 100.00% |