diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2018-11-27 15:25:25 -0800 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2018-11-27 15:25:25 -0800 |
commit | 34758f81559a1a664c8a99209b15267a542c3cf5 (patch) | |
tree | 8ccda271d5ce154d1772f3806823146d922310ff /drivers/soc/bcm | |
parent | 0810d5cc29a1e4bb9e738a478b746aebf8dc1931 (diff) | |
parent | 502b431cda801645fd73857f7b47a4666de3cb62 (diff) |
Merge tag 'tags/bcm2835-drivers-next-2018-11-27' into drivers/next
This pull request adds SPDX to BCM2835 drivers, and fixes some bugs in
the firmware driver (silently hanging if the VPU doesn't respond to a
mailbox transaction, and undersized buffers in the firmware property
transactions for tags that aren't used yet in the upstream).
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'drivers/soc/bcm')
-rw-r--r-- | drivers/soc/bcm/raspberrypi-power.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/soc/bcm/raspberrypi-power.c b/drivers/soc/bcm/raspberrypi-power.c index a78dfe0a2b50..5d1aacdd84ef 100644 --- a/drivers/soc/bcm/raspberrypi-power.c +++ b/drivers/soc/bcm/raspberrypi-power.c @@ -1,9 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0 /* (C) 2015 Pengutronix, Alexander Aring <aar@pengutronix.de> * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - * * Authors: * Alexander Aring <aar@pengutronix.de> * Eric Anholt <eric@anholt.net> |