rt5033-regulator.c (2a267e7c41aa88215de2b542de797d03d16ecdfd) rt5033-regulator.c (d925da5c7b09a27b7b775647925207a383f6524e)
1// SPDX-License-Identifier: GPL-2.0-only
1/*
2 * Regulator driver for the Richtek RT5033
3 *
4 * Copyright (C) 2014 Samsung Electronics, Co., Ltd.
5 * Author: Beomho Seo <beomho.seo@samsung.com>
2/*
3 * Regulator driver for the Richtek RT5033
4 *
5 * Copyright (C) 2014 Samsung Electronics, Co., Ltd.
6 * Author: Beomho Seo <beomho.seo@samsung.com>
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published bythe Free Software Foundation.
10 */
11
12#include <linux/module.h>
13#include <linux/platform_device.h>
14#include <linux/regulator/driver.h>
15#include <linux/mfd/rt5033.h>
16#include <linux/mfd/rt5033-private.h>
17#include <linux/regulator/of_regulator.h>

--- 112 unchanged lines hidden ---
7 */
8
9#include <linux/module.h>
10#include <linux/platform_device.h>
11#include <linux/regulator/driver.h>
12#include <linux/mfd/rt5033.h>
13#include <linux/mfd/rt5033-private.h>
14#include <linux/regulator/of_regulator.h>

--- 112 unchanged lines hidden ---