linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Update TPS68470 PMIC drivers with SPDX tags
@ 2018-02-20 23:54 Rajmohan Mani
  2018-02-20 23:54 ` [PATCH 1/3] mfd: Update to SPDX license identifier Rajmohan Mani
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Rajmohan Mani @ 2018-02-20 23:54 UTC (permalink / raw)
  To: linux-kernel, linux-gpio, linux-acpi
  Cc: Lee Jones, Linus Walleij, Rafael J. Wysocki, Len Brown,
	Andy Shevchenko, Mika Westerberg, Rajmohan Mani

This patch series update the TPS68470 PMIC drivers with SPDX license
identifiers, while removing the GPL v2 boilerplate license text.

Rajmohan Mani (3):
  mfd: Update to SPDX license identifier
  gpio: Update to SPDX license identifier
  ACPI / PMIC: Update to SPDX license identifier

 drivers/acpi/pmic/tps68470_pmic.c | 10 +---------
 drivers/gpio/gpio-tps68470.c      | 10 +---------
 drivers/mfd/tps68470.c            | 10 +---------
 include/linux/mfd/tps68470.h      | 17 +++--------------
 4 files changed, 6 insertions(+), 41 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH 1/3] mfd: Update to SPDX license identifier
  2018-02-20 23:54 [PATCH 0/3] Update TPS68470 PMIC drivers with SPDX tags Rajmohan Mani
@ 2018-02-20 23:54 ` Rajmohan Mani
  2018-03-07 15:30   ` Lee Jones
  2018-02-20 23:54 ` [PATCH 2/3] gpio: " Rajmohan Mani
  2018-02-20 23:54 ` [PATCH 3/3] ACPI / PMIC: " Rajmohan Mani
  2 siblings, 1 reply; 7+ messages in thread
From: Rajmohan Mani @ 2018-02-20 23:54 UTC (permalink / raw)
  To: linux-kernel, linux-gpio, linux-acpi
  Cc: Lee Jones, Linus Walleij, Rafael J. Wysocki, Len Brown,
	Andy Shevchenko, Mika Westerberg, Rajmohan Mani

Remove the GPL v2 license boilerplate and update with
the SPDX license identifier.

Signed-off-by: Rajmohan Mani <rajmohan.mani@intel.com>
---
 drivers/mfd/tps68470.c       | 10 +---------
 include/linux/mfd/tps68470.h | 17 +++--------------
 2 files changed, 4 insertions(+), 23 deletions(-)

diff --git a/drivers/mfd/tps68470.c b/drivers/mfd/tps68470.c
index 189efae..a5981a7 100644
--- a/drivers/mfd/tps68470.c
+++ b/drivers/mfd/tps68470.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * TPS68470 chip Parent driver
  *
@@ -8,15 +9,6 @@
  *	Tianshu Qiu <tian.shu.qiu@intel.com>
  *	Jian Xu Zheng <jian.xu.zheng@intel.com>
  *	Yuning Pu <yuning.pu@intel.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 version 2.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 #include <linux/acpi.h>
diff --git a/include/linux/mfd/tps68470.h b/include/linux/mfd/tps68470.h
index 44f9d9f..ffe8112 100644
--- a/include/linux/mfd/tps68470.h
+++ b/include/linux/mfd/tps68470.h
@@ -1,17 +1,6 @@
-/*
- * Copyright (c) 2017 Intel Corporation
- *
- * Functions to access TPS68470 power management chip.
- *
- * 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.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- */
+/* SPDX-License-Identifier: GPL-2.0 */
+/* Copyright (C) 2017 Intel Corporation */
+/* Functions to access TPS68470 power management chip. */
 
 #ifndef __LINUX_MFD_TPS68470_H
 #define __LINUX_MFD_TPS68470_H
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH 2/3] gpio: Update to SPDX license identifier
  2018-02-20 23:54 [PATCH 0/3] Update TPS68470 PMIC drivers with SPDX tags Rajmohan Mani
  2018-02-20 23:54 ` [PATCH 1/3] mfd: Update to SPDX license identifier Rajmohan Mani
