]> git.karo-electronics.de Git - mv-sheeva.git/commit
regulator: machine driver interface
authorLiam Girdwood <lg@opensource.wolfsonmicro.com>
Wed, 30 Apr 2008 14:46:09 +0000 (15:46 +0100)
committerLiam Girdwood <lg@opensource.wolfsonmicro.com>
Wed, 30 Jul 2008 09:10:21 +0000 (10:10 +0100)
commit4c1184e85cb381121a5273ea20ad31ca3faa0a4f
tree957a0edd71c836f6704a4a68a4916a0579ec1bc4
parent571a354b1542a274d88617e1f6703f3fe7a517f1
regulator: machine driver interface

This interface is for machine specific code and allows the creation of
voltage/current domains (with constraints) for each regulator. It can
provide regulator constraints that will prevent device damage through
overvoltage or over current caused by buggy client drivers. It also
allows the creation of a regulator tree whereby some regulators are
supplied by others (similar to a clock tree).

Signed-off-by: Liam Girdwood <lg@opensource.wolfsonmicro.com>
Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
include/linux/regulator/machine.h [new file with mode: 0644]