/* * 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 | 70 | 37.43% | 3 | 42.86% |
| Chris Zankel | 50 | 26.74% | 2 | 28.57% |
| Daniel Glöckner | 37 | 19.79% | 1 | 14.29% |
| Johannes Weiner | 30 | 16.04% | 1 | 14.29% |
| Total | 187 | 100.00% | 7 | 100.00% |