]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: power: Add support for the S5M8767 PMIC
authorSimon Glass <sjg@chromium.org>
Fri, 3 Jul 2015 00:16:00 +0000 (18:16 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:14 +0000 (08:17 +0200)
commitaa4747f052e2e8bb150f11c8129280ae4dafdfd8
treeb16290dd8209d30b467629edfbbfaa7283754bbd
parentf10a68ca4413795e09966576c85b35c4fa89c3fb
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]