linux/drivers/regulator/rn5t618-regulator.c

// SPDX-License-Identifier: GPL-2.0-only
/*
 * Regulator driver for Ricoh RN5T618 PMIC
 *
 * Copyright (C) 2014 Beniamino Galvani <[email protected]>
 */

#include <linux/mfd/rn5t618.h>
#include <linux/module.h>
#include <linux/of.h>
#include <linux/platform_device.h>
#include <linux/regmap.h>
#include <linux/regulator/driver.h>
#include <linux/regulator/of_regulator.h>

static const struct regulator_ops rn5t618_reg_ops =;

#define REG(rid, ereg, emask, vreg, vmask, min, max, step)

static const struct regulator_desc rn5t567_regulators[] =;

static const struct regulator_desc rn5t618_regulators[] =;

static const struct regulator_desc rc5t619_regulators[] =;

static int rn5t618_regulator_probe(struct platform_device *pdev)
{}

static struct platform_driver rn5t618_regulator_driver =;

module_platform_driver();

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