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

--- 162 unchanged lines hidden ---
7 */
8
9#include <linux/delay.h>
10#include <linux/i2c.h>
11#include <linux/mfd/core.h>
12#include <linux/mfd/rn5t618.h>
13#include <linux/module.h>
14#include <linux/of_device.h>

--- 162 unchanged lines hidden ---