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> | |||
* | dm: power: Add support for the S5M8767 PMIC | Simon Glass | 2015-08-05 | -0/+95 |
This PMIC is used with SoCs which need a combination of BUCKs and LDOs. The driver supports probing and basic register access. It supports the standard device tree binding and supports driver model. A regulator driver can be provided also. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Przemyslaw Marczak <p.marczak@samsung.com> |