[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1437377793-31558-1-git-send-email-henryc.chen@mediatek.com>
Date: Mon, 20 Jul 2015 15:36:31 +0800
From: Henry Chen <henryc.chen@...iatek.com>
To: Mark Brown <broonie@...nel.org>
CC: Liam Girdwood <lgirdwood@...il.com>,
Matthias Brugger <matthias.bgg@...il.com>,
Mark Rutland <mark.rutland@....com>,
Sascha Hauer <kernel@...gutronix.de>,
<linux-kernel@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-mediatek@...ts.infradead.org>, <henryc.chen@...iatek.com>,
<eddie.huang@...iatek.com>, <srv_heupstream@...iatek.com>
Subject: regulator: MT6311: Add support for MT6311 regulator
MT6311 is PMIC IC which includes the following analog functions,
and is fully controlled by an I2C-compatible serial interface.
- BUCK: Provides regulated lower output voltage level from Li-Ion battery
- Sink LDO: One sink current LDO for enhancement DRAM driver reliability
This patch set adds support for the MediaTek PMIC MT6311 regulator driver,
which adds MT6311 related buck/ldo voltage data to the driver,
and creates the regulator_desc table.
Henry Chen (2):
dt-bindings: Add document for MT6311 regulator
regulator: MT6311: Add support for MT6311 regulator
.../bindings/regulator/mt6311-regulator.txt | 34 +++
drivers/regulator/Kconfig | 9 +
drivers/regulator/Makefile | 1 +
drivers/regulator/mt6311-regulator.c | 272 +++++++++++++++++++++
drivers/regulator/mt6311-regulator.h | 65 +++++
include/linux/regulator/mt6311.h | 39 +++
6 files changed, 420 insertions(+)
create mode 100644 Documentation/devicetree/bindings/regulator/mt6311-regulator.txt
create mode 100644 drivers/regulator/mt6311-regulator.c
create mode 100644 drivers/regulator/mt6311-regulator.h
create mode 100644 include/linux/regulator/mt6311.h
--
1.8.1.1.dirty
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists