summaryrefslogtreecommitdiff
path: root/drivers/power/pmic/tps65941.c
AgeCommit message (Collapse)AuthorFilesLines
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
Move this header out of the common header. Signed-off-by: Simon Glass <sjg@chromium.org>
2020-03-03power: pmic: tps65941: Add support for probing the child devicesTero Kristo1-2/+2
TPS65941 can have child devices under it (like the ESM support), so probe these once the master pmic node completes probe. Signed-off-by: Tero Kristo <t-kristo@ti.com>
2019-11-08power: pmic: tps65941: Add support for tps65941 family of PMICsKeerthy1-0/+83
Add support to bind the regulators/child nodes with the pmic. Signed-off-by: Keerthy <j-keerthy@ti.com>