Source
static int intel_quark_gpio_setup(struct pci_dev *pdev, struct mfd_cell *cell)
/*
* Intel Quark MFD PCI driver for I2C & GPIO
*
* Copyright(c) 2014 Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*
* Intel Quark PCI device for I2C and GPIO controller sharing the same
* PCI function. This PCI driver will split the 2 devices into their
* respective drivers.
*/
/* PCI BAR for register base address */
/* ACPI _ADR value to match the child node */
/* The base GPIO number under GPIOLIB framework */
/* The default number of South-Cluster GPIO on Quark. */
/* The DesignWare GPIO ports on Quark. */
/* The Quark I2C controller source clock */
struct intel_quark_mfd {
struct device *dev;
struct clk *i2c_clk;
struct clk_lookup *i2c_clk_lookup;
};
static const struct dmi_system_id dmi_platform_info[] = {
{
.matches = {