Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-01 | dm: power-domain: Update uclass to support livetree | Simon Glass | |
Update the power domain uclass to support livetree. Fix the xlate() method which has no callers. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2016-07-27 | Add a power domain framework/uclass | Stephen Warren | |
Many SoCs allow power to be applied to or removed from portions of the SoC (power domains). This may be used to save power. This API provides the means to control such power management hardware. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Simon Glass <sjg@chromium.org> |