Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-12 | power: regulator: act8846: fix reading values | John Keeping | |
The voltage and control registers need to be looked up from the value in driver_data. Adjust the get_value and get_enable functions to match the corresponding set_* functions. Signed-off-by: John Keeping <john@metanate.com> Acked-by: Simon Glass <sjg@chromium.org> | |||
2015-09-02 | power: regulator: Add a driver for ACT8846 regulators | Simon Glass | |
Add a full regulator driver for the ACT8846. This provides easy access to voltage and current settings for each regulator. Signed-off-by: Simon Glass <sjg@chromium.org> |