power: Add support for ACT8846 PMIC
authorSimon Glass <sjg@chromium.org>
Sun, 30 Aug 2015 22:55:29 +0000 (16:55 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 3 Sep 2015 03:28:23 +0000 (21:28 -0600)
commitd2c88f7d528a3490dc3ce5317db39c0912bd2de1
treed37f6fdf1a75060f1660732a08ce9f69ee6641c0
parent26ad30e9d3ec445f61f94910fb14cc6e7d8efa25
power: Add support for ACT8846 PMIC

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>
drivers/power/pmic/Kconfig
drivers/power/pmic/Makefile
drivers/power/pmic/act8846.c [new file with mode: 0644]
include/power/act8846_pmic.h [new file with mode: 0644]