soc: samsung: Add SPDX license identifiers

Replace GPL license statements with SPDX GPL-2.0 license identifiers.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
Krzysztof Kozlowski 2017-12-25 21:17:59 +01:00
Родитель 4fbd8d194f
Коммит 06512c539f
9 изменённых файлов: 43 добавлений и 68 удалений

Просмотреть файл

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
# #
# SAMSUNG SoC drivers # SAMSUNG SoC drivers
# #

Просмотреть файл

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_EXYNOS_PMU) += exynos-pmu.o obj-$(CONFIG_EXYNOS_PMU) += exynos-pmu.o
obj-$(CONFIG_EXYNOS_PMU_ARM_DRIVERS) += exynos3250-pmu.o exynos4-pmu.o \ obj-$(CONFIG_EXYNOS_PMU_ARM_DRIVERS) += exynos3250-pmu.o exynos4-pmu.o \

Просмотреть файл

@ -1,13 +1,9 @@
/* // SPDX-License-Identifier: GPL-2.0
* Copyright (c) 2011-2014 Samsung Electronics Co., Ltd. //
* http://www.samsung.com/ // Copyright (c) 2011-2014 Samsung Electronics Co., Ltd.
* // http://www.samsung.com/
* EXYNOS - CPU PMU(Power Management Unit) support //
* // EXYNOS - CPU PMU(Power Management Unit) support
* 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/of.h> #include <linux/of.h>
#include <linux/of_address.h> #include <linux/of_address.h>

Просмотреть файл

@ -1,12 +1,9 @@
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright (c) 2015 Samsung Electronics Co., Ltd. * Copyright (c) 2015 Samsung Electronics Co., Ltd.
* http://www.samsung.com * http://www.samsung.com
* *
* Header for EXYNOS PMU Driver support * Header for EXYNOS PMU Driver support
*
* 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.
*/ */
#ifndef __EXYNOS_PMU_H #ifndef __EXYNOS_PMU_H

Просмотреть файл

@ -1,13 +1,9 @@
/* // SPDX-License-Identifier: GPL-2.0
* Copyright (c) 2011-2015 Samsung Electronics Co., Ltd. //
* http://www.samsung.com/ // Copyright (c) 2011-2015 Samsung Electronics Co., Ltd.
* // http://www.samsung.com/
* EXYNOS3250 - CPU PMU (Power Management Unit) support //
* // EXYNOS3250 - CPU PMU (Power Management Unit) support
* 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/soc/samsung/exynos-regs-pmu.h> #include <linux/soc/samsung/exynos-regs-pmu.h>
#include <linux/soc/samsung/exynos-pmu.h> #include <linux/soc/samsung/exynos-pmu.h>

Просмотреть файл

@ -1,13 +1,9 @@
/* // SPDX-License-Identifier: GPL-2.0
* Copyright (c) 2011-2015 Samsung Electronics Co., Ltd. //
* http://www.samsung.com/ // Copyright (c) 2011-2015 Samsung Electronics Co., Ltd.
* // http://www.samsung.com/
* EXYNOS4 - CPU PMU(Power Management Unit) support //
* // EXYNOS4 - CPU PMU(Power Management Unit) support
* 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/soc/samsung/exynos-regs-pmu.h> #include <linux/soc/samsung/exynos-regs-pmu.h>
#include <linux/soc/samsung/exynos-pmu.h> #include <linux/soc/samsung/exynos-pmu.h>

Просмотреть файл

@ -1,13 +1,9 @@
/* // SPDX-License-Identifier: GPL-2.0
* Copyright (c) 2011-2015 Samsung Electronics Co., Ltd. //
* http://www.samsung.com/ // Copyright (c) 2011-2015 Samsung Electronics Co., Ltd.
* // http://www.samsung.com/
* EXYNOS5250 - CPU PMU (Power Management Unit) support //
* // EXYNOS5250 - CPU PMU (Power Management Unit) support
* 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/soc/samsung/exynos-regs-pmu.h> #include <linux/soc/samsung/exynos-regs-pmu.h>
#include <linux/soc/samsung/exynos-pmu.h> #include <linux/soc/samsung/exynos-pmu.h>

Просмотреть файл

@ -1,13 +1,9 @@
/* // SPDX-License-Identifier: GPL-2.0
* Copyright (c) 2011-2015 Samsung Electronics Co., Ltd. //
* http://www.samsung.com/ // Copyright (c) 2011-2015 Samsung Electronics Co., Ltd.
* // http://www.samsung.com/
* EXYNOS5420 - CPU PMU (Power Management Unit) support //
* // EXYNOS5420 - CPU PMU (Power Management Unit) support
* 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/pm.h> #include <linux/pm.h>
#include <linux/soc/samsung/exynos-regs-pmu.h> #include <linux/soc/samsung/exynos-regs-pmu.h>

Просмотреть файл

@ -1,17 +1,13 @@
/* // SPDX-License-Identifier: GPL-2.0
* Exynos Generic power domain support. //
* // Exynos Generic power domain support.
* Copyright (c) 2012 Samsung Electronics Co., Ltd. //
* http://www.samsung.com // Copyright (c) 2012 Samsung Electronics Co., Ltd.
* // http://www.samsung.com
* Implementation of Exynos specific power domain control which is used in //
* conjunction with runtime-pm. Support for both device-tree and non-device-tree // Implementation of Exynos specific power domain control which is used in
* based power domain support is included. // conjunction with runtime-pm. Support for both device-tree and non-device-tree
* // based power domain support is included.
* 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/io.h> #include <linux/io.h>
#include <linux/err.h> #include <linux/err.h>