Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | dm: core: Replace of_offset with accessor | Simon Glass | 2017-02-08 | -1/+1 |
| | | | | | | | | | At present devices use a simple integer offset to record the device tree node associated with the device. In preparation for supporting a live device tree, which uses a node pointer instead, refactor existing code to access this field through an inline function. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
* | power: pmic: act8846: add missing newline to debug statements | John Keeping | 2016-08-12 | -2/+2 |
| | | | | | Signed-off-by: John Keeping <john@metanate.com> Acked-by: Simon Glass <sjg@chromium.org> | |||
* | power: Add support for ACT8846 PMIC | Simon Glass | 2015-09-02 | -0/+90 |
Add a driver for the ACT8846 PMIC. This supports several LDOs and BUCKs and is connected to the I2C bus. This driver supports using a regulator driver to access the regulators. Signed-off-by: Simon Glass <sjg@chromium.org> |