rt5033.c (f26e8817b235d8764363bffcc9cbfc61867371f2) | rt5033.c (d925da5c7b09a27b7b775647925207a383f6524e) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-only |
|
1/* 2 * MFD core driver for the Richtek RT5033. 3 * 4 * RT5033 comprises multiple sub-devices switcing charger, fuel gauge, 5 * flash LED, current source, LDO and BUCK regulators. 6 * 7 * Copyright (C) 2014 Samsung Electronics, Co., Ltd. 8 * Author: Beomho Seo <beomho.seo@samsung.com> | 2/* 3 * MFD core driver for the Richtek RT5033. 4 * 5 * RT5033 comprises multiple sub-devices switcing charger, fuel gauge, 6 * flash LED, current source, LDO and BUCK regulators. 7 * 8 * Copyright (C) 2014 Samsung Electronics, Co., Ltd. 9 * Author: Beomho Seo <beomho.seo@samsung.com> |
9 * 10 * This program is free software; you can redistribute it and/or modify 11 * it under the terms of the GNU General Public License version 2 as 12 * published bythe Free Software Foundation. | |
13 */ 14 15#include <linux/err.h> 16#include <linux/module.h> 17#include <linux/interrupt.h> 18#include <linux/of_device.h> 19#include <linux/mfd/core.h> 20#include <linux/mfd/rt5033.h> --- 117 unchanged lines hidden --- | 10 */ 11 12#include <linux/err.h> 13#include <linux/module.h> 14#include <linux/interrupt.h> 15#include <linux/of_device.h> 16#include <linux/mfd/core.h> 17#include <linux/mfd/rt5033.h> --- 117 unchanged lines hidden --- |