···11+// SPDX-License-Identifier: GPL-2.0+12/*23 * Access to GPIOs on TWL4030/TPS659x0 chips34 *···109 *1110 * Initial Code:1211 * Andy Lowe / Nishanth Menon1313- *1414- * This program is free software; you can redistribute it and/or modify1515- * it under the terms of the GNU General Public License as published by1616- * the Free Software Foundation; either version 2 of the License, or1717- * (at your option) any later version.1818- *1919- * This program is distributed in the hope that it will be useful,2020- * but WITHOUT ANY WARRANTY; without even the implied warranty of2121- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the2222- * GNU General Public License for more details.2323- *2424- * You should have received a copy of the GNU General Public License2525- * along with this program; if not, write to the Free Software2626- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA2712 */28132914#include <linux/module.h>