diff options
| author | Stefan Wahren <stefan.wahren@i2se.com> | 2018-11-10 10:59:15 -0500 |
|---|---|---|
| committer | Jassi Brar <jaswinder.singh@linaro.org> | 2018-12-11 21:52:54 -0500 |
| commit | e2affdbef2aca880f4b9e758779c72540db5f168 (patch) | |
| tree | a7aad03731527445cfff7d960fefc22c8b520b7f | |
| parent | 78f3ff524fca63e7d2a57149a34ade23d2c12798 (diff) | |
mailbox: bcm2835: Switch to SPDX identifier
Adopt the SPDX license identifier headers to ease license compliance
management.
Cc: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Acked-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
| -rw-r--r-- | drivers/mailbox/bcm2835-mailbox.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/drivers/mailbox/bcm2835-mailbox.c b/drivers/mailbox/bcm2835-mailbox.c index e92bbc533821..bb3ee728169d 100644 --- a/drivers/mailbox/bcm2835-mailbox.c +++ b/drivers/mailbox/bcm2835-mailbox.c | |||
| @@ -1,15 +1,9 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0 | ||
| 1 | /* | 2 | /* |
| 2 | * Copyright (C) 2010,2015 Broadcom | 3 | * Copyright (C) 2010,2015 Broadcom |
| 3 | * Copyright (C) 2013-2014 Lubomir Rintel | 4 | * Copyright (C) 2013-2014 Lubomir Rintel |
| 4 | * Copyright (C) 2013 Craig McGeachie | 5 | * Copyright (C) 2013 Craig McGeachie |
| 5 | * | 6 | * |
| 6 | * This program is free software; you can redistribute it and/or modify | ||
| 7 | * it under the terms of the GNU General Public License version 2 as | ||
| 8 | * published by the Free Software Foundation. | ||
| 9 | * | ||
| 10 | * This device provides a mechanism for writing to the mailboxes, | ||
| 11 | * that are shared between the ARM and the VideoCore processor | ||
| 12 | * | ||
| 13 | * Parts of the driver are based on: | 7 | * Parts of the driver are based on: |
| 14 | * - arch/arm/mach-bcm2708/vcio.c file written by Gray Girling that was | 8 | * - arch/arm/mach-bcm2708/vcio.c file written by Gray Girling that was |
| 15 | * obtained from branch "rpi-3.6.y" of git://github.com/raspberrypi/ | 9 | * obtained from branch "rpi-3.6.y" of git://github.com/raspberrypi/ |
