]> git.ipfire.org Git - people/ms/u-boot.git/commit
pmic: pmic_mc34vr500: Add a driver for the mc34vr500 pmic
authorHou Zhiqiang <Zhiqiang.Hou@nxp.com>
Fri, 9 Dec 2016 08:08:57 +0000 (16:08 +0800)
committerYork Sun <york.sun@nxp.com>
Wed, 18 Jan 2017 17:28:53 +0000 (09:28 -0800)
commit762161b04ade62be5c708ff167f5fdde2e61fa9c
tree2c256aa91021d845744109a4b032d6a1a1242351
parent9cfab06e7938453438008c2f561df7d35f83e8f4
pmic: pmic_mc34vr500: Add a driver for the mc34vr500 pmic

This patch adds a simple pmic driver for the mc34vr500 pmic which
is used in conjunction with the fsl T1 and LS1 series SoC.

Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Reviewed-by: York Sun <york.sun@nxp.com>
drivers/power/pmic/Kconfig
drivers/power/pmic/Makefile
drivers/power/pmic/pmic_mc34vr500.c [new file with mode: 0644]
include/power/mc34vr500_pmic.h [new file with mode: 0644]