diff options
Diffstat (limited to 'drivers/irqchip/irq-vf610-mscm-ir.c')
-rw-r--r-- | drivers/irqchip/irq-vf610-mscm-ir.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/irqchip/irq-vf610-mscm-ir.c b/drivers/irqchip/irq-vf610-mscm-ir.c index 56b5e3cb9de2..2b9a8ba58e26 100644 --- a/drivers/irqchip/irq-vf610-mscm-ir.c +++ b/drivers/irqchip/irq-vf610-mscm-ir.c | |||
@@ -1,12 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2014-2015 Toradex AG | 3 | * Copyright (C) 2014-2015 Toradex AG |
3 | * Author: Stefan Agner <stefan@agner.ch> | 4 | * Author: Stefan Agner <stefan@agner.ch> |
4 | * | 5 | * |
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | * | ||
10 | * IRQ chip driver for MSCM interrupt router available on Vybrid SoC's. | 6 | * IRQ chip driver for MSCM interrupt router available on Vybrid SoC's. |
11 | * The interrupt router is between the CPU's interrupt controller and the | 7 | * The interrupt router is between the CPU's interrupt controller and the |
12 | * peripheral. The router allows to route the peripheral interrupts to | 8 | * peripheral. The router allows to route the peripheral interrupts to |