@ 2018-02-20 23:54 ` Rajmohan Mani
  2018-02-23 14:27   ` Linus Walleij
  2018-02-20 23:54 ` [PATCH 3/3] ACPI / PMIC: " Rajmohan Mani
  2 siblings, 1 reply; 7+ messages in thread
From: Rajmohan Mani @ 2018-02-20 23:54 UTC (permalink / raw)
  To: linux-kernel, linux-gpio, linux-acpi
  Cc: Lee Jones, Linus Walleij, Rafael J. Wysocki, Len Brown,
	Andy Shevchenko, Mika Westerberg, Rajmohan Mani

Remove the GPL v2 license boilerplate and update with
the SPDX license identifier.

Signed-off-by: Rajmohan Mani <rajmohan.mani@intel.com>
---
 drivers/gpio/gpio-tps68470.c | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/drivers/gpio/gpio-tps68470.c b/drivers/gpio/gpio-tps68470.c
index fa2662f..aff6e50 100644
--- a/drivers/gpio/gpio-tps68470.c
+++ b/drivers/gpio/gpio-tps68470.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * GPIO driver for TPS68470 PMIC
  *
@@ -8,15 +9,6 @@
  *	Tianshu Qiu <tian.shu.qiu@intel.com>
  *	Jian Xu Zheng <jian.xu.zheng@intel.com>
  *	Yuning Pu <yuning.pu@intel.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 version 2.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  */
 
 #include <linux/gpio/driver.h>
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH 3/3] ACPI / PMIC: Update to SPDX license identifier
  2018-02-20 23:54 [PATCH 0/3] Update TPS68470 PMIC drivers with SPDX tags Rajmohan Mani
  2018-02-20 23:54 ` [PATCH 1/3] mfd: Update to SPDX license identifier Rajmohan Mani
  2018-02-20 23:54 ` [PATCH 2/3] gpio: " Rajmohan Mani
@ 2018-02-20 23:54 ` Rajmohan Mani
  2018-03-14 11:39   ` Rafael J. Wysocki
  2 siblings, 1 reply; 7+ messages in thread
From: Rajmohan Mani @ 2018-02-20 23:54 UTC (permalink / raw)
  To: linux-kernel, linux-gpio, linux-acpi
  Cc: Lee Jones, Linus Walleij, Rafael J. Wysocki, Len Brown,
	Andy Shevchenko, Mika Westerberg, Rajmohan Mani

Remove the GPL v2 license boilerplate and update with
the SPDX license identifier.

Signed-off-by: Rajmohan Mani <rajmohan.mani@intel.com>
---
 drivers/acpi/pmic/tps68470_pmic.c | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/drivers/acpi/pmic/tps68470_pmic.c b/drivers/acpi/pmic/tps68470_pmic.c
index 7f3c567..a083de5 100644
--- a/drivers/acpi/pmic/tps68470_pmic.c
+++ b/drivers/acpi/pmic/tps68470_pmic.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * TI TPS68470 PMIC operation region driver
  *
@@ -5,15 +6,6 @@
  *
  * Author: Rajmohan Mani <rajmohan.mani@intel.com>
  *
- * 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.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
  * Based on drivers/acpi/pmic/intel_pmic* drivers
  */
 
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH 2/3] gpio: Update to SPDX license identifier
  2018-02-20 23:54 ` [PATCH 2/3] gpio: " Rajmohan Mani
@ 2018-02-23 14:27   ` Linus Walleij
  0 siblings, 0 replies; 7+ messages in thread
From: Linus Walleij @ 2018-02-23 14:27 UTC (permalink / raw)
  To: Rajmohan Mani
  Cc: linux-kernel, open list:GPIO SUBSYSTEM, ACPI Devel Maling List,
	Lee Jones, Rafael J. Wysocki, Len Brown, Andy Shevchenko,
	Mika Westerberg

On Wed, Feb 21, 2018 at 12:54 AM, Rajmohan Mani <rajmohan.mani@intel.com> wrote:

> Remove the GPL v2 license boilerplate and update with
> the SPDX license identifier.
>
> Signed-off-by: Rajmohan Mani <rajmohan.mani@intel.com>

Patch applied.

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 1/3] mfd: Update to SPDX license identifier
  2018-02-20 23:54 ` [PATCH 1/3] mfd: Update to SPDX license identifier Rajmohan Mani
