/* * 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 | 10 | 100.00% | 1 | 100.00% |
| Total | 10 | 100.00% | 1 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp |
| Johannes Weiner | 10 | 100.00% | 1 | 100.00% |
| Total | 10 | 100.00% | 1 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp |
| Daniel Glöckner | 8 | 100.00% | 1 | 100.00% |
| Total | 8 | 100.00% | 1 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp |
| Chris Zankel | 15 | 100.00% | 1 | 100.00% |
| Total | 15 | 100.00% | 1 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp |
| Max Filippov | 78 | 40.21% | 4 | 50.00% |
| Chris Zankel | 50 | 25.77% | 2 | 25.00% |
| Daniel Glöckner | 36 | 18.56% | 1 | 12.50% |
| Johannes Weiner | 30 | 15.46% | 1 | 12.50% |
| Total | 194 | 100.00% | 8 | 100.00% |