treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194
Based on 1 normalized pattern(s): license terms gnu general public license gpl version 2 extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 161 file(s). Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Allison Randal <allison@lohutok.net> Reviewed-by: Alexios Zavras <alexios.zavras@intel.com> Reviewed-by: Steve Winslow <swinslow@gmail.com> Reviewed-by: Richard Fontana <rfontana@redhat.com> Cc: linux-spdx@vger.kernel.org Link: https://lkml.kernel.org/r/20190528170027.447718015@linutronix.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Родитель
2522fe45a1
Коммит
af873fcece
|
@ -1,11 +1,10 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2009 ST-Ericsson AB
|
* Copyright (C) 2008-2009 ST-Ericsson AB
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*
|
*
|
||||||
* Author: Rickard Andersson <rickard.andersson@stericsson.com>
|
* Author: Rickard Andersson <rickard.andersson@stericsson.com>
|
||||||
* Author: Linus Walleij <linus.walleij@stericsson.com>
|
* Author: Linus Walleij <linus.walleij@stericsson.com>
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
#ifndef __ASMARM_TCM_H
|
#ifndef __ASMARM_TCM_H
|
||||||
#define __ASMARM_TCM_H
|
#define __ASMARM_TCM_H
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Hibernation support specific for ARM
|
* Hibernation support specific for ARM
|
||||||
*
|
*
|
||||||
|
@ -11,8 +12,6 @@
|
||||||
* https://patchwork.kernel.org/patch/96442/
|
* https://patchwork.kernel.org/patch/96442/
|
||||||
*
|
*
|
||||||
* Copyright (C) 2006 Rafael J. Wysocki <rjw@sisk.pl>
|
* Copyright (C) 2006 Rafael J. Wysocki <rjw@sisk.pl>
|
||||||
*
|
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/mm.h>
|
#include <linux/mm.h>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2009 ST-Ericsson AB
|
* Copyright (C) 2008-2009 ST-Ericsson AB
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
* TCM memory handling for ARM systems
|
* TCM memory handling for ARM systems
|
||||||
*
|
*
|
||||||
* Author: Linus Walleij <linus.walleij@stericsson.com>
|
* Author: Linus Walleij <linus.walleij@stericsson.com>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Driver for the LED found on the EBSA110 machine
|
* Driver for the LED found on the EBSA110 machine
|
||||||
* Based on Versatile and RealView machine LED code
|
* Based on Versatile and RealView machine LED code
|
||||||
*
|
*
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
* Author: Bryan Wu <bryan.wu@canonical.com>
|
* Author: Bryan Wu <bryan.wu@canonical.com>
|
||||||
*/
|
*/
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
* arch/arm/mach-u300/core.c
|
* arch/arm/mach-u300/core.c
|
||||||
*
|
*
|
||||||
*
|
|
||||||
* Copyright (C) 2007-2012 ST-Ericsson SA
|
* Copyright (C) 2007-2012 ST-Ericsson SA
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
* Core platform support, IRQ handling and device definitions.
|
* Core platform support, IRQ handling and device definitions.
|
||||||
* Author: Linus Walleij <linus.walleij@stericsson.com>
|
* Author: Linus Walleij <linus.walleij@stericsson.com>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* arch/arm/mach-u300/regulator.c
|
* arch/arm/mach-u300/regulator.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2009 ST-Ericsson AB
|
* Copyright (C) 2009 ST-Ericsson AB
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
* Handle board-bound regulators and board power not related
|
* Handle board-bound regulators and board power not related
|
||||||
* to any devices.
|
* to any devices.
|
||||||
* Author: Linus Walleij <linus.walleij@stericsson.com>
|
* Author: Linus Walleij <linus.walleij@stericsson.com>
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* Copyright (C) ST-Ericsson SA 2010
|
* Copyright (C) ST-Ericsson SA 2010
|
||||||
*
|
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __MACH_DB8500_REGS_H
|
#ifndef __MACH_DB8500_REGS_H
|
||||||
|
|
|
@ -1,12 +1,10 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) ST-Ericsson SA 2010-2013
|
* Copyright (C) ST-Ericsson SA 2010-2013
|
||||||
* Author: Rickard Andersson <rickard.andersson@stericsson.com> for
|
* Author: Rickard Andersson <rickard.andersson@stericsson.com> for
|
||||||
* ST-Ericsson.
|
* ST-Ericsson.
|
||||||
* Author: Daniel Lezcano <daniel.lezcano@linaro.org> for Linaro.
|
* Author: Daniel Lezcano <daniel.lezcano@linaro.org> for Linaro.
|
||||||
* Author: Ulf Hansson <ulf.hansson@linaro.org> for Linaro.
|
* Author: Ulf Hansson <ulf.hansson@linaro.org> for Linaro.
|
||||||
*
|
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014 Linaro Ltd.
|
* Copyright (C) 2014 Linaro Ltd.
|
||||||
*
|
*
|
||||||
* Author: Ulf Hansson <ulf.hansson@linaro.org>
|
* Author: Ulf Hansson <ulf.hansson@linaro.org>
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*
|
*
|
||||||
* Implements PM domains using the generic PM domain for ux500.
|
* Implements PM domains using the generic PM domain for ux500.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014 Linaro Ltd.
|
* Copyright (C) 2014 Linaro Ltd.
|
||||||
*
|
*
|
||||||
* Author: Ulf Hansson <ulf.hansson@linaro.org>
|
* Author: Ulf Hansson <ulf.hansson@linaro.org>
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __MACH_UX500_PM_DOMAINS_H
|
#ifndef __MACH_UX500_PM_DOMAINS_H
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2015 Linaro Ltd.
|
* Copyright (C) 2015 Linaro Ltd.
|
||||||
*
|
*
|
||||||
* Author: Jun Nie <jun.nie@linaro.org>
|
* Author: Jun Nie <jun.nie@linaro.org>
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
#include <linux/delay.h>
|
#include <linux/delay.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2008-2009 ST-Ericsson AB
|
* Copyright (C) 2008-2009 ST-Ericsson AB
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
* TCM memory handling for ARM systems
|
* TCM memory handling for ARM systems
|
||||||
*
|
*
|
||||||
* Author: Linus Walleij <linus.walleij@stericsson.com>
|
* Author: Linus Walleij <linus.walleij@stericsson.com>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*:
|
/*:
|
||||||
* Hibernate support specific for ARM64
|
* Hibernate support specific for ARM64
|
||||||
*
|
*
|
||||||
|
@ -11,8 +12,6 @@
|
||||||
* https://patchwork.kernel.org/patch/96442/
|
* https://patchwork.kernel.org/patch/96442/
|
||||||
*
|
*
|
||||||
* Copyright (C) 2006 Rafael J. Wysocki <rjw@sisk.pl>
|
* Copyright (C) 2006 Rafael J. Wysocki <rjw@sisk.pl>
|
||||||
*
|
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
#define pr_fmt(x) "hibernate: " x
|
#define pr_fmt(x) "hibernate: " x
|
||||||
#include <linux/cpu.h>
|
#include <linux/cpu.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Nomadik clock implementation
|
* Nomadik clock implementation
|
||||||
* Copyright (C) 2013 ST-Ericsson AB
|
* Copyright (C) 2013 ST-Ericsson AB
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
* Author: Linus Walleij <linus.walleij@linaro.org>
|
* Author: Linus Walleij <linus.walleij@linaro.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* U300 clock implementation
|
* U300 clock implementation
|
||||||
* Copyright (C) 2007-2012 ST-Ericsson AB
|
* Copyright (C) 2007-2012 ST-Ericsson AB
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
* Author: Linus Walleij <linus.walleij@stericsson.com>
|
* Author: Linus Walleij <linus.walleij@stericsson.com>
|
||||||
* Author: Jonas Aaberg <jonas.aberg@stericsson.com>
|
* Author: Jonas Aaberg <jonas.aberg@stericsson.com>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* clk-flexgen.c
|
* clk-flexgen.c
|
||||||
*
|
*
|
||||||
* Copyright (C) ST-Microelectronics SA 2013
|
* Copyright (C) ST-Microelectronics SA 2013
|
||||||
* Author: Maxime Coquelin <maxime.coquelin@st.com> for ST-Microelectronics.
|
* Author: Maxime Coquelin <maxime.coquelin@st.com> for ST-Microelectronics.
|
||||||
* License terms: GNU General Public License (GPL), version 2 */
|
*/
|
||||||
|
|
||||||
#include <linux/clk.h>
|
#include <linux/clk.h>
|
||||||
#include <linux/clk-provider.h>
|
#include <linux/clk-provider.h>
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* abx500 clock implementation for ux500 platform.
|
* abx500 clock implementation for ux500 platform.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2012 ST-Ericsson SA
|
* Copyright (C) 2012 ST-Ericsson SA
|
||||||
* Author: Ulf Hansson <ulf.hansson@linaro.org>
|
* Author: Ulf Hansson <ulf.hansson@linaro.org>
|
||||||
*
|
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* PRCC clock implementation for ux500 platform.
|
* PRCC clock implementation for ux500 platform.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2012 ST-Ericsson SA
|
* Copyright (C) 2012 ST-Ericsson SA
|
||||||
* Author: Ulf Hansson <ulf.hansson@linaro.org>
|
* Author: Ulf Hansson <ulf.hansson@linaro.org>
|
||||||
*
|
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/clk-provider.h>
|
#include <linux/clk-provider.h>
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* PRCMU clock implementation for ux500 platform.
|
* PRCMU clock implementation for ux500 platform.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2012 ST-Ericsson SA
|
* Copyright (C) 2012 ST-Ericsson SA
|
||||||
* Author: Ulf Hansson <ulf.hansson@linaro.org>
|
* Author: Ulf Hansson <ulf.hansson@linaro.org>
|
||||||
*
|
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/clk-provider.h>
|
#include <linux/clk-provider.h>
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Sysctrl clock implementation for ux500 platform.
|
* Sysctrl clock implementation for ux500 platform.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 ST-Ericsson SA
|
* Copyright (C) 2013 ST-Ericsson SA
|
||||||
* Author: Ulf Hansson <ulf.hansson@linaro.org>
|
* Author: Ulf Hansson <ulf.hansson@linaro.org>
|
||||||
*
|
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/clk-provider.h>
|
#include <linux/clk-provider.h>
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* Clocks for ux500 platforms
|
* Clocks for ux500 platforms
|
||||||
*
|
*
|
||||||
* Copyright (C) 2012 ST-Ericsson SA
|
* Copyright (C) 2012 ST-Ericsson SA
|
||||||
* Author: Ulf Hansson <ulf.hansson@linaro.org>
|
* Author: Ulf Hansson <ulf.hansson@linaro.org>
|
||||||
*
|
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __UX500_CLK_H
|
#ifndef __UX500_CLK_H
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Clock definitions for u8500 platform.
|
* Clock definitions for u8500 platform.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2012 ST-Ericsson SA
|
* Copyright (C) 2012 ST-Ericsson SA
|
||||||
* Author: Ulf Hansson <ulf.hansson@linaro.org>
|
* Author: Ulf Hansson <ulf.hansson@linaro.org>
|
||||||
*
|
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/of.h>
|
#include <linux/of.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) Maxime Coquelin 2015
|
* Copyright (C) Maxime Coquelin 2015
|
||||||
* Author: Maxime Coquelin <mcoquelin.stm32@gmail.com>
|
* Author: Maxime Coquelin <mcoquelin.stm32@gmail.com>
|
||||||
* License terms: GNU General Public License (GPL), version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) Maxime Coquelin 2015
|
* Copyright (C) Maxime Coquelin 2015
|
||||||
* Author: Maxime Coquelin <mcoquelin.stm32@gmail.com>
|
* Author: Maxime Coquelin <mcoquelin.stm32@gmail.com>
|
||||||
* License terms: GNU General Public License (GPL), version 2
|
|
||||||
*
|
*
|
||||||
* Inspired by time-efm32.c from Uwe Kleine-Koenig
|
* Inspired by time-efm32.c from Uwe Kleine-Koenig
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2007-2009 ST-Ericsson AB
|
* Copyright (C) 2007-2009 ST-Ericsson AB
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
* Timer COH 901 328, runs the OS timer interrupt.
|
* Timer COH 901 328, runs the OS timer interrupt.
|
||||||
* Author: Linus Walleij <linus.walleij@stericsson.com>
|
* Author: Linus Walleij <linus.walleij@stericsson.com>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) STMicroelectronics SA 2017
|
* Copyright (C) STMicroelectronics SA 2017
|
||||||
* Author: Fabien Dessenne <fabien.dessenne@st.com>
|
* Author: Fabien Dessenne <fabien.dessenne@st.com>
|
||||||
* License terms: GNU General Public License (GPL), version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/clk.h>
|
#include <linux/clk.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) STMicroelectronics SA 2017
|
* Copyright (C) STMicroelectronics SA 2017
|
||||||
* Author: Fabien Dessenne <fabien.dessenne@st.com>
|
* Author: Fabien Dessenne <fabien.dessenne@st.com>
|
||||||
* License terms: GNU General Public License (GPL), version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/bitrev.h>
|
#include <linux/bitrev.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
#
|
#
|
||||||
# Copyright (C) ST-Ericsson SA 2010
|
# Copyright (C) ST-Ericsson SA 2010
|
||||||
# Author: Shujuan Chen (shujuan.chen@stericsson.com)
|
# Author: Shujuan Chen (shujuan.chen@stericsson.com)
|
||||||
# License terms: GNU General Public License (GPL) version 2
|
|
||||||
#
|
#
|
||||||
|
|
||||||
config CRYPTO_DEV_UX500_CRYP
|
config CRYPTO_DEV_UX500_CRYP
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
#
|
#
|
||||||
# Copyright (C) ST-Ericsson SA 2010
|
# Copyright (C) ST-Ericsson SA 2010
|
||||||
# Author: Shujuan Chen (shujuan.chen@stericsson.com)
|
# Author: Shujuan Chen (shujuan.chen@stericsson.com)
|
||||||
# License terms: GNU General Public License (GPL) version 2
|
|
||||||
#
|
#
|
||||||
|
|
||||||
obj-$(CONFIG_CRYPTO_DEV_UX500_HASH) += hash/
|
obj-$(CONFIG_CRYPTO_DEV_UX500_HASH) += hash/
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
#/*
|
#/*
|
||||||
# * Copyright (C) ST-Ericsson SA 2010
|
# * Copyright (C) ST-Ericsson SA 2010
|
||||||
# * Author: shujuan.chen@stericsson.com for ST-Ericsson.
|
# * Author: shujuan.chen@stericsson.com for ST-Ericsson.
|
||||||
# * License terms: GNU General Public License (GPL) version 2 */
|
*/
|
||||||
|
|
||||||
ccflags-$(CONFIG_CRYPTO_DEV_UX500_DEBUG) += -DDEBUG
|
ccflags-$(CONFIG_CRYPTO_DEV_UX500_DEBUG) += -DDEBUG
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/**
|
/**
|
||||||
* Copyright (C) ST-Ericsson SA 2010
|
* Copyright (C) ST-Ericsson SA 2010
|
||||||
* Author: Shujuan Chen <shujuan.chen@stericsson.com> for ST-Ericsson.
|
* Author: Shujuan Chen <shujuan.chen@stericsson.com> for ST-Ericsson.
|
||||||
|
@ -5,7 +6,6 @@
|
||||||
* Author: Niklas Hernaeus <niklas.hernaeus@stericsson.com> for ST-Ericsson.
|
* Author: Niklas Hernaeus <niklas.hernaeus@stericsson.com> for ST-Ericsson.
|
||||||
* Author: Joakim Bech <joakim.xx.bech@stericsson.com> for ST-Ericsson.
|
* Author: Joakim Bech <joakim.xx.bech@stericsson.com> for ST-Ericsson.
|
||||||
* Author: Berne Hebark <berne.herbark@stericsson.com> for ST-Ericsson.
|
* Author: Berne Hebark <berne.herbark@stericsson.com> for ST-Ericsson.
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/errno.h>
|
#include <linux/errno.h>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/**
|
/**
|
||||||
* Copyright (C) ST-Ericsson SA 2010
|
* Copyright (C) ST-Ericsson SA 2010
|
||||||
* Author: Shujuan Chen <shujuan.chen@stericsson.com> for ST-Ericsson.
|
* Author: Shujuan Chen <shujuan.chen@stericsson.com> for ST-Ericsson.
|
||||||
|
@ -5,7 +6,6 @@
|
||||||
* Author: Joakim Bech <joakim.xx.bech@stericsson.com> for ST-Ericsson.
|
* Author: Joakim Bech <joakim.xx.bech@stericsson.com> for ST-Ericsson.
|
||||||
* Author: Berne Hebark <berne.herbark@stericsson.com> for ST-Ericsson.
|
* Author: Berne Hebark <berne.herbark@stericsson.com> for ST-Ericsson.
|
||||||
* Author: Niklas Hernaeus <niklas.hernaeus@stericsson.com> for ST-Ericsson.
|
* Author: Niklas Hernaeus <niklas.hernaeus@stericsson.com> for ST-Ericsson.
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _CRYP_H_
|
#ifndef _CRYP_H_
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/**
|
/**
|
||||||
* Copyright (C) ST-Ericsson SA 2010
|
* Copyright (C) ST-Ericsson SA 2010
|
||||||
* Author: Shujuan Chen <shujuan.chen@stericsson.com> for ST-Ericsson.
|
* Author: Shujuan Chen <shujuan.chen@stericsson.com> for ST-Ericsson.
|
||||||
|
@ -6,7 +7,6 @@
|
||||||
* Author: Niklas Hernaeus <niklas.hernaeus@stericsson.com> for ST-Ericsson.
|
* Author: Niklas Hernaeus <niklas.hernaeus@stericsson.com> for ST-Ericsson.
|
||||||
* Author: Jonas Linde <jonas.linde@stericsson.com> for ST-Ericsson.
|
* Author: Jonas Linde <jonas.linde@stericsson.com> for ST-Ericsson.
|
||||||
* Author: Andreas Westin <andreas.westin@stericsson.com> for ST-Ericsson.
|
* Author: Andreas Westin <andreas.westin@stericsson.com> for ST-Ericsson.
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/clk.h>
|
#include <linux/clk.h>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/**
|
/**
|
||||||
* Copyright (C) ST-Ericsson SA 2010
|
* Copyright (C) ST-Ericsson SA 2010
|
||||||
* Author: Shujuan Chen <shujuan.chen@stericsson.com> for ST-Ericsson.
|
* Author: Shujuan Chen <shujuan.chen@stericsson.com> for ST-Ericsson.
|
||||||
|
@ -5,7 +6,6 @@
|
||||||
* Author: Joakim Bech <joakim.xx.bech@stericsson.com> for ST-Ericsson.
|
* Author: Joakim Bech <joakim.xx.bech@stericsson.com> for ST-Ericsson.
|
||||||
* Author: Berne Hebark <berne.herbark@stericsson.com> for ST-Ericsson.
|
* Author: Berne Hebark <berne.herbark@stericsson.com> for ST-Ericsson.
|
||||||
* Author: Niklas Hernaeus <niklas.hernaeus@stericsson.com> for ST-Ericsson.
|
* Author: Niklas Hernaeus <niklas.hernaeus@stericsson.com> for ST-Ericsson.
|
||||||
* License terms: GNU General Public License (GPL) version 2.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/**
|
/**
|
||||||
* Copyright (C) ST-Ericsson SA 2010
|
* Copyright (C) ST-Ericsson SA 2010
|
||||||
* Author: Shujuan Chen <shujuan.chen@stericsson.com> for ST-Ericsson.
|
* Author: Shujuan Chen <shujuan.chen@stericsson.com> for ST-Ericsson.
|
||||||
|
@ -5,7 +6,6 @@
|
||||||
* Author: Joakim Bech <joakim.xx.bech@stericsson.com> for ST-Ericsson.
|
* Author: Joakim Bech <joakim.xx.bech@stericsson.com> for ST-Ericsson.
|
||||||
* Author: Berne Hebark <berne.herbark@stericsson.com> for ST-Ericsson.
|
* Author: Berne Hebark <berne.herbark@stericsson.com> for ST-Ericsson.
|
||||||
* Author: Niklas Hernaeus <niklas.hernaeus@stericsson.com> for ST-Ericsson.
|
* Author: Niklas Hernaeus <niklas.hernaeus@stericsson.com> for ST-Ericsson.
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _CRYP_IRQ_H_
|
#ifndef _CRYP_IRQ_H_
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/**
|
/**
|
||||||
* Copyright (C) ST-Ericsson SA 2010
|
* Copyright (C) ST-Ericsson SA 2010
|
||||||
* Author: Shujuan Chen <shujuan.chen@stericsson.com> for ST-Ericsson.
|
* Author: Shujuan Chen <shujuan.chen@stericsson.com> for ST-Ericsson.
|
||||||
|
@ -5,7 +6,6 @@
|
||||||
* Author: Joakim Bech <joakim.xx.bech@stericsson.com> for ST-Ericsson.
|
* Author: Joakim Bech <joakim.xx.bech@stericsson.com> for ST-Ericsson.
|
||||||
* Author: Berne Hebark <berne.herbark@stericsson.com> for ST-Ericsson.
|
* Author: Berne Hebark <berne.herbark@stericsson.com> for ST-Ericsson.
|
||||||
* Author: Niklas Hernaeus <niklas.hernaeus@stericsson.com> for ST-Ericsson.
|
* Author: Niklas Hernaeus <niklas.hernaeus@stericsson.com> for ST-Ericsson.
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __CRYP_IRQP_H_
|
#ifndef __CRYP_IRQP_H_
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/**
|
/**
|
||||||
* Copyright (C) ST-Ericsson SA 2010
|
* Copyright (C) ST-Ericsson SA 2010
|
||||||
* Author: Shujuan Chen <shujuan.chen@stericsson.com> for ST-Ericsson.
|
* Author: Shujuan Chen <shujuan.chen@stericsson.com> for ST-Ericsson.
|
||||||
|
@ -5,7 +6,6 @@
|
||||||
* Author: Joakim Bech <joakim.xx.bech@stericsson.com> for ST-Ericsson.
|
* Author: Joakim Bech <joakim.xx.bech@stericsson.com> for ST-Ericsson.
|
||||||
* Author: Berne Hebark <berne.herbark@stericsson.com> for ST-Ericsson.
|
* Author: Berne Hebark <berne.herbark@stericsson.com> for ST-Ericsson.
|
||||||
* Author: Niklas Hernaeus <niklas.hernaeus@stericsson.com> for ST-Ericsson.
|
* Author: Niklas Hernaeus <niklas.hernaeus@stericsson.com> for ST-Ericsson.
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _CRYP_P_H_
|
#ifndef _CRYP_P_H_
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
#
|
#
|
||||||
# Copyright (C) ST-Ericsson SA 2010
|
# Copyright (C) ST-Ericsson SA 2010
|
||||||
# Author: Shujuan Chen (shujuan.chen@stericsson.com)
|
# Author: Shujuan Chen (shujuan.chen@stericsson.com)
|
||||||
# License terms: GNU General Public License (GPL) version 2
|
|
||||||
#
|
#
|
||||||
ifdef CONFIG_CRYPTO_DEV_UX500_DEBUG
|
ifdef CONFIG_CRYPTO_DEV_UX500_DEBUG
|
||||||
CFLAGS_hash_core.o := -DDEBUG
|
CFLAGS_hash_core.o := -DDEBUG
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* Copyright (C) ST-Ericsson SA 2010
|
* Copyright (C) ST-Ericsson SA 2010
|
||||||
* Author: Shujuan Chen (shujuan.chen@stericsson.com)
|
* Author: Shujuan Chen (shujuan.chen@stericsson.com)
|
||||||
* Author: Joakim Bech (joakim.xx.bech@stericsson.com)
|
* Author: Joakim Bech (joakim.xx.bech@stericsson.com)
|
||||||
* Author: Berne Hebark (berne.hebark@stericsson.com))
|
* Author: Berne Hebark (berne.hebark@stericsson.com))
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
#ifndef _HASH_ALG_H
|
#ifndef _HASH_ALG_H
|
||||||
#define _HASH_ALG_H
|
#define _HASH_ALG_H
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Cryptographic API.
|
* Cryptographic API.
|
||||||
* Support for Nomadik hardware crypto engine.
|
* Support for Nomadik hardware crypto engine.
|
||||||
|
@ -8,7 +9,6 @@
|
||||||
* Author: Berne Hebark <berne.herbark@stericsson.com> for ST-Ericsson.
|
* Author: Berne Hebark <berne.herbark@stericsson.com> for ST-Ericsson.
|
||||||
* Author: Niklas Hernaeus <niklas.hernaeus@stericsson.com> for ST-Ericsson.
|
* Author: Niklas Hernaeus <niklas.hernaeus@stericsson.com> for ST-Ericsson.
|
||||||
* Author: Andreas Westin <andreas.westin@stericsson.com> for ST-Ericsson.
|
* Author: Andreas Westin <andreas.westin@stericsson.com> for ST-Ericsson.
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define pr_fmt(fmt) "hashX hashX: " fmt
|
#define pr_fmt(fmt) "hashX hashX: " fmt
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* driver/dma/coh901318.c
|
* driver/dma/coh901318.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2007-2009 ST-Ericsson
|
* Copyright (C) 2007-2009 ST-Ericsson
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
* DMA driver for COH 901 318
|
* DMA driver for COH 901 318
|
||||||
* Author: Per Friden <per.friden@stericsson.com>
|
* Author: Per Friden <per.friden@stericsson.com>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2007-2013 ST-Ericsson
|
* Copyright (C) 2007-2013 ST-Ericsson
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
* DMA driver for COH 901 318
|
* DMA driver for COH 901 318
|
||||||
* Author: Per Friden <per.friden@stericsson.com>
|
* Author: Per Friden <per.friden@stericsson.com>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* driver/dma/coh901318_lli.c
|
* driver/dma/coh901318_lli.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2007-2009 ST-Ericsson
|
* Copyright (C) 2007-2009 ST-Ericsson
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
* Support functions for handling lli for dma
|
* Support functions for handling lli for dma
|
||||||
* Author: Per Friden <per.friden@stericsson.com>
|
* Author: Per Friden <per.friden@stericsson.com>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) Ericsson AB 2007-2008
|
* Copyright (C) Ericsson AB 2007-2008
|
||||||
* Copyright (C) ST-Ericsson SA 2008-2010
|
* Copyright (C) ST-Ericsson SA 2008-2010
|
||||||
* Author: Per Forlin <per.forlin@stericsson.com> for ST-Ericsson
|
* Author: Per Forlin <per.forlin@stericsson.com> for ST-Ericsson
|
||||||
* Author: Jonas Aaberg <jonas.aberg@stericsson.com> for ST-Ericsson
|
* Author: Jonas Aaberg <jonas.aberg@stericsson.com> for ST-Ericsson
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/dma-mapping.h>
|
#include <linux/dma-mapping.h>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) ST-Ericsson SA 2007-2010
|
* Copyright (C) ST-Ericsson SA 2007-2010
|
||||||
* Author: Per Forlin <per.forlin@stericsson.com> for ST-Ericsson
|
* Author: Per Forlin <per.forlin@stericsson.com> for ST-Ericsson
|
||||||
* Author: Jonas Aaberg <jonas.aberg@stericsson.com> for ST-Ericsson
|
* Author: Jonas Aaberg <jonas.aberg@stericsson.com> for ST-Ericsson
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* Copyright (C) ST-Ericsson SA 2007-2010
|
* Copyright (C) ST-Ericsson SA 2007-2010
|
||||||
* Author: Per Friden <per.friden@stericsson.com> for ST-Ericsson SA
|
* Author: Per Friden <per.friden@stericsson.com> for ST-Ericsson SA
|
||||||
* Author: Jonas Aaberg <jonas.aberg@stericsson.com> for ST-Ericsson SA
|
* Author: Jonas Aaberg <jonas.aberg@stericsson.com> for ST-Ericsson SA
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
#ifndef STE_DMA40_LL_H
|
#ifndef STE_DMA40_LL_H
|
||||||
#define STE_DMA40_LL_H
|
#define STE_DMA40_LL_H
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Driver for STM32 DMA controller
|
* Driver for STM32 DMA controller
|
||||||
*
|
*
|
||||||
|
@ -6,8 +7,6 @@
|
||||||
* Copyright (C) M'boumba Cedric Madianga 2015
|
* Copyright (C) M'boumba Cedric Madianga 2015
|
||||||
* Author: M'boumba Cedric Madianga <cedric.madianga@gmail.com>
|
* Author: M'boumba Cedric Madianga <cedric.madianga@gmail.com>
|
||||||
* Pierre-Yves Mordret <pierre-yves.mordret@st.com>
|
* Pierre-Yves Mordret <pierre-yves.mordret@st.com>
|
||||||
*
|
|
||||||
* License terms: GNU General Public License (GPL), version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/clk.h>
|
#include <linux/clk.h>
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* i2c-stm32.c
|
* i2c-stm32.c
|
||||||
*
|
*
|
||||||
* Copyright (C) M'boumba Cedric Madianga 2017
|
* Copyright (C) M'boumba Cedric Madianga 2017
|
||||||
* Author: M'boumba Cedric Madianga <cedric.madianga@gmail.com>
|
* Author: M'boumba Cedric Madianga <cedric.madianga@gmail.com>
|
||||||
*
|
|
||||||
* License terms: GNU General Public License (GPL), version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "i2c-stm32.h"
|
#include "i2c-stm32.h"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2007-2012 ST-Ericsson AB
|
* Copyright (C) 2007-2012 ST-Ericsson AB
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
* ST DDC I2C master mode driver, used in e.g. U300 series platforms.
|
* ST DDC I2C master mode driver, used in e.g. U300 series platforms.
|
||||||
* Author: Linus Walleij <linus.walleij@stericsson.com>
|
* Author: Linus Walleij <linus.walleij@stericsson.com>
|
||||||
* Author: Jonas Aaberg <jonas.aberg@stericsson.com>
|
* Author: Jonas Aaberg <jonas.aberg@stericsson.com>
|
||||||
|
|
|
@ -1,11 +1,10 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) ST-Ericsson SA 2010
|
* Copyright (C) ST-Ericsson SA 2010
|
||||||
*
|
*
|
||||||
* Author: Naveen Kumar G <naveen.gaddipati@stericsson.com> for ST-Ericsson
|
* Author: Naveen Kumar G <naveen.gaddipati@stericsson.com> for ST-Ericsson
|
||||||
* Author: Sundar Iyer <sundar.iyer@stericsson.com> for ST-Ericsson
|
* Author: Sundar Iyer <sundar.iyer@stericsson.com> for ST-Ericsson
|
||||||
*
|
*
|
||||||
* License terms:GNU General Public License (GPL) version 2
|
|
||||||
*
|
|
||||||
* Keypad controller driver for the SKE (Scroll Key Encoder) module used in
|
* Keypad controller driver for the SKE (Scroll Key Encoder) module used in
|
||||||
* the Nomadik 8815 and Ux500 platforms.
|
* the Nomadik 8815 and Ux500 platforms.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) ST-Ericsson SA 2010
|
* Copyright (C) ST-Ericsson SA 2010
|
||||||
* Author: Naveen Kumar G <naveen.gaddipati@stericsson.com> for ST-Ericsson
|
* Author: Naveen Kumar G <naveen.gaddipati@stericsson.com> for ST-Ericsson
|
||||||
* License terms:GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2007-2010 ST-Ericsson
|
* Copyright (C) 2007-2010 ST-Ericsson
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
* Low-level core for exclusive access to the AB3100 IC on the I2C bus
|
* Low-level core for exclusive access to the AB3100 IC on the I2C bus
|
||||||
* and some basic chip-configuration.
|
* and some basic chip-configuration.
|
||||||
* Author: Linus Walleij <linus.walleij@stericsson.com>
|
* Author: Linus Walleij <linus.walleij@stericsson.com>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* drivers/mfd/ab3100_otp.c
|
* drivers/mfd/ab3100_otp.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2007-2009 ST-Ericsson AB
|
* Copyright (C) 2007-2009 ST-Ericsson AB
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
* Driver to read out OTP from the AB3100 Mixed-signal circuit
|
* Driver to read out OTP from the AB3100 Mixed-signal circuit
|
||||||
* Author: Linus Walleij <linus.walleij@stericsson.com>
|
* Author: Linus Walleij <linus.walleij@stericsson.com>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* AB8500 system control driver
|
* AB8500 system control driver
|
||||||
*
|
*
|
||||||
* Copyright (C) ST-Ericsson SA 2010
|
* Copyright (C) ST-Ericsson SA 2010
|
||||||
* Author: Mattias Nilsson <mattias.i.nilsson@stericsson.com> for ST Ericsson.
|
* Author: Mattias Nilsson <mattias.i.nilsson@stericsson.com> for ST Ericsson.
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2007-2010 ST-Ericsson
|
* Copyright (C) 2007-2010 ST-Ericsson
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
* Register access functions for the ABX500 Mixed Signal IC family.
|
* Register access functions for the ABX500 Mixed Signal IC family.
|
||||||
* Author: Mattias Wallin <mattias.wallin@stericsson.com>
|
* Author: Mattias Wallin <mattias.wallin@stericsson.com>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Core driver for STw4810/STw4811
|
* Core driver for STw4810/STw4811
|
||||||
*
|
*
|
||||||
|
@ -5,8 +6,6 @@
|
||||||
* Written on behalf of Linaro for ST-Ericsson
|
* Written on behalf of Linaro for ST-Ericsson
|
||||||
*
|
*
|
||||||
* Author: Linus Walleij <linus.walleij@linaro.org>
|
* Author: Linus Walleij <linus.walleij@linaro.org>
|
||||||
*
|
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Core driver for TPS61050/61052 boost converters, used for while LED
|
* Core driver for TPS61050/61052 boost converters, used for while LED
|
||||||
* driving, audio power amplification, white LED flash, and generic
|
* driving, audio power amplification, white LED flash, and generic
|
||||||
|
@ -9,8 +10,6 @@
|
||||||
* Written on behalf of Linaro for ST-Ericsson
|
* Written on behalf of Linaro for ST-Ericsson
|
||||||
*
|
*
|
||||||
* Author: Linus Walleij <linus.walleij@linaro.org>
|
* Author: Linus Walleij <linus.walleij@linaro.org>
|
||||||
*
|
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
|
|
|
@ -1,11 +1,10 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* Private header for the mmc subsystem
|
* Private header for the mmc subsystem
|
||||||
*
|
*
|
||||||
* Copyright (C) 2016 Linaro Ltd
|
* Copyright (C) 2016 Linaro Ltd
|
||||||
*
|
*
|
||||||
* Author: Ulf Hansson <ulf.hansson@linaro.org>
|
* Author: Ulf Hansson <ulf.hansson@linaro.org>
|
||||||
*
|
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _MMC_CORE_CARD_H
|
#ifndef _MMC_CORE_CARD_H
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014 Linaro Ltd
|
* Copyright (C) 2014 Linaro Ltd
|
||||||
*
|
*
|
||||||
* Author: Ulf Hansson <ulf.hansson@linaro.org>
|
* Author: Ulf Hansson <ulf.hansson@linaro.org>
|
||||||
*
|
*
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*
|
|
||||||
* MMC power sequence management
|
* MMC power sequence management
|
||||||
*/
|
*/
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014 Linaro Ltd
|
* Copyright (C) 2014 Linaro Ltd
|
||||||
*
|
*
|
||||||
* Author: Ulf Hansson <ulf.hansson@linaro.org>
|
* Author: Ulf Hansson <ulf.hansson@linaro.org>
|
||||||
*
|
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
#ifndef _MMC_CORE_PWRSEQ_H
|
#ifndef _MMC_CORE_PWRSEQ_H
|
||||||
#define _MMC_CORE_PWRSEQ_H
|
#define _MMC_CORE_PWRSEQ_H
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2015, Samsung Electronics Co., Ltd.
|
* Copyright (C) 2015, Samsung Electronics Co., Ltd.
|
||||||
*
|
*
|
||||||
* Author: Marek Szyprowski <m.szyprowski@samsung.com>
|
* Author: Marek Szyprowski <m.szyprowski@samsung.com>
|
||||||
*
|
*
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*
|
|
||||||
* Simple eMMC hardware reset provider
|
* Simple eMMC hardware reset provider
|
||||||
*/
|
*/
|
||||||
#include <linux/delay.h>
|
#include <linux/delay.h>
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014 Linaro Ltd
|
* Copyright (C) 2014 Linaro Ltd
|
||||||
*
|
*
|
||||||
* Author: Ulf Hansson <ulf.hansson@linaro.org>
|
* Author: Ulf Hansson <ulf.hansson@linaro.org>
|
||||||
*
|
*
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*
|
|
||||||
* Simple MMC power sequence management
|
* Simple MMC power sequence management
|
||||||
*/
|
*/
|
||||||
#include <linux/clk.h>
|
#include <linux/clk.h>
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014 Linaro Ltd
|
* Copyright (C) 2014 Linaro Ltd
|
||||||
*
|
*
|
||||||
* Author: Ulf Hansson <ulf.hansson@linaro.org>
|
* Author: Ulf Hansson <ulf.hansson@linaro.org>
|
||||||
*
|
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
#ifndef _MMC_CORE_SLOTGPIO_H
|
#ifndef _MMC_CORE_SLOTGPIO_H
|
||||||
#define _MMC_CORE_SLOTGPIO_H
|
#define _MMC_CORE_SLOTGPIO_H
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) ST-Ericsson AB 2010
|
* Copyright (C) ST-Ericsson AB 2010
|
||||||
* Author: Daniel Martensson
|
* Author: Daniel Martensson
|
||||||
* Dmitry.Tarnyagin / dmitry.tarnyagin@lockless.no
|
* Dmitry.Tarnyagin / dmitry.tarnyagin@lockless.no
|
||||||
* License terms: GNU General Public License (GPL) version 2.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define pr_fmt(fmt) KBUILD_MODNAME fmt
|
#define pr_fmt(fmt) KBUILD_MODNAME fmt
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) ST-Ericsson AB 2010
|
* Copyright (C) ST-Ericsson AB 2010
|
||||||
* Author: Sjur Brendeland
|
* Author: Sjur Brendeland
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/hardirq.h>
|
#include <linux/hardirq.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) ST-Ericsson AB 2010
|
* Copyright (C) ST-Ericsson AB 2010
|
||||||
* Author: Daniel Martensson
|
* Author: Daniel Martensson
|
||||||
* License terms: GNU General Public License (GPL) version 2.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) ST-Ericsson AB 2010
|
* Copyright (C) ST-Ericsson AB 2010
|
||||||
* Author: Daniel Martensson
|
* Author: Daniel Martensson
|
||||||
* License terms: GNU General Public License (GPL) version 2.
|
|
||||||
*/
|
*/
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
#include <linux/device.h>
|
#include <linux/device.h>
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) ST-Ericsson AB 2013
|
* Copyright (C) ST-Ericsson AB 2013
|
||||||
* Authors: Vicram Arv
|
* Authors: Vicram Arv
|
||||||
* Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
|
* Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
|
||||||
* Sjur Brendeland
|
* Sjur Brendeland
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
#include <linux/if_arp.h>
|
#include <linux/if_arp.h>
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* dwmac-stm32.c - DWMAC Specific Glue layer for STM32 MCU
|
* dwmac-stm32.c - DWMAC Specific Glue layer for STM32 MCU
|
||||||
*
|
*
|
||||||
* Copyright (C) STMicroelectronics SA 2017
|
* Copyright (C) STMicroelectronics SA 2017
|
||||||
* Author: Alexandre Torgue <alexandre.torgue@st.com> for STMicroelectronics.
|
* Author: Alexandre Torgue <alexandre.torgue@st.com> for STMicroelectronics.
|
||||||
* License terms: GNU General Public License (GPL), version 2
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/clk.h>
|
#include <linux/clk.h>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Core driver for the pin control subsystem
|
* Core driver for the pin control subsystem
|
||||||
*
|
*
|
||||||
|
@ -8,8 +9,6 @@
|
||||||
* Author: Linus Walleij <linus.walleij@linaro.org>
|
* Author: Linus Walleij <linus.walleij@linaro.org>
|
||||||
*
|
*
|
||||||
* Copyright (C) 2012 NVIDIA CORPORATION. All rights reserved.
|
* Copyright (C) 2012 NVIDIA CORPORATION. All rights reserved.
|
||||||
*
|
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
#define pr_fmt(fmt) "pinctrl core: " fmt
|
#define pr_fmt(fmt) "pinctrl core: " fmt
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* Core private header for the pin control subsystem
|
* Core private header for the pin control subsystem
|
||||||
*
|
*
|
||||||
|
@ -5,8 +6,6 @@
|
||||||
* Written on behalf of Linaro for ST-Ericsson
|
* Written on behalf of Linaro for ST-Ericsson
|
||||||
*
|
*
|
||||||
* Author: Linus Walleij <linus.walleij@linaro.org>
|
* Author: Linus Walleij <linus.walleij@linaro.org>
|
||||||
*
|
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/kref.h>
|
#include <linux/kref.h>
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
|
// 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>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Core driver for the generic pin config portions of the pin control subsystem
|
* Core driver for the generic pin config portions of the pin control subsystem
|
||||||
*
|
*
|
||||||
|
@ -5,8 +6,6 @@
|
||||||
* Written on behalf of Linaro for ST-Ericsson
|
* Written on behalf of Linaro for ST-Ericsson
|
||||||
*
|
*
|
||||||
* Author: Linus Walleij <linus.walleij@linaro.org>
|
* Author: Linus Walleij <linus.walleij@linaro.org>
|
||||||
*
|
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define pr_fmt(fmt) "generic pinconfig core: " fmt
|
#define pr_fmt(fmt) "generic pinconfig core: " fmt
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Core driver for the pin config portions of the pin control subsystem
|
* Core driver for the pin config portions of the pin control subsystem
|
||||||
*
|
*
|
||||||
|
@ -5,8 +6,6 @@
|
||||||
* Written on behalf of Linaro for ST-Ericsson
|
* Written on behalf of Linaro for ST-Ericsson
|
||||||
*
|
*
|
||||||
* Author: Linus Walleij <linus.walleij@linaro.org>
|
* Author: Linus Walleij <linus.walleij@linaro.org>
|
||||||
*
|
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
#define pr_fmt(fmt) "pinconfig core: " fmt
|
#define pr_fmt(fmt) "pinconfig core: " fmt
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* Internal interface between the core pin control system and the
|
* Internal interface between the core pin control system and the
|
||||||
* pin config portions
|
* pin config portions
|
||||||
|
@ -7,8 +8,6 @@
|
||||||
* Based on bits of regulator core, gpio core and clk core
|
* Based on bits of regulator core, gpio core and clk core
|
||||||
*
|
*
|
||||||
* Author: Linus Walleij <linus.walleij@linaro.org>
|
* Author: Linus Walleij <linus.walleij@linaro.org>
|
||||||
*
|
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef CONFIG_PINCONF
|
#ifdef CONFIG_PINCONF
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* U300 GPIO module.
|
* U300 GPIO module.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2007-2012 ST-Ericsson AB
|
* Copyright (C) 2007-2012 ST-Ericsson AB
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
* COH 901 571/3 - Used in DB3210 (U365 2.0) and DB3350 (U335 1.0)
|
* COH 901 571/3 - Used in DB3210 (U365 2.0) and DB3350 (U335 1.0)
|
||||||
* Author: Linus Walleij <linus.walleij@linaro.org>
|
* Author: Linus Walleij <linus.walleij@linaro.org>
|
||||||
* Author: Jonas Aaberg <jonas.aberg@stericsson.com>
|
* Author: Jonas Aaberg <jonas.aberg@stericsson.com>
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Ingenic SoCs pinctrl driver
|
* Ingenic SoCs pinctrl driver
|
||||||
*
|
*
|
||||||
* Copyright (c) 2017 Paul Cercueil <paul@crapouillou.net>
|
* Copyright (c) 2017 Paul Cercueil <paul@crapouillou.net>
|
||||||
*
|
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/compiler.h>
|
#include <linux/compiler.h>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Core driver for the pin muxing portions of the pin control subsystem
|
* Core driver for the pin muxing portions of the pin control subsystem
|
||||||
*
|
*
|
||||||
|
@ -8,8 +9,6 @@
|
||||||
* Author: Linus Walleij <linus.walleij@linaro.org>
|
* Author: Linus Walleij <linus.walleij@linaro.org>
|
||||||
*
|
*
|
||||||
* Copyright (C) 2012 NVIDIA CORPORATION. All rights reserved.
|
* Copyright (C) 2012 NVIDIA CORPORATION. All rights reserved.
|
||||||
*
|
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
#define pr_fmt(fmt) "pinmux core: " fmt
|
#define pr_fmt(fmt) "pinmux core: " fmt
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* Internal interface between the core pin control system and the
|
* Internal interface between the core pin control system and the
|
||||||
* pinmux portions
|
* pinmux portions
|
||||||
|
@ -7,8 +8,6 @@
|
||||||
* Based on bits of regulator core, gpio core and clk core
|
* Based on bits of regulator core, gpio core and clk core
|
||||||
*
|
*
|
||||||
* Author: Linus Walleij <linus.walleij@linaro.org>
|
* Author: Linus Walleij <linus.walleij@linaro.org>
|
||||||
*
|
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
#ifdef CONFIG_PINMUX
|
#ifdef CONFIG_PINMUX
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* Copyright (C) ST-Ericsson SA 2012
|
* Copyright (C) ST-Ericsson SA 2012
|
||||||
*
|
*
|
||||||
* PM2301 power supply interface
|
* PM2301 power supply interface
|
||||||
*
|
|
||||||
* License terms: GNU General Public License (GPL), version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PM2301_CHARGER_H
|
#ifndef PM2301_CHARGER_H
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) ST-Ericsson SA 2010
|
* Copyright (C) ST-Ericsson SA 2010
|
||||||
*
|
*
|
||||||
* Author: Arun R Murthy <arun.murthy@stericsson.com>
|
* Author: Arun R Murthy <arun.murthy@stericsson.com>
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <linux/platform_device.h>
|
#include <linux/platform_device.h>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) Overkiz SAS 2012
|
* Copyright (C) Overkiz SAS 2012
|
||||||
*
|
*
|
||||||
* Author: Boris BREZILLON <b.brezillon@overkiz.com>
|
* Author: Boris BREZILLON <b.brezillon@overkiz.com>
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* drivers/regulator/ab3100.c
|
* drivers/regulator/ab3100.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2009 ST-Ericsson AB
|
* Copyright (C) 2008-2009 ST-Ericsson AB
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
* Low-level control of the AB3100 IC Low Dropout (LDO)
|
* Low-level control of the AB3100 IC Low Dropout (LDO)
|
||||||
* regulators, external regulator and buck converter
|
* regulators, external regulator and buck converter
|
||||||
* Author: Mattias Wallin <mattias.wallin@stericsson.com>
|
* Author: Mattias Wallin <mattias.wallin@stericsson.com>
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) STMicroelectronics 2017
|
* Copyright (C) STMicroelectronics 2017
|
||||||
*
|
*
|
||||||
* Author: Fabrice Gasnier <fabrice.gasnier@st.com>
|
* Author: Fabrice Gasnier <fabrice.gasnier@st.com>
|
||||||
*
|
|
||||||
* License terms: GNU General Public License (GPL), version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/bitfield.h>
|
#include <linux/bitfield.h>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Regulator driver for STw4810/STw4811 VMMC regulator.
|
* Regulator driver for STw4810/STw4811 VMMC regulator.
|
||||||
*
|
*
|
||||||
|
@ -5,8 +6,6 @@
|
||||||
* Written on behalf of Linaro for ST-Ericsson
|
* Written on behalf of Linaro for ST-Ericsson
|
||||||
*
|
*
|
||||||
* Author: Linus Walleij <linus.walleij@linaro.org>
|
* Author: Linus Walleij <linus.walleij@linaro.org>
|
||||||
*
|
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Driver for TPS61050/61052 boost converters, typically used for white LEDs
|
* Driver for TPS61050/61052 boost converters, typically used for white LEDs
|
||||||
* or audio amplifiers.
|
* or audio amplifiers.
|
||||||
|
@ -6,8 +7,6 @@
|
||||||
* Written on behalf of Linaro for ST-Ericsson
|
* Written on behalf of Linaro for ST-Ericsson
|
||||||
*
|
*
|
||||||
* Author: Linus Walleij <linus.walleij@linaro.org>
|
* Author: Linus Walleij <linus.walleij@linaro.org>
|
||||||
*
|
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) ST-Ericsson SA 2010
|
* Copyright (C) ST-Ericsson SA 2010
|
||||||
*
|
*
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
* Author: Virupax Sadashivpetimath <virupax.sadashivpetimath@stericsson.com>
|
* Author: Virupax Sadashivpetimath <virupax.sadashivpetimath@stericsson.com>
|
||||||
*
|
*
|
||||||
* RTC clock driver for the RTC part of the AB8500 Power management chip.
|
* RTC clock driver for the RTC part of the AB8500 Power management chip.
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) ST-Ericsson SA 2010
|
* Copyright (C) ST-Ericsson SA 2010
|
||||||
*
|
*
|
||||||
* Author: Rabin Vincent <rabin.vincent@stericsson.com> for ST-Ericsson
|
* Author: Rabin Vincent <rabin.vincent@stericsson.com> for ST-Ericsson
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2017 ZTE Ltd.
|
* Copyright (C) 2017 ZTE Ltd.
|
||||||
*
|
*
|
||||||
* Author: Baoyou Xie <baoyou.xie@linaro.org>
|
* Author: Baoyou Xie <baoyou.xie@linaro.org>
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <dt-bindings/soc/zte,pm_domains.h>
|
#include <dt-bindings/soc/zte,pm_domains.h>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2017 ZTE Ltd.
|
* Copyright (C) 2017 ZTE Ltd.
|
||||||
*
|
*
|
||||||
* Author: Baoyou Xie <baoyou.xie@linaro.org>
|
* Author: Baoyou Xie <baoyou.xie@linaro.org>
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/delay.h>
|
#include <linux/delay.h>
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* Header for ZTE's Power Domain Driver support
|
* Header for ZTE's Power Domain Driver support
|
||||||
*
|
*
|
||||||
* Copyright (C) 2017 ZTE Ltd.
|
* Copyright (C) 2017 ZTE Ltd.
|
||||||
*
|
*
|
||||||
* Author: Baoyou Xie <baoyou.xie@linaro.org>
|
* Author: Baoyou Xie <baoyou.xie@linaro.org>
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __ZTE_ZX2967_PM_DOMAIN_H
|
#ifndef __ZTE_ZX2967_PM_DOMAIN_H
|
||||||
|
|
|
@ -1,11 +1,10 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* ZTE's zx2967 family thermal sensor driver
|
* ZTE's zx2967 family thermal sensor driver
|
||||||
*
|
*
|
||||||
* Copyright (C) 2017 ZTE Ltd.
|
* Copyright (C) 2017 ZTE Ltd.
|
||||||
*
|
*
|
||||||
* Author: Baoyou Xie <baoyou.xie@linaro.org>
|
* Author: Baoyou Xie <baoyou.xie@linaro.org>
|
||||||
*
|
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/clk.h>
|
#include <linux/clk.h>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* VIA Chipset Watchdog Driver
|
* VIA Chipset Watchdog Driver
|
||||||
*
|
*
|
||||||
* Copyright (C) 2011 Sigfox
|
* Copyright (C) 2011 Sigfox
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
* Author: Marc Vertes <marc.vertes@sigfox.com>
|
* Author: Marc Vertes <marc.vertes@sigfox.com>
|
||||||
* Based on a preliminary version from Harald Welte <HaraldWelte@viatech.com>
|
* Based on a preliminary version from Harald Welte <HaraldWelte@viatech.com>
|
||||||
* Timer code by Wim Van Sebroeck <wim@iguana.be>
|
* Timer code by Wim Van Sebroeck <wim@iguana.be>
|
||||||
|
|
|
@ -1,11 +1,10 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* watchdog driver for ZTE's zx2967 family
|
* watchdog driver for ZTE's zx2967 family
|
||||||
*
|
*
|
||||||
* Copyright (C) 2017 ZTE Ltd.
|
* Copyright (C) 2017 ZTE Ltd.
|
||||||
*
|
*
|
||||||
* Author: Baoyou Xie <baoyou.xie@linaro.org>
|
* Author: Baoyou Xie <baoyou.xie@linaro.org>
|
||||||
*
|
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/clk.h>
|
#include <linux/clk.h>
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* Copyright (C) STMicroelectronics SA 2017
|
* Copyright (C) STMicroelectronics SA 2017
|
||||||
*
|
*
|
||||||
* Authors: Philippe Cornu <philippe.cornu@st.com>
|
* Authors: Philippe Cornu <philippe.cornu@st.com>
|
||||||
* Yannick Fertre <yannick.fertre@st.com>
|
* Yannick Fertre <yannick.fertre@st.com>
|
||||||
*
|
|
||||||
* License terms: GNU General Public License (GPL), version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __DW_MIPI_DSI__
|
#ifndef __DW_MIPI_DSI__
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2014 Linaro Ltd.
|
* Copyright (C) 2014 Linaro Ltd.
|
||||||
*
|
*
|
||||||
* Author: Ulf Hansson <ulf.hansson@linaro.org>
|
* Author: Ulf Hansson <ulf.hansson@linaro.org>
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
#ifndef _DT_BINDINGS_ARM_UX500_PM_DOMAINS_H
|
#ifndef _DT_BINDINGS_ARM_UX500_PM_DOMAINS_H
|
||||||
#define _DT_BINDINGS_ARM_UX500_PM_DOMAINS_H
|
#define _DT_BINDINGS_ARM_UX500_PM_DOMAINS_H
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* stm32fx-clock.h
|
* stm32fx-clock.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2016 STMicroelectronics
|
* Copyright (C) 2016 STMicroelectronics
|
||||||
* Author: Gabriel Fernandez for STMicroelectronics.
|
* Author: Gabriel Fernandez for STMicroelectronics.
|
||||||
* License terms: GNU General Public License (GPL), version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
* This header provides constants for the phy framework
|
* This header provides constants for the phy framework
|
||||||
*
|
*
|
||||||
* Copyright (C) 2014 STMicroelectronics
|
* Copyright (C) 2014 STMicroelectronics
|
||||||
* Author: Gabriel Fernandez <gabriel.fernandez@st.com>
|
* Author: Gabriel Fernandez <gabriel.fernandez@st.com>
|
||||||
* License terms: GNU General Public License (GPL), version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _DT_BINDINGS_PHY
|
#ifndef _DT_BINDINGS_PHY
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* nomadik.h
|
* nomadik.h
|
||||||
*
|
*
|
||||||
* Copyright (C) ST-Ericsson SA 2013
|
* Copyright (C) ST-Ericsson SA 2013
|
||||||
* Author: Gabriel Fernandez <gabriel.fernandez@st.com> for ST-Ericsson.
|
* Author: Gabriel Fernandez <gabriel.fernandez@st.com> for ST-Ericsson.
|
||||||
* License terms: GNU General Public License (GPL), version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define INPUT_NOPULL 0
|
#define INPUT_NOPULL 0
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2017 Linaro Ltd.
|
* Copyright (C) 2017 Linaro Ltd.
|
||||||
*
|
*
|
||||||
* Author: Baoyou Xie <baoyou.xie@linaro.org>
|
* Author: Baoyou Xie <baoyou.xie@linaro.org>
|
||||||
* License terms: GNU General Public License (GPL) version 2
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _DT_BINDINGS_SOC_ZTE_PM_DOMAINS_H
|
#ifndef _DT_BINDINGS_SOC_ZTE_PM_DOMAINS_H
|
||||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче