]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
pinctrl: bcm: cleanup Broadcom license headers
authorScott Branden <scott.branden@broadcom.com>
Fri, 2 Jun 2017 18:52:21 +0000 (11:52 -0700)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 9 Jun 2017 09:09:43 +0000 (11:09 +0200)
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>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/bcm/pinctrl-bcm281xx.c
drivers/pinctrl/bcm/pinctrl-cygnus-mux.c
drivers/pinctrl/bcm/pinctrl-iproc-gpio.c
drivers/pinctrl/bcm/pinctrl-nsp-gpio.c

index e630f4d5f4c78e99b1312b48e03a0f230cb97e1b..a7cceffcedfae020b874dbf6f20986813c02b522 100644 (file)
@@ -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>
index 3684cca277ad37a5f27350e90f61a5c516984057..44df35942a43b2f15e55691f18c77bd3762d8680 100644 (file)
@@ -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
index af5e904d4a1ed0e3b445a996b7b543086493c5ad..85a8c97d9dfed2bfa0a9674596ea2a2bfbd15c93 100644 (file)
@@ -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
index 22442438275a25e27e495ae476ed23acf63a981f..1cfe45fd391f495df80818a7d7ae09e80ed757b9 100644 (file)
@@ -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.