Skip to content

Commit 7728819

Browse files
lategoodbyeMarc Zyngier
authored andcommitted
irqchip: bcm283x: Switch to SPDX identifier
Adopt the SPDX license identifier headers to ease license compliance management. Cc: Simon Arlott <simon@arlott.org> Cc: Eric Anholt <eric@anholt.net> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
1 parent 0645990 commit 7728819

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

drivers/irqchip/irq-bcm2835.c

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
1+
// SPDX-License-Identifier: GPL-2.0+
12
/*
23
* Copyright 2010 Broadcom
34
* Copyright 2012 Simon Arlott, Chris Boot, Stephen Warren
45
*
5-
* This program is free software; you can redistribute it and/or modify
6-
* it under the terms of the GNU General Public License as published by
7-
* the Free Software Foundation; either version 2 of the License, or
8-
* (at your option) any later version.
9-
*
10-
* This program is distributed in the hope that it will be useful,
11-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
* GNU General Public License for more details.
14-
*
156
* Quirk 1: Shortcut interrupts don't set the bank 1/2 register pending bits
167
*
178
* If an interrupt fires on bank 1 that isn't in the shortcuts list, bit 8

drivers/irqchip/irq-bcm2836.c

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
1+
// SPDX-License-Identifier: GPL-2.0+
12
/*
23
* Root interrupt controller for the BCM2836 (Raspberry Pi 2).
34
*
45
* Copyright 2015 Broadcom
5-
*
6-
* This program is free software; you can redistribute it and/or modify
7-
* it under the terms of the GNU General Public License as published by
8-
* the Free Software Foundation; either version 2 of the License, or
9-
* (at your option) any later version.
10-
*
11-
* This program is distributed in the hope that it will be useful,
12-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
* GNU General Public License for more details.
156
*/
167

178
#include <linux/cpu.h>

0 commit comments

Comments
 (0)