linux/drivers/mfd/intel-lpss-acpi.c

// SPDX-License-Identifier: GPL-2.0-only
/*
 * Intel LPSS ACPI support.
 *
 * Copyright (C) 2015, Intel Corporation
 *
 * Authors: Andy Shevchenko <[email protected]>
 *          Mika Westerberg <[email protected]>
 */

#include <linux/device.h>
#include <linux/gfp_types.h>
#include <linux/ioport.h>
#include <linux/mod_devicetable.h>
#include <linux/module.h>
#include <linux/pm.h>
#include <linux/pm_runtime.h>
#include <linux/platform_device.h>
#include <linux/property.h>

#include <linux/pxa2xx_ssp.h>

#include <asm/errno.h>

#include "intel-lpss.h"

static const struct property_entry spt_spi_properties[] =;

static const struct software_node spt_spi_node =;

static const struct intel_lpss_platform_info spt_info =;

static const struct property_entry spt_i2c_properties[] =;

static const struct software_node spt_i2c_node =;

static const struct intel_lpss_platform_info spt_i2c_info =;

static const struct property_entry uart_properties[] =;

static const struct software_node uart_node =;

static const struct intel_lpss_platform_info spt_uart_info =;

static const struct property_entry bxt_spi_properties[] =;

static const struct software_node bxt_spi_node =;

static const struct intel_lpss_platform_info bxt_info =;

static const struct property_entry bxt_i2c_properties[] =;

static const struct software_node bxt_i2c_node =;

static const struct intel_lpss_platform_info bxt_i2c_info =;

static const struct property_entry apl_i2c_properties[] =;

static const struct software_node apl_i2c_node =;

static const struct intel_lpss_platform_info apl_i2c_info =;

static const struct property_entry cnl_spi_properties[] =;

static const struct software_node cnl_spi_node =;

static const struct intel_lpss_platform_info cnl_info =;

static const struct intel_lpss_platform_info cnl_i2c_info =;

static const struct acpi_device_id intel_lpss_acpi_ids[] =;
MODULE_DEVICE_TABLE(acpi, intel_lpss_acpi_ids);

static int intel_lpss_acpi_probe(struct platform_device *pdev)
{}

static void intel_lpss_acpi_remove(struct platform_device *pdev)
{}

static struct platform_driver intel_lpss_acpi_driver =;

module_platform_driver();

MODULE_AUTHOR();
MODULE_AUTHOR();
MODULE_DESCRIPTION();
MODULE_LICENSE();
MODULE_IMPORT_NS();