]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ISL6271A voltage regulator support.
authorMarek Vasut <marek.vasut@gmail.com>
Sun, 13 Jun 2010 15:25:51 +0000 (17:25 +0200)
committerLiam Girdwood <lrg@slimlogic.co.uk>
Wed, 11 Aug 2010 10:38:00 +0000 (11:38 +0100)
commit51bd6943cd760a55f655830b3f7dca8a06b54c73
treea10f2a6f1ef41f694951e0f153deabe50d8e561b
parent839b8362a78e02d123f6ac586349b357136a733f
ISL6271A voltage regulator support.

This device is very simple, it supports one buck and two LDOs. The LDOs are
fixed-voltage. Only the buck is programable over the I2C bus to 16 possible
voltages.

Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
drivers/regulator/Kconfig
drivers/regulator/Makefile
drivers/regulator/isl6271a-regulator.c [new file with mode: 0644]