regulator: pv880x0: Switch to SPDX identifier
Convert Powerventure Semiconductor PV88060/PV88080/PV88090 regulator drivers to SPDX identifier. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
8b90852006
commit
0ae3b061df
|
@ -1,17 +1,7 @@
|
||||||
/*
|
// SPDX-License-Identifier: GPL-2.0+
|
||||||
* pv88060-regulator.c - Regulator device driver for PV88060
|
//
|
||||||
* Copyright (C) 2015 Powerventure Semiconductor Ltd.
|
// pv88060-regulator.c - Regulator device driver for PV88060
|
||||||
*
|
// Copyright (C) 2015 Powerventure Semiconductor Ltd.
|
||||||
* 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; either version 2
|
|
||||||
* of the License, or (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <linux/i2c.h>
|
#include <linux/i2c.h>
|
||||||
|
|
|
@ -1,16 +1,7 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||||
/*
|
/*
|
||||||
* pv88060-regulator.h - Regulator definitions for PV88060
|
* pv88060-regulator.h - Regulator definitions for PV88060
|
||||||
* Copyright (C) 2015 Powerventure Semiconductor Ltd.
|
* Copyright (C) 2015 Powerventure Semiconductor Ltd.
|
||||||
*
|
|
||||||
* 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; either version 2
|
|
||||||
* of the License, or (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __PV88060_REGISTERS_H__
|
#ifndef __PV88060_REGISTERS_H__
|
||||||
|
|
|
@ -1,17 +1,7 @@
|
||||||
/*
|
// SPDX-License-Identifier: GPL-2.0+
|
||||||
* pv88080-regulator.c - Regulator device driver for PV88080
|
//
|
||||||
* Copyright (C) 2016 Powerventure Semiconductor Ltd.
|
// pv88080-regulator.c - Regulator device driver for PV88080
|
||||||
*
|
// Copyright (C) 2016 Powerventure Semiconductor Ltd.
|
||||||
* 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; either version 2
|
|
||||||
* of the License, or (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <linux/i2c.h>
|
#include <linux/i2c.h>
|
||||||
|
|
|
@ -1,16 +1,7 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||||
/*
|
/*
|
||||||
* pv88080-regulator.h - Regulator definitions for PV88080
|
* pv88080-regulator.h - Regulator definitions for PV88080
|
||||||
* Copyright (C) 2016 Powerventure Semiconductor Ltd.
|
* Copyright (C) 2016 Powerventure Semiconductor Ltd.
|
||||||
*
|
|
||||||
* 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; either version 2
|
|
||||||
* of the License, or (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __PV88080_REGISTERS_H__
|
#ifndef __PV88080_REGISTERS_H__
|
||||||
|
|
|
@ -1,17 +1,7 @@
|
||||||
/*
|
// SPDX-License-Identifier: GPL-2.0+
|
||||||
* pv88090-regulator.c - Regulator device driver for PV88090
|
//
|
||||||
* Copyright (C) 2015 Powerventure Semiconductor Ltd.
|
// pv88090-regulator.c - Regulator device driver for PV88090
|
||||||
*
|
// Copyright (C) 2015 Powerventure Semiconductor Ltd.
|
||||||
* 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; either version 2
|
|
||||||
* of the License, or (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <linux/i2c.h>
|
#include <linux/i2c.h>
|
||||||
|
|
|
@ -1,16 +1,7 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||||
/*
|
/*
|
||||||
* pv88090-regulator.h - Regulator definitions for PV88090
|
* pv88090-regulator.h - Regulator definitions for PV88090
|
||||||
* Copyright (C) 2015 Powerventure Semiconductor Ltd.
|
* Copyright (C) 2015 Powerventure Semiconductor Ltd.
|
||||||
*
|
|
||||||
* 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; either version 2
|
|
||||||
* of the License, or (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __PV88090_REGISTERS_H__
|
#ifndef __PV88090_REGISTERS_H__
|
||||||
|
|
Loading…
Reference in New Issue