rn5t618-regulator.c (860dbce3d8dd90cb9e909c58fa79808766243651) | rn5t618-regulator.c (3c910ecbdda4227abd145967774f92b1a3341493) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-only |
|
1/* 2 * Regulator driver for Ricoh RN5T618 PMIC 3 * 4 * Copyright (C) 2014 Beniamino Galvani <b.galvani@gmail.com> | 2/* 3 * Regulator driver for Ricoh RN5T618 PMIC 4 * 5 * Copyright (C) 2014 Beniamino Galvani <b.galvani@gmail.com> |
5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License 8 * version 2 as published by the Free Software Foundation. 9 * 10 * You should have received a copy of the GNU General Public License 11 * along with this program. If not, see <http://www.gnu.org/licenses/>. | |
12 */ 13 14#include <linux/mfd/rn5t618.h> 15#include <linux/module.h> 16#include <linux/of.h> 17#include <linux/platform_device.h> 18#include <linux/regmap.h> 19#include <linux/regulator/driver.h> --- 140 unchanged lines hidden --- | 6 */ 7 8#include <linux/mfd/rn5t618.h> 9#include <linux/module.h> 10#include <linux/of.h> 11#include <linux/platform_device.h> 12#include <linux/regmap.h> 13#include <linux/regulator/driver.h> --- 140 unchanged lines hidden --- |