rn5t618_wdt.c (860dbce3d8dd90cb9e909c58fa79808766243651) rn5t618_wdt.c (3c910ecbdda4227abd145967774f92b1a3341493)
1// SPDX-License-Identifier: GPL-2.0-only
1/*
2 * Watchdog driver for Ricoh RN5T618 PMIC
3 *
4 * Copyright (C) 2014 Beniamino Galvani <b.galvani@gmail.com>
2/*
3 * Watchdog 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/device.h>
15#include <linux/mfd/rn5t618.h>
16#include <linux/module.h>
17#include <linux/platform_device.h>
18#include <linux/watchdog.h>
19

--- 180 unchanged lines hidden ---
6 */
7
8#include <linux/device.h>
9#include <linux/mfd/rn5t618.h>
10#include <linux/module.h>
11#include <linux/platform_device.h>
12#include <linux/watchdog.h>
13

--- 180 unchanged lines hidden ---