* [PATCH 1/1] pinctrl: bcm: cleanup Broadcom license headers
@ 2017-06-02 18:52 Scott Branden
2017-06-02 18:58 ` Florian Fainelli
2017-06-09 9:10 ` Linus Walleij
0 siblings, 2 replies; 3+ messages in thread
From: Scott Branden @ 2017-06-02 18:52 UTC (permalink / raw)
To: Linus Walleij, Florian Fainelli, Ray Jui
Cc: BCM Kernel Feedback, linux-kernel, linux-gpio, Paul Gortmaker,
Scott Branden
Use consistent license headers for Broadcom files by
placing additional comments outside of standard legal header.
Also, update legal header to 2017 format as "Broadcom Corporation"
has changed to "Broadcom".
Signed-off-by: Scott Branden <scott.branden@broadcom.com>
---
drivers/pinctrl/bcm/pinctrl-bcm281xx.c | 9 ++-------
drivers/pinctrl/bcm/pinctrl-cygnus-mux.c | 9 +++++----
drivers/pinctrl/bcm/pinctrl-iproc-gpio.c | 6 ++++--
drivers/pinctrl/bcm/pinctrl-nsp-gpio.c | 6 ++++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/drivers/pinctrl/bcm/pinctrl-bcm281xx.c b/drivers/pinctrl/bcm/pinctrl-bcm281xx.c
index e630f4d..a7cceff 100644
--- a/drivers/pinctrl/bcm/pinctrl-bcm281xx.c
+++ b/drivers/pinctrl/bcm/pinctrl-bcm281xx.c
@@ -1,11 +1,5 @@
/*
- * Broadcom BCM281xx pinctrl driver
- *
- * Author(s):
- * Sherman Yin <syin@broadcom.com>
- * Broadcom Corporation <bcm-kernel-feedback-list@broadcom.com>
- *
- * Copyright (C) 2013 Broadcom Corporation
+ * Copyright (C) 2013-2017 Broadcom
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@@ -16,6 +10,7 @@
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/
+
#include <linux/err.h>
#include <linux/io.h>
#include <linux/init.h>
diff --git a/drivers/pinctrl/bcm/pinctrl-cygnus-mux.c b/drivers/pinctrl/bcm/pinctrl-cygnus-mux.c
index 3684cca..44df359 100644
--- a/drivers/pinctrl/bcm/pinctrl-cygnus-mux.c
+++ b/drivers/pinctrl/bcm/pinctrl-cygnus-mux.c
@@ -1,8 +1,5 @@
/*
- * Broadcom Cygnus IOMUX driver
- *
- * Author: Ray Jui <rjui@broadcom.com>
- * Copyright (C) 2014-2015 Broadcom Corporation
+ * Copyright (C) 2014-2017 Broadcom
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@@ -12,6 +9,10 @@
* 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.
+ */
+
+/*
+ * Broadcom Cygnus IOMUX driver
*
* This file contains the Cygnus IOMUX driver that supports group based PINMUX
* configuration. Although PINMUX configuration is mainly group based, the
diff --git a/drivers/pinctrl/bcm/pinctrl-iproc-gpio.c b/drivers/pinctrl/bcm/pinctrl-iproc-gpio.c
index af5e904..85a8c97 100644
--- a/drivers/pinctrl/bcm/pinctrl-iproc-gpio.c
+++ b/drivers/pinctrl/bcm/pinctrl-iproc-gpio.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014-2015 Broadcom Corporation
+ * Copyright (C) 2014-2017 Broadcom
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@@ -9,7 +9,9 @@
* 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.
- *
+ */
+
+/*
* This file contains the Broadcom Iproc GPIO driver that supports 3
* GPIO controllers on Iproc including the ASIU GPIO controller, the
* chipCommonG GPIO controller, and the always-on GPIO controller. Basic
diff --git a/drivers/pinctrl/bcm/pinctrl-nsp-gpio.c b/drivers/pinctrl/bcm/pinctrl-nsp-gpio.c
index 2244243..1cfe45f 100644
--- a/drivers/pinctrl/bcm/pinctrl-nsp-gpio.c
+++ b/drivers/pinctrl/bcm/pinctrl-nsp-gpio.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Broadcom Corporation
+ * Copyright (C) 2014-2017 Broadcom
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@@ -9,7 +9,9 @@
* 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.
- *
+ */
+
+/*
* This file contains the Broadcom Northstar Plus (NSP) GPIO driver that
* supports the chipCommonA GPIO controller. Basic PINCONF such as bias,
* pull up/down, slew and drive strength are also supported in this driver.
--
2.5.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] pinctrl: bcm: cleanup Broadcom license headers
2017-06-02 18:52 [PATCH 1/1] pinctrl: bcm: cleanup Broadcom license headers Scott Branden
@ 2017-06-02 18:58 ` Florian Fainelli
2017-06-09 9:10 ` Linus Walleij
1 sibling, 0 replies; 3+ messages in thread
From: Florian Fainelli @ 2017-06-02 18:58 UTC (permalink / raw)
To: Scott Branden, Linus Walleij, Ray Jui
Cc: BCM Kernel Feedback, linux-kernel, linux-gpio, Paul Gortmaker
On 06/02/2017 11:52 AM, Scott Branden wrote:
> Use consistent license headers for Broadcom files by
> placing additional comments outside of standard legal header.
>
> Also, update legal header to 2017 format as "Broadcom Corporation"
> has changed to "Broadcom".
>
> Signed-off-by: Scott Branden <scott.branden@broadcom.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
--
Florian
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] pinctrl: bcm: cleanup Broadcom license headers
2017-06-02 18:52 [PATCH 1/1] pinctrl: bcm: cleanup Broadcom license headers Scott Branden
2017-06-02 18:58 ` Florian Fainelli
@ 2017-06-09 9:10 ` Linus Walleij
1 sibling, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2017-06-09 9:10 UTC (permalink / raw)
To: Scott Branden
Cc: Florian Fainelli, Ray Jui, BCM Kernel Feedback,
linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org,
Paul Gortmaker
On Fri, Jun 2, 2017 at 8:52 PM, Scott Branden
<scott.branden@broadcom.com> wrote:
> Use consistent license headers for Broadcom files by
> placing additional comments outside of standard legal header.
>
> Also, update legal header to 2017 format as "Broadcom Corporation"
> has changed to "Broadcom".
>
> Signed-off-by: Scott Branden <scott.branden@broadcom.com>
Patch applied with Florian's review tag.
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-06-09 9:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-02 18:52 [PATCH 1/1] pinctrl: bcm: cleanup Broadcom license headers Scott Branden
2017-06-02 18:58 ` Florian Fainelli
2017-06-09 9:10 ` Linus Walleij
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).