···11+// SPDX-License-Identifier: GPL-2.012/*23 * Intel Medfield MSIC GPIO driver>34 * Copyright (c) 2011, Intel Corporation.45 *56 * Author: Mathias Nyman <mathias.nyman@linux.intel.com>67 * Based on intel_pmic_gpio.c77- *88- * This program is free software; you can redistribute it and/or modify it99- * under the terms and conditions of the GNU General Public License,1010- * version 2, as published by the Free Software Foundation.1111- *1212- * This program is distributed in the hope it will be useful, but WITHOUT1313- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or1414- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for1515- * more details.1616- *1717- * You should have received a copy of the GNU General Public License along with1818- * this program; if not, write to the Free Software Foundation, Inc.,1919- * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.2020- *218 */2292310#include <linux/gpio/driver.h>