summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/lm363x-regulator.c
Commit message (Collapse)AuthorAgeFilesLines
* regulator: lm363x: Use generic DT property name for external control pinsMilo Kim2017-03-071-2/+2
| | | | | | | | | Vpos and Vneg LDOs can be enabled or disabled by external GPIOs. Use general DT property 'enable-gpios' for this usage. Two enable pins are differentiable by selecting the index number. Signed-off-by: Milo Kim <milo.kim@ti.com> Signed-off-by: Mark Brown <broonie@kernel.org>
* regulator: lm363x: Staticise ldo_cont_enable_timeAxel Lin2015-11-301-1/+1
| | | | | Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org>
* regulator: lm363x: Remove struct lm363x_regulator which is not necessaryAxel Lin2015-11-301-19/+1
| | | | | Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org>
* regulator: add LM363X driverMilo Kim2015-11-271-0/+309
LM363X regulator driver supports LM3631 and LM3632. LM3631 has 5 regulators. LM3632 provides 3 regulators. One boost output and LDOs are used for the display module. Boost voltage is configurable but always on. Supported operations for LDOs are enabled/disabled and voltage change. Two LDOs of LM3632 can be controlled by external pins. Those are configured through the DT properties. Signed-off-by: Milo Kim <milo.kim@ti.com> Signed-off-by: Mark Brown <broonie@kernel.org>
OpenPOWER on IntegriCloud