diff options
Diffstat (limited to 'drivers/mailbox')
| -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/ |
