dm: power: Add support for the S5M8767 PMIC
authorSimon Glass <sjg@chromium.org>
Fri, 3 Jul 2015 00:16:00 +0000 (18:16 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 6 Aug 2015 03:06:12 +0000 (21:06 -0600)
commitd308c0136d8a530d4846ab08ce02e6d40614d7e7
tree664cbddfd13be61df58efe17ef007d664f7c52b9
parent1c88b67ec8faa33c12438cab8a5191bbab6c85e3
dm: power: Add support for the S5M8767 PMIC

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