lkml.org 
[lkml]   [2015]   [Jul]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v2] regulator: mt6311: Add support for MT6311 regulator
Date
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.

Changes in v2:
- Re-ordered the sequence of makefile and Kconfig.
- Specifying the regulator DT bindings by providing of_match and
regulators_node in the regulator_desc and delete the DT handling code.

Henry Chen (2):
dt-bindings: regulator: mt6311: Add document for mt6311 regulator
regulator: mt6311: Add support for mt6311 regulator

.../bindings/regulator/mt6311-regulator.txt | 35 ++++
drivers/regulator/Kconfig | 9 +
drivers/regulator/Makefile | 1 +
drivers/regulator/mt6311-regulator.c | 206 +++++++++++++++++++++
drivers/regulator/mt6311-regulator.h | 65 +++++++
include/linux/regulator/mt6311.h | 29 +++
6 files changed, 345 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



\
 
 \ /
  Last update: 2015-07-22 14:21    [W:0.107 / U:0.120 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site