@ 2018-03-07 15:30   ` Lee Jones
  0 siblings, 0 replies; 7+ messages in thread
From: Lee Jones @ 2018-03-07 15:30 UTC (permalink / raw)
  To: Rajmohan Mani
  Cc: linux-kernel, linux-gpio, linux-acpi, Linus Walleij,
	Rafael J. Wysocki, Len Brown, Andy Shevchenko, Mika Westerberg

On Tue, 20 Feb 2018, Rajmohan Mani wrote:

> Remove the GPL v2 license boilerplate and update with
> the SPDX license identifier.
> 
> Signed-off-by: Rajmohan Mani <rajmohan.mani@intel.com>
> ---
>  drivers/mfd/tps68470.c       | 10 +---------
>  include/linux/mfd/tps68470.h | 17 +++--------------
>  2 files changed, 4 insertions(+), 23 deletions(-)

Applied, thanks.

-- 
Lee Jones
Linaro Services Technical Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 3/3] ACPI / PMIC: Update to SPDX license identifier
  2018-02-20 23:54 ` [PATCH 3/3] ACPI / PMIC: " Rajmohan Mani
@ 2018-03-14 11:39   ` Rafael J. Wysocki
  0 siblings, 0 replies; 7+ messages in thread
From: Rafael J. Wysocki @ 2018-03-14 11:39 UTC (permalink / raw)
  To: Rajmohan Mani
  Cc: linux-kernel, linux-gpio, linux-acpi, Lee Jones, Linus Walleij,
	Len Brown, Andy Shevchenko, Mika Westerberg

On Wednesday, February 21, 2018 12:54:09 AM CET Rajmohan Mani wrote:
> Remove the GPL v2 license boilerplate and update with
> the SPDX license identifier.
> 
> Signed-off-by: Rajmohan Mani <rajmohan.mani@intel.com>
> ---
>  drivers/acpi/pmic/tps68470_pmic.c | 10 +---------
>  1 file changed, 1 insertion(+), 9 deletions(-)
> 
> diff --git a/drivers/acpi/pmic/tps68470_pmic.c b/drivers/acpi/pmic/tps68470_pmic.c
> index 7f3c567..a083de5 100644
> --- a/drivers/acpi/pmic/tps68470_pmic.c
> +++ b/drivers/acpi/pmic/tps68470_pmic.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0
>  /*
>   * TI TPS68470 PMIC operation region driver
>   *
> @@ -5,15 +6,6 @@
>   *
>   * Author: Rajmohan Mani <rajmohan.mani@intel.com>
>   *
> - * 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.
> - *
> - * This program is distributed "as is" WITHOUT ANY WARRANTY of any
> - * kind, whether express or implied; without even the implied warranty
> - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> - * GNU General Public License for more details.
> - *
>   * Based on drivers/acpi/pmic/intel_pmic* drivers
>   */
>  
> 

Applied, thanks!

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-03-14 11:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-20 23:54 [PATCH 0/3] Update TPS68470 PMIC drivers with SPDX tags Rajmohan Mani
2018-02-20 23:54 ` [PATCH 1/3] mfd: Update to SPDX license identifier Rajmohan Mani
2018-03-07 15:30   ` Lee Jones
2018-02-20 23:54 ` [PATCH 2/3] gpio: " Rajmohan Mani
2018-02-23 14:27   ` Linus Walleij
2018-02-20 23:54 ` [PATCH 3/3] ACPI / PMIC: " Rajmohan Mani
2018-03-14 11:39   ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).