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

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>

authored by

Axel Lin and committed by
Mark Brown
0ae3b061 8b908520

+15 -72
+4 -14
drivers/regulator/pv88060-regulator.c
··· 1 - /* 2 - * pv88060-regulator.c - Regulator device driver for PV88060 3 - * Copyright (C) 2015 Powerventure Semiconductor Ltd. 4 - * 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public License 7 - * as published by the Free Software Foundation; either version 2 8 - * of the License, or (at your option) any later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // 3 + // pv88060-regulator.c - Regulator device driver for PV88060 4 + // Copyright (C) 2015 Powerventure Semiconductor Ltd. 15 5 16 6 #include <linux/err.h> 17 7 #include <linux/i2c.h>
+1 -10
drivers/regulator/pv88060-regulator.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 1 2 /* 2 3 * pv88060-regulator.h - Regulator definitions for PV88060 3 4 * Copyright (C) 2015 Powerventure Semiconductor Ltd. 4 - * 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public License 7 - * as published by the Free Software Foundation; either version 2 8 - * of the License, or (at your option) any later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 5 */ 15 6 16 7 #ifndef __PV88060_REGISTERS_H__
+4 -14
drivers/regulator/pv88080-regulator.c
··· 1 - /* 2 - * pv88080-regulator.c - Regulator device driver for PV88080 3 - * Copyright (C) 2016 Powerventure Semiconductor Ltd. 4 - * 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public License 7 - * as published by the Free Software Foundation; either version 2 8 - * of the License, or (at your option) any later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // 3 + // pv88080-regulator.c - Regulator device driver for PV88080 4 + // Copyright (C) 2016 Powerventure Semiconductor Ltd. 15 5 16 6 #include <linux/err.h> 17 7 #include <linux/i2c.h>
+1 -10
drivers/regulator/pv88080-regulator.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 1 2 /* 2 3 * pv88080-regulator.h - Regulator definitions for PV88080 3 4 * Copyright (C) 2016 Powerventure Semiconductor Ltd. 4 - * 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public License 7 - * as published by the Free Software Foundation; either version 2 8 - * of the License, or (at your option) any later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 5 */ 15 6 16 7 #ifndef __PV88080_REGISTERS_H__
+4 -14
drivers/regulator/pv88090-regulator.c
··· 1 - /* 2 - * pv88090-regulator.c - Regulator device driver for PV88090 3 - * Copyright (C) 2015 Powerventure Semiconductor Ltd. 4 - * 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public License 7 - * as published by the Free Software Foundation; either version 2 8 - * of the License, or (at your option) any later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // 3 + // pv88090-regulator.c - Regulator device driver for PV88090 4 + // Copyright (C) 2015 Powerventure Semiconductor Ltd. 15 5 16 6 #include <linux/err.h> 17 7 #include <linux/i2c.h>
+1 -10
drivers/regulator/pv88090-regulator.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 1 2 /* 2 3 * pv88090-regulator.h - Regulator definitions for PV88090 3 4 * Copyright (C) 2015 Powerventure Semiconductor Ltd. 4 - * 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public License 7 - * as published by the Free Software Foundation; either version 2 8 - * of the License, or (at your option) any later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 5 */ 15 6 16 7 #ifndef __PV88090_REGISTERS_H__