Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

regulator: tps80031: Switch to SPDX identifier

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Axel Lin and committed by
Mark Brown
fd1a4da3 4b77a49c

+10 -24
+10 -24
drivers/regulator/tps80031-regulator.c
··· 1 - /* 2 - * tps80031-regulator.c -- TI TPS80031 regulator driver. 3 - * 4 - * Regulator driver for TI TPS80031/TPS80032 Fully Integrated Power 5 - * Management with Power Path and Battery Charger. 6 - * 7 - * Copyright (c) 2012, NVIDIA Corporation. 8 - * 9 - * Author: Laxman Dewangan <ldewangan@nvidia.com> 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License as 13 - * published by the Free Software Foundation version 2. 14 - * 15 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any kind, 16 - * whether express or implied; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software 22 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 23 - * 02111-1307, USA 24 - */ 1 + // SPDX-License-Identifier: GPL-2.0 2 + // 3 + // tps80031-regulator.c -- TI TPS80031 regulator driver. 4 + // 5 + // Regulator driver for TI TPS80031/TPS80032 Fully Integrated Power 6 + // Management with Power Path and Battery Charger. 7 + // 8 + // Copyright (c) 2012, NVIDIA Corporation. 9 + // 10 + // Author: Laxman Dewangan <ldewangan@nvidia.com> 25 11 26 12 #include <linux/delay.h> 27 13 #include <linux/err.h>