Platform core changes for the Allwinner SoCs, this time adding SPDX

headers to our files.
 -----BEGIN PGP SIGNATURE-----
 
 iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCYW0q7QAKCRDj7w1vZxhR
 xWxSAP9W4gN/i+iNo6tuAao/awLjSeZ0gMC5JJbBKLbnAp6k+QD/cLNYOZBLMTV0
 TJWKEBNUyWsQXRVSYzYQ5NuSnJGIhA0=
 =yvae
 -----END PGP SIGNATURE-----
gpgsig -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEo6/YBQwIrVS28WGKmmx57+YAGNkFAmFwiR4ACgkQmmx57+YA
 GNk74A/9EDZQcF+0ZfVkzJEJrU5tm6uL3G4JB1lgAoLWtsKfrVU8O5AG7B6Efxum
 Mds4VuoszHRC9/ecDNwPp8m+vR1vhe8j1qHLLOJwkOVFl9n6qykFypgfTnsubUM8
 3cwPMicTNxn0mzTK03MO7rUBIQ0B2+4RkP8fGc5ZBlpghCpEMKm/uPdplv60bwfA
 hYxaCRFdwZGLNr9p4x/hT7E/3FBKTPz9Y06F0gnVK71pP1QX2bRNMZtX/UOAzSGX
 9n74A77FHkRZRTvYzzFbTBclv8VGXCHOTo1GMEwgSQO11Bl6fnU49ob3G9eiWO4I
 NWyvotFcbb9H3vrnnIurrNmAbjWARpC7/n3igTyoND4qoy61PX4QLc6wwrsW5Ll2
 UGfOWN4txhRWJyKoMVdWk3/pHCtUl2YTPC+o9qVwF/h8ERldzYqZE1dacyioT3T+
 caXotletUsES+RqPYeC3JsYxA0jLhhh0S5WgLlmbD9ClCsor78GoHzcVBizMLaQk
 EVwlJ9q5UrofmgtjnWJNsA1djsefK5sK5F/1/FWefIdGiMoJ3bxwgo/Ea/n2NgMs
 QeHxwU61t+KWqAo5xD8wJ6FqtO8LKPXOkf/z/CYg2IQASFho6obnR6J/vwrlrw/B
 drPA5qflo2mzHnJDtFTwqm0rsZ3lDwahtnY2YENzIXSDW9fLJ8Q=
 =lmOm
 -----END PGP SIGNATURE-----

Merge tag 'sunxi-core-for-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into arm/soc

Platform core changes for the Allwinner SoCs, this time adding SPDX
headers to our files.

* tag 'sunxi-core-for-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux:
  ARM: sunxi: Add a missing SPDX license header
  ARM: sunxi: Add a missing SPDX license header

Link: https://lore.kernel.org/r/0ceaad3e-dc26-4be6-b98f-d25e51a41b81.lettre@localhost
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
Arnd Bergmann 2021-10-20 23:24:44 +02:00
commit 5cec64e5f9
2 changed files with 2 additions and 6 deletions

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/*
* SMP support for Allwinner SoCs
*
@ -8,9 +9,6 @@
* Based on code
* Copyright (C) 2012-2013 Allwinner Ltd.
*
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any
* warranty of any kind, whether express or implied.
*/
#include <linux/delay.h>

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
/*
* Device Tree support for Allwinner A1X SoCs
*
@ -5,9 +6,6 @@
*
* Maxime Ripard <maxime.ripard@free-electrons.com>
*
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any
* warranty of any kind, whether express or implied.
*/
#include <linux/clocksource.h>