mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
ARM: shmobile: convert to SPDX identifiers
This patch updates license to use SPDX-License-Identifier instead of verbose license text. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
b9fad74bfe
commit
e2f2594b8e
11 changed files with 14 additions and 59 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
config PM_RMOBILE
|
config PM_RMOBILE
|
||||||
bool
|
bool
|
||||||
select PM
|
select PM
|
||||||
|
|
|
@ -1,17 +1,8 @@
|
||||||
/*
|
/* SPDX-License-Identifier: GPL-2.0+
|
||||||
|
*
|
||||||
* Shared SCU setup for mach-shmobile
|
* Shared SCU setup for mach-shmobile
|
||||||
*
|
*
|
||||||
* Copyright (C) 2012 Bastian Hecht
|
* Copyright (C) 2012 Bastian Hecht
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation; either version 2 of
|
|
||||||
* the License, or (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR /PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/linkage.h>
|
#include <linux/linkage.h>
|
||||||
|
|
|
@ -1,14 +1,11 @@
|
||||||
/*
|
/* SPDX-License-Identifier: GPL-2.0
|
||||||
|
*
|
||||||
* SMP support for R-Mobile / SH-Mobile
|
* SMP support for R-Mobile / SH-Mobile
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Magnus Damm
|
* Copyright (C) 2010 Magnus Damm
|
||||||
* Copyright (C) 2010 Takashi Yoshii
|
* Copyright (C) 2010 Takashi Yoshii
|
||||||
*
|
*
|
||||||
* Based on vexpress, Copyright (c) 2003 ARM Limited, All Rights Reserved
|
* Based on vexpress, Copyright (c) 2003 ARM Limited, All Rights Reserved
|
||||||
*
|
|
||||||
* 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.
|
|
||||||
*/
|
*/
|
||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
#include <linux/linkage.h>
|
#include <linux/linkage.h>
|
||||||
|
|
|
@ -1,11 +1,8 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* SMP support for SoCs with SCU covered by mach-shmobile
|
* SMP support for SoCs with SCU covered by mach-shmobile
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 Magnus Damm
|
* Copyright (C) 2013 Magnus Damm
|
||||||
*
|
|
||||||
* 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.
|
|
||||||
*/
|
*/
|
||||||
#include <linux/cpu.h>
|
#include <linux/cpu.h>
|
||||||
#include <linux/delay.h>
|
#include <linux/delay.h>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* SMP support for R-Mobile / SH-Mobile
|
* SMP support for R-Mobile / SH-Mobile
|
||||||
*
|
*
|
||||||
|
@ -5,10 +6,6 @@
|
||||||
* Copyright (C) 2011 Paul Mundt
|
* Copyright (C) 2011 Paul Mundt
|
||||||
*
|
*
|
||||||
* Based on vexpress, Copyright (C) 2002 ARM Ltd, All Rights Reserved
|
* Based on vexpress, Copyright (C) 2002 ARM Ltd, All Rights Reserved
|
||||||
*
|
|
||||||
* 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.
|
|
||||||
*/
|
*/
|
||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
#include <asm/cacheflush.h>
|
#include <asm/cacheflush.h>
|
||||||
|
|
|
@ -1,13 +1,10 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* R-Car Generation 2 Power management support
|
* R-Car Generation 2 Power management support
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2015 Renesas Electronics Corporation
|
* Copyright (C) 2013 - 2015 Renesas Electronics Corporation
|
||||||
* Copyright (C) 2011 Renesas Solutions Corp.
|
* Copyright (C) 2011 Renesas Solutions Corp.
|
||||||
* Copyright (C) 2011 Magnus Damm
|
* Copyright (C) 2011 Magnus Damm
|
||||||
*
|
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
|
||||||
* License. See the file "COPYING" in the main directory of this archive
|
|
||||||
* for more details.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* rmobile power management support
|
* rmobile power management support
|
||||||
*
|
*
|
||||||
|
@ -7,10 +8,6 @@
|
||||||
*
|
*
|
||||||
* based on pm-sh7372.c
|
* based on pm-sh7372.c
|
||||||
* Copyright (C) 2011 Magnus Damm
|
* Copyright (C) 2011 Magnus Damm
|
||||||
*
|
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
|
||||||
* License. See the file "COPYING" in the main directory of this archive
|
|
||||||
* for more details.
|
|
||||||
*/
|
*/
|
||||||
#include <linux/clk/renesas.h>
|
#include <linux/clk/renesas.h>
|
||||||
#include <linux/console.h>
|
#include <linux/console.h>
|
||||||
|
|
|
@ -1,11 +1,8 @@
|
||||||
/*
|
/* SPDX-License-Identifier: GPL-2.0
|
||||||
|
*
|
||||||
* Copyright (C) 2012 Renesas Solutions Corp.
|
* Copyright (C) 2012 Renesas Solutions Corp.
|
||||||
*
|
*
|
||||||
* Kuninori Morimoto <morimoto.kuninori@renesas.com>
|
* Kuninori Morimoto <morimoto.kuninori@renesas.com>
|
||||||
*
|
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
|
||||||
* License. See the file "COPYING" in the main directory of this archive
|
|
||||||
* for more details.
|
|
||||||
*/
|
*/
|
||||||
#ifndef PM_RMOBILE_H
|
#ifndef PM_RMOBILE_H
|
||||||
#define PM_RMOBILE_H
|
#define PM_RMOBILE_H
|
||||||
|
|
|
@ -1,17 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* SMP support for R-Mobile / SH-Mobile - sh73a0 portion
|
* SMP support for R-Mobile / SH-Mobile - sh73a0 portion
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Magnus Damm
|
* Copyright (C) 2010 Magnus Damm
|
||||||
* Copyright (C) 2010 Takashi Yoshii
|
* Copyright (C) 2010 Takashi Yoshii
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation; version 2 of the License.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*/
|
*/
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
|
|
|
@ -1,11 +1,8 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* Suspend-to-RAM support code for SH-Mobile ARM
|
* Suspend-to-RAM support code for SH-Mobile ARM
|
||||||
*
|
*
|
||||||
* Copyright (C) 2011 Magnus Damm
|
* Copyright (C) 2011 Magnus Damm
|
||||||
*
|
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
|
||||||
* License. See the file "COPYING" in the main directory of this archive
|
|
||||||
* for more details.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/pm.h>
|
#include <linux/pm.h>
|
||||||
|
|
|
@ -1,17 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* SH-Mobile Timer
|
* SH-Mobile Timer
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Magnus Damm
|
* Copyright (C) 2010 Magnus Damm
|
||||||
* Copyright (C) 2002 - 2009 Paul Mundt
|
* Copyright (C) 2002 - 2009 Paul Mundt
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation; version 2 of the License.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*/
|
*/
|
||||||
#include <linux/platform_device.h>
|
#include <linux/platform_device.h>
|
||||||
#include <linux/clocksource.h>
|
#include <linux/clocksource.h>
|
||||||
|
|
Loading…
Reference in a new issue