Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-19 | power: regulator: s5m8767: get_enable should return integer | Keerthy | |
get_enable should be able to return error values. Hence change the return type to integer. Signed-off-by: Keerthy <j-keerthy@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org> | |||
2015-08-05 | dm: power: Add support for S5M8767 regulators | Simon Glass | |
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> |