···11-/*22- * tps80031-regulator.c -- TI TPS80031 regulator driver.33- *44- * Regulator driver for TI TPS80031/TPS80032 Fully Integrated Power55- * Management with Power Path and Battery Charger.66- *77- * Copyright (c) 2012, NVIDIA Corporation.88- *99- * Author: Laxman Dewangan <ldewangan@nvidia.com>1010- *1111- * This program is free software; you can redistribute it and/or1212- * modify it under the terms of the GNU General Public License as1313- * published by the Free Software Foundation version 2.1414- *1515- * This program is distributed "as is" WITHOUT ANY WARRANTY of any kind,1616- * whether express or implied; without even the implied warranty of1717- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU1818- * General Public License for more details.1919- *2020- * You should have received a copy of the GNU General Public License2121- * along with this program; if not, write to the Free Software2222- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA2323- * 02111-1307, USA2424- */11+// SPDX-License-Identifier: GPL-2.022+//33+// tps80031-regulator.c -- TI TPS80031 regulator driver.44+//55+// Regulator driver for TI TPS80031/TPS80032 Fully Integrated Power66+// Management with Power Path and Battery Charger.77+//88+// Copyright (c) 2012, NVIDIA Corporation.99+//1010+// Author: Laxman Dewangan <ldewangan@nvidia.com>25112612#include <linux/delay.h>2713#include <linux/err.h>