summaryrefslogtreecommitdiff
path: root/drivers/power/regulator/s5m8767.c
Commit message (Collapse)AuthorAgeLines
* dm: power: Add support for S5M8767 regulatorsSimon Glass2015-08-05-0/+269
This PMIC is used with SoCs which need a combination of BUCKs and LDOs. The driver supports changing voltage and enabling/disabling each regulator. It supports the standard device tree binding and supports driver model. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Przemyslaw Marczak <p.marczak@samsung.com>