regulator: da9xxx: Switch to SPDX identifier
Convert Dialog Semiconductor DA9xxx 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
311a68a51a
commit
fd2f02f972
|
@ -1,13 +1,9 @@
|
||||||
/*
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
* Regulators driver for Dialog Semiconductor DA903x
|
//
|
||||||
*
|
// Regulators driver for Dialog Semiconductor DA903x
|
||||||
* Copyright (C) 2006-2008 Marvell International Ltd.
|
//
|
||||||
* Copyright (C) 2008 Compulab Ltd.
|
// Copyright (C) 2006-2008 Marvell International Ltd.
|
||||||
*
|
// Copyright (C) 2008 Compulab Ltd.
|
||||||
* 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>
|
||||||
|
|
|
@ -1,16 +1,10 @@
|
||||||
/*
|
// SPDX-License-Identifier: GPL-2.0+
|
||||||
* da9052-regulator.c: Regulator driver for DA9052
|
//
|
||||||
*
|
// da9052-regulator.c: Regulator driver for DA9052
|
||||||
* Copyright(c) 2011 Dialog Semiconductor Ltd.
|
//
|
||||||
*
|
// Copyright(c) 2011 Dialog Semiconductor Ltd.
|
||||||
* Author: David Dajun Chen <dchen@diasemi.com>
|
//
|
||||||
*
|
// Author: David Dajun Chen <dchen@diasemi.com>
|
||||||
* 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.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
#include <linux/moduleparam.h>
|
#include <linux/moduleparam.h>
|
||||||
|
|
|
@ -1,16 +1,10 @@
|
||||||
/*
|
// SPDX-License-Identifier: GPL-2.0+
|
||||||
* Regulator driver for DA9055 PMIC
|
//
|
||||||
*
|
// Regulator driver for DA9055 PMIC
|
||||||
* Copyright(c) 2012 Dialog Semiconductor Ltd.
|
//
|
||||||
*
|
// Copyright(c) 2012 Dialog Semiconductor Ltd.
|
||||||
* Author: David Dajun Chen <dchen@diasemi.com>
|
//
|
||||||
*
|
// Author: David Dajun Chen <dchen@diasemi.com>
|
||||||
* 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.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
|
|
|
@ -1,17 +1,8 @@
|
||||||
/*
|
// SPDX-License-Identifier: GPL-2.0+
|
||||||
* Regulator device driver for DA9061 and DA9062.
|
//
|
||||||
* Copyright (C) 2015-2017 Dialog Semiconductor
|
// Regulator device driver for DA9061 and DA9062.
|
||||||
*
|
// Copyright (C) 2015-2017 Dialog Semiconductor
|
||||||
* 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/kernel.h>
|
#include <linux/kernel.h>
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
|
|
|
@ -1,22 +1,7 @@
|
||||||
/*
|
// SPDX-License-Identifier: GPL-2.0+
|
||||||
* da9210-regulator.c - Regulator device driver for DA9210
|
//
|
||||||
* Copyright (C) 2013 Dialog Semiconductor Ltd.
|
// da9210-regulator.c - Regulator device driver for DA9210
|
||||||
*
|
// Copyright (C) 2013 Dialog Semiconductor Ltd.
|
||||||
* This library is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of the GNU Library General Public
|
|
||||||
* License as published by the Free Software Foundation; either
|
|
||||||
* version 2 of the License, or (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This library 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
|
|
||||||
* Library General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Library General Public
|
|
||||||
* License along with this library; if not, write to the
|
|
||||||
* Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
|
||||||
* Boston, MA 02110-1301, USA.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <linux/i2c.h>
|
#include <linux/i2c.h>
|
||||||
|
|
|
@ -1,22 +1,7 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||||
/*
|
/*
|
||||||
* da9210-regulator.h - Regulator definitions for DA9210
|
* da9210-regulator.h - Regulator definitions for DA9210
|
||||||
* Copyright (C) 2013 Dialog Semiconductor Ltd.
|
* Copyright (C) 2013 Dialog Semiconductor Ltd.
|
||||||
*
|
|
||||||
* This library is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of the GNU Library General Public
|
|
||||||
* License as published by the Free Software Foundation; either
|
|
||||||
* version 2 of the License, or (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This library 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
|
|
||||||
* Library General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Library General Public
|
|
||||||
* License along with this library; if not, write to the
|
|
||||||
* Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
|
||||||
* Boston, MA 02110-1301, USA.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __DA9210_REGISTERS_H__
|
#ifndef __DA9210_REGISTERS_H__
|
||||||
|
|
|
@ -1,18 +1,8 @@
|
||||||
/*
|
// SPDX-License-Identifier: GPL-2.0+
|
||||||
* da9211-regulator.c - Regulator device driver for DA9211/DA9212
|
//
|
||||||
* /DA9213/DA9223/DA9214/DA9224/DA9215/DA9225
|
// da9211-regulator.c - Regulator device driver for DA9211/DA9212
|
||||||
* Copyright (C) 2015 Dialog Semiconductor Ltd.
|
// /DA9213/DA9223/DA9214/DA9224/DA9215/DA9225
|
||||||
*
|
// Copyright (C) 2015 Dialog Semiconductor Ltd.
|
||||||
* This library is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of the GNU Library General Public
|
|
||||||
* License as published by the Free Software Foundation; either
|
|
||||||
* version 2 of the License, or (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This library 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
|
|
||||||
* Library General Public License for more details.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <linux/i2c.h>
|
#include <linux/i2c.h>
|
||||||
|
|
|
@ -1,17 +1,8 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||||
/*
|
/*
|
||||||
* da9211-regulator.h - Regulator definitions for DA9211/DA9212
|
* da9211-regulator.h - Regulator definitions for DA9211/DA9212
|
||||||
* /DA9213/DA9223/DA9214/DA9224/DA9215/DA9225
|
* /DA9213/DA9223/DA9214/DA9224/DA9215/DA9225
|
||||||
* Copyright (C) 2015 Dialog Semiconductor Ltd.
|
* Copyright (C) 2015 Dialog 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 __DA9211_REGISTERS_H__
|
#ifndef __DA9211_REGISTERS_H__
|
||||||
|
|
Loading…
Reference in New Issue