Commit 9d130f91 authored by Linus Walleij's avatar Linus Walleij

pinctrl: nomadik: Fix SPDX tags

Some files were missing the appropriate SPDX tags so
fixed it up.
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent d32aa745
# SPDX-License-Identifier: GPL-2.0-only
if ARCH_U8500 if ARCH_U8500
config PINCTRL_ABX500 config PINCTRL_ABX500
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (C) ST-Ericsson SA 2012 * Copyright (C) ST-Ericsson SA 2012
* *
* Author: Patrice Chotard <patrice.chotard@stericsson.com> for ST-Ericsson. * Author: Patrice Chotard <patrice.chotard@stericsson.com> for ST-Ericsson.
*
* 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/kernel.h> #include <linux/kernel.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (C) ST-Ericsson SA 2012 * Copyright (C) ST-Ericsson SA 2012
* *
* Author: Patrice Chotard <patrice.chotard@stericsson.com> for ST-Ericsson. * Author: Patrice Chotard <patrice.chotard@stericsson.com> for ST-Ericsson.
*
* 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/kernel.h> #include <linux/kernel.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (C) ST-Ericsson SA 2013 * Copyright (C) ST-Ericsson SA 2013
* *
* Author: Patrice Chotard <patrice.chotard@st.com> * Author: Patrice Chotard <patrice.chotard@st.com>
* License terms: GNU General Public License (GPL) version 2
* *
* Driver allows to use AxB5xx unused pins to be used as GPIO * Driver allows to use AxB5xx unused pins to be used as GPIO
*
* 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/kernel.h> #include <linux/kernel.h>
#include <linux/types.h> #include <linux/types.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Generic GPIO driver for logic cells found in the Nomadik SoC * Generic GPIO driver for logic cells found in the Nomadik SoC
* *
...@@ -5,10 +6,6 @@ ...@@ -5,10 +6,6 @@
* Copyright (C) 2009 Alessandro Rubini <rubini@unipv.it> * Copyright (C) 2009 Alessandro Rubini <rubini@unipv.it>
* Rewritten based on work by Prafulla WADASKAR <prafulla.wadaskar@st.com> * Rewritten based on work by Prafulla WADASKAR <prafulla.wadaskar@st.com>
* Copyright (C) 2011-2013 Linus Walleij <linus.walleij@linaro.org> * Copyright (C) 2011-2013 Linus Walleij <linus.walleij@linaro.org>
*
* 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/kernel.h> #include <linux/kernel.h>
#include <linux/init.h> #include <linux/init.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