···11+// SPDX-License-Identifier: GPL-2.012/*23 * Copyright (C) 2015 Texas Instruments Incorporated - http://www.ti.com/34 * Andrew F. Davis <afd@ti.com>44- *55- * This program is free software; you can redistribute it and/or66- * modify it under the terms of the GNU General Public License version 2 as77- * published by the Free Software Foundation.88- *99- * This program is distributed "as is" WITHOUT ANY WARRANTY of any1010- * kind, whether expressed or implied; without even the implied warranty1111- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1212- * GNU General Public License version 2 for more details.135 *146 * Based on the TPS65912 driver157 */
+1-12
drivers/gpio/gpio-tps6586x.c
···11+// SPDX-License-Identifier: GPL-2.012/*23 * TI TPS6586x GPIO driver34 *···87 * Based on tps6586x.c98 * Copyright (c) 2010 CompuLab Ltd.109 * Mike Rapoport <mike@compulab.co.il>1111- *1212- * This program is free software; you can redistribute it and/or modify it1313- * under the terms and conditions of the GNU General Public License,1414- * version 2, as published by the Free Software Foundation.1515- *1616- * This program is distributed in the hope it will be useful, but WITHOUT1717- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or1818- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for1919- * more details.2020- *2121- * You should have received a copy of the GNU General Public License2222- * along with this program. If not, see <http://www.gnu.org/licenses/>.2310 */24112512#include <linux/errno.h>
+1-6
drivers/gpio/gpio-tps65910.c
···11+// SPDX-License-Identifier: GPL-2.0+12/*23 * TI TPS6591x GPIO driver34 *···65 *76 * Author: Graeme Gregory <gg@slimlogic.co.uk>87 * Author: Jorge Eduardo Candelaria <jedu@slimlogic.co.uk>99- *1010- * This program is free software; you can redistribute it and/or modify it1111- * under the terms of the GNU General Public License as published by the1212- * Free Software Foundation; either version 2 of the License, or (at your1313- * option) any later version.1414- *158 */1691710#include <linux/kernel.h>
+1-9
drivers/gpio/gpio-tps65912.c
···11+// SPDX-License-Identifier: GPL-2.012/*23 * GPIO driver for TI TPS65912x PMICs34 *45 * Copyright (C) 2015 Texas Instruments Incorporated - http://www.ti.com/56 * Andrew F. Davis <afd@ti.com>66- *77- * This program is free software; you can redistribute it and/or88- * modify it under the terms of the GNU General Public License version 2 as99- * published by the Free Software Foundation.1010- *1111- * This program is distributed "as is" WITHOUT ANY WARRANTY of any1212- * kind, whether expressed or implied; without even the implied warranty1313- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1414- * GNU General Public License version 2 for more details.157 *168 * Based on the Arizona GPIO driver and the previous TPS65912 driver by179 * Margarita Olaya Cabrera <magi@slimlogic.co.uk>