Commit 221173a3 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Linus Walleij

pinctrl: samsung: Add SPDX license identifiers

Replace GPL license statements with SPDX GPL-2.0+ license identifiers.
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent e423f0ce
# SPDX-License-Identifier: GPL-2.0
# #
# Samsung Pin control drivers # Samsung Pin control drivers
# #
......
/* // SPDX-License-Identifier: GPL-2.0+
* Exynos specific support for Samsung pinctrl/gpiolib driver with eint support. //
* // Exynos specific support for Samsung pinctrl/gpiolib driver with eint support.
* Copyright (c) 2012 Samsung Electronics Co., Ltd. //
* http://www.samsung.com // Copyright (c) 2012 Samsung Electronics Co., Ltd.
* Copyright (c) 2012 Linaro Ltd // http://www.samsung.com
* http://www.linaro.org // Copyright (c) 2012 Linaro Ltd
* // http://www.linaro.org
* Author: Thomas Abraham <thomas.ab@samsung.com> //
* // Author: Thomas Abraham <thomas.ab@samsung.com>
* 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 // This file contains the Samsung Exynos specific information required by the
* the Free Software Foundation; either version 2 of the License, or // the Samsung pinctrl/gpiolib driver. It also includes the implementation of
* (at your option) any later version. // external gpio and wakeup interrupt support.
*
* This file contains the Samsung Exynos specific information required by the
* the Samsung pinctrl/gpiolib driver. It also includes the implementation of
* external gpio and wakeup interrupt support.
*/
#include <linux/device.h> #include <linux/device.h>
#include <linux/of_address.h> #include <linux/of_address.h>
......
/* // SPDX-License-Identifier: GPL-2.0+
* Exynos ARMv8 specific support for Samsung pinctrl/gpiolib driver //
* with eint support. // Exynos ARMv8 specific support for Samsung pinctrl/gpiolib driver
* // with eint support.
* Copyright (c) 2012 Samsung Electronics Co., Ltd. //
* http://www.samsung.com // Copyright (c) 2012 Samsung Electronics Co., Ltd.
* Copyright (c) 2012 Linaro Ltd // http://www.samsung.com
* http://www.linaro.org // Copyright (c) 2012 Linaro Ltd
* Copyright (c) 2017 Krzysztof Kozlowski <krzk@kernel.org> // http://www.linaro.org
* // Copyright (c) 2017 Krzysztof Kozlowski <krzk@kernel.org>
* 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 // This file contains the Samsung Exynos specific information required by the
* the Free Software Foundation; either version 2 of the License, or // the Samsung pinctrl/gpiolib driver. It also includes the implementation of
* (at your option) any later version. // external gpio and wakeup interrupt support.
*
* This file contains the Samsung Exynos specific information required by the
* the Samsung pinctrl/gpiolib driver. It also includes the implementation of
* external gpio and wakeup interrupt support.
*/
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/soc/samsung/exynos-regs-pmu.h> #include <linux/soc/samsung/exynos-regs-pmu.h>
......
/* // SPDX-License-Identifier: GPL-2.0+
* Exynos specific support for Samsung pinctrl/gpiolib driver with eint support. //
* // Exynos specific support for Samsung pinctrl/gpiolib driver with eint support.
* Copyright (c) 2012 Samsung Electronics Co., Ltd. //
* http://www.samsung.com // Copyright (c) 2012 Samsung Electronics Co., Ltd.
* Copyright (c) 2012 Linaro Ltd // http://www.samsung.com
* http://www.linaro.org // Copyright (c) 2012 Linaro Ltd
* // http://www.linaro.org
* Author: Thomas Abraham <thomas.ab@samsung.com> //
* // Author: Thomas Abraham <thomas.ab@samsung.com>
* 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 // This file contains the Samsung Exynos specific information required by the
* the Free Software Foundation; either version 2 of the License, or // the Samsung pinctrl/gpiolib driver. It also includes the implementation of
* (at your option) any later version. // external gpio and wakeup interrupt support.
*
* This file contains the Samsung Exynos specific information required by the
* the Samsung pinctrl/gpiolib driver. It also includes the implementation of
* external gpio and wakeup interrupt support.
*/
#include <linux/device.h> #include <linux/device.h>
#include <linux/interrupt.h> #include <linux/interrupt.h>
......
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Exynos specific definitions for Samsung pinctrl and gpiolib driver. * Exynos specific definitions for Samsung pinctrl and gpiolib driver.
* *
...@@ -10,11 +11,6 @@ ...@@ -10,11 +11,6 @@
* pinctrl/gpiolib interface drivers. * pinctrl/gpiolib interface drivers.
* *
* Author: Thomas Abraham <thomas.ab@samsung.com> * Author: Thomas Abraham <thomas.ab@samsung.com>
*
* 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.
*/ */
#ifndef __PINCTRL_SAMSUNG_EXYNOS_H #ifndef __PINCTRL_SAMSUNG_EXYNOS_H
......
/* // SPDX-License-Identifier: GPL-2.0+
* pin-controller/pin-mux/pin-config/gpio-driver for Samsung's EXYNOS5440 SoC. //
* // pin-controller/pin-mux/pin-config/gpio-driver for Samsung's EXYNOS5440 SoC.
* Author: Thomas Abraham <thomas.ab@samsung.com> //
* // Author: Thomas Abraham <thomas.ab@samsung.com>
* Copyright (c) 2012 Samsung Electronics Co., Ltd. //
* http://www.samsung.com // Copyright (c) 2012 Samsung Electronics Co., Ltd.
* // http://www.samsung.com
* 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.
*/
#include <linux/init.h> #include <linux/init.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>
......
/* // SPDX-License-Identifier: GPL-2.0+
* S3C24XX specific support for Samsung pinctrl/gpiolib driver. //
* // S3C24XX specific support for Samsung pinctrl/gpiolib driver.
* Copyright (c) 2013 Heiko Stuebner <heiko@sntech.de> //
* // Copyright (c) 2013 Heiko Stuebner <heiko@sntech.de>
* 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 // This file contains the SamsungS3C24XX specific information required by the
* the Free Software Foundation; either version 2 of the License, or // Samsung pinctrl/gpiolib driver. It also includes the implementation of
* (at your option) any later version. // external gpio and wakeup interrupt support.
*
* This file contains the SamsungS3C24XX specific information required by the
* Samsung pinctrl/gpiolib driver. It also includes the implementation of
* external gpio and wakeup interrupt support.
*/
#include <linux/init.h> #include <linux/init.h>
#include <linux/device.h> #include <linux/device.h>
......
/* // SPDX-License-Identifier: GPL-2.0+
* S3C64xx specific support for pinctrl-samsung driver. //
* // S3C64xx specific support for pinctrl-samsung driver.
* Copyright (c) 2013 Tomasz Figa <tomasz.figa@gmail.com> //
* // Copyright (c) 2013 Tomasz Figa <tomasz.figa@gmail.com>
* Based on pinctrl-exynos.c, please see the file for original copyrights. //
* // Based on pinctrl-exynos.c, please see the file for original copyrights.
* 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 // This file contains the Samsung S3C64xx specific information required by the
* the Free Software Foundation; either version 2 of the License, or // the Samsung pinctrl/gpiolib driver. It also includes the implementation of
* (at your option) any later version. // external gpio and wakeup interrupt support.
*
* This file contains the Samsung S3C64xx specific information required by the
* the Samsung pinctrl/gpiolib driver. It also includes the implementation of
* external gpio and wakeup interrupt support.
*/
#include <linux/init.h> #include <linux/init.h>
#include <linux/device.h> #include <linux/device.h>
......
/* // SPDX-License-Identifier: GPL-2.0+
* pin-controller/pin-mux/pin-config/gpio-driver for Samsung's SoC's. //
* // pin-controller/pin-mux/pin-config/gpio-driver for Samsung's SoC's.
* Copyright (c) 2012 Samsung Electronics Co., Ltd. //
* http://www.samsung.com // Copyright (c) 2012 Samsung Electronics Co., Ltd.
* Copyright (c) 2012 Linaro Ltd // http://www.samsung.com
* http://www.linaro.org // Copyright (c) 2012 Linaro Ltd
* // http://www.linaro.org
* Author: Thomas Abraham <thomas.ab@samsung.com> //
* // Author: Thomas Abraham <thomas.ab@samsung.com>
* 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 // This driver implements the Samsung pinctrl driver. It supports setting up of
* the Free Software Foundation; either version 2 of the License, or // pinmux and pinconf configurations. The gpiolib interface is also included.
* (at your option) any later version. // External interrupt (gpio and wakeup) support are not included in this driver
* // but provides extensions to which platform specific implementation of the gpio
* This driver implements the Samsung pinctrl driver. It supports setting up of // and wakeup interrupts can be hooked to.
* pinmux and pinconf configurations. The gpiolib interface is also included.
* External interrupt (gpio and wakeup) support are not included in this driver
* but provides extensions to which platform specific implementation of the gpio
* and wakeup interrupts can be hooked to.
*/
#include <linux/init.h> #include <linux/init.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>
......
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* pin-controller/pin-mux/pin-config/gpio-driver for Samsung's SoC's. * pin-controller/pin-mux/pin-config/gpio-driver for Samsung's SoC's.
* *
...@@ -7,11 +8,6 @@ ...@@ -7,11 +8,6 @@
* http://www.linaro.org * http://www.linaro.org
* *
* Author: Thomas Abraham <thomas.ab@samsung.com> * Author: Thomas Abraham <thomas.ab@samsung.com>
*
* 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.
*/ */
#ifndef __PINCTRL_SAMSUNG_H #ifndef __PINCTRL_SAMSUNG_H
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment