public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* regulator: MT6311: Add support for MT6311 regulator
@ 2015-07-20  7:36 Henry Chen
  2015-07-20  7:36 ` [PATCH 1/2] dt-bindings: Add document " Henry Chen
  2015-07-20  7:36 ` [PATCH 2/2] regulator: MT6311: Add support " Henry Chen
  0 siblings, 2 replies; 7+ messages in thread
From: Henry Chen @ 2015-07-20  7:36 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-07-21  9:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-20  7:36 regulator: MT6311: Add support for MT6311 regulator Henry Chen
2015-07-20  7:36 ` [PATCH 1/2] dt-bindings: Add document " Henry Chen
2015-07-20 17:28   ` Mark Brown
2015-07-21  9:46     ` Henry Chen
2015-07-20  7:36 ` [PATCH 2/2] regulator: MT6311: Add support " Henry Chen
2015-07-20 17:31   ` Mark Brown
2015-07-21  9:52     ` Henry Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox