/* * include/asm-xtensa/irq.h * * 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. * * Copyright (C) 2001 - 2005 Tensilica Inc. */ #ifndef _XTENSA_IRQ_H #define _XTENSA_IRQ_H #include <linux/init.h> #include <platform/hardware.h> #include <variant/core.h> #ifdef CONFIG_VARIANT_IRQ_SWITCH #include <variant/irq.h> #else
static inline void variant_irq_enable(unsigned int irq) { }Contributors
Person | Tokens | Prop | Commits | CommitProp | |
johannes weiner | johannes weiner | 10 | 100.00% | 1 | 100.00% |
Total | 10 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
johannes weiner | johannes weiner | 10 | 100.00% | 1 | 100.00% |
Total | 10 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
daniel glockner | daniel glockner | 8 | 100.00% | 1 | 100.00% |
Total | 8 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
chris zankel | chris zankel | 15 | 100.00% | 1 | 100.00% |
Total | 15 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
max filippov | max filippov | 70 | 37.43% | 3 | 42.86% |
chris zankel | chris zankel | 50 | 26.74% | 2 | 28.57% |
daniel glockner | daniel glockner | 37 | 19.79% | 1 | 14.29% |
johannes weiner | johannes weiner | 30 | 16.04% | 1 | 14.29% |
Total | 187 | 100.00% | 7 | 100.00% |