]> git.ipfire.org Git - people/ms/u-boot.git/commit
power: Add a regulator driver for the as3722 PMIC
authorSimon Glass <sjg@chromium.org>
Tue, 25 Jul 2017 14:30:10 +0000 (08:30 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 28 Jul 2017 18:02:47 +0000 (12:02 -0600)
commitdeea211aec45e95cdc4fed006526591fe70abe22
treeb2ceb460f3e2df9f90e3f7ee7f71757833db99c8
parent68f0081139397cd0b6398e235a58d4173b3ee870
power: Add a regulator driver for the as3722 PMIC

This pmic includes regulators which should have their own driver. Add
a driver to support these.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Lukasz Majewski <lukma@denx.de>
Tested-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Tested-on: Beaver, Jetson-TK1
Tested-by: Stephen Warren <swarren@nvidia.com>
drivers/power/regulator/Kconfig
drivers/power/regulator/Makefile
drivers/power/regulator/as3722_regulator.c [new file with mode: 0644]
include/power/as3722.h