linux/drivers/mfd/tps65912-core.c

// SPDX-License-Identifier: GPL-2.0-only
/*
 * Core functions for TI TPS65912x PMICs
 *
 * Copyright (C) 2015 Texas Instruments Incorporated - https://www.ti.com/
 *	Andrew F. Davis <[email protected]>
 *
 * Based on the TPS65218 driver and the previous TPS65912 driver by
 * Margarita Olaya Cabrera <[email protected]>
 */

#include <linux/interrupt.h>
#include <linux/mfd/core.h>
#include <linux/module.h>

#include <linux/mfd/tps65912.h>

static const struct mfd_cell tps65912_cells[] =;

static const struct regmap_irq tps65912_irqs[] =;

static struct regmap_irq_chip tps65912_irq_chip =;

static const struct regmap_range tps65912_yes_ranges[] =;

static const struct regmap_access_table tps65912_volatile_table =;

const struct regmap_config tps65912_regmap_config =;
EXPORT_SYMBOL_GPL();

int tps65912_device_init(struct tps65912 *tps)
{}
EXPORT_SYMBOL_GPL();

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