]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
power: regulator: Add a driver for ACT8846 regulators
authorSimon Glass <sjg@chromium.org>
Sun, 30 Aug 2015 22:55:30 +0000 (16:55 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 3 Sep 2015 03:28:23 +0000 (21:28 -0600)
commit9119820b6bd5a8131ae5d5f6f352ba657fe889a6
tree569910a8492a1767da092c67838afde3d483fdc2
parentd2c88f7d528a3490dc3ce5317db39c0912bd2de1
power: regulator: Add a driver for ACT8846 regulators

Add a full regulator driver for the ACT8846. This provides easy access to
voltage and current settings for each regulator.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/power/regulator/Kconfig
drivers/power/regulator/Makefile
drivers/power/regulator/act8846.c [new file with mode: 0644]