]> git.baikalelectronics.ru Git - kernel.git/commit
regulator: lp872x: Don't set constraints within the regulator driver
authorMark Brown <broonie@linaro.org>
Mon, 28 Jul 2014 11:32:04 +0000 (12:32 +0100)
committerMark Brown <broonie@linaro.org>
Mon, 28 Jul 2014 12:19:23 +0000 (13:19 +0100)
commit22bf4e063f034cf067c5b6412120c42677d2c6eb
tree0e63e86d821944017f548cf17f6cfaf549021efd
parent081ef54181a1ff0d2c7e189052277797ff8dd0dd
regulator: lp872x: Don't set constraints within the regulator driver

Regulator drivers should not be specifying constraints since the valid
configurations depend on how the device is used in a given system, there
is no way to know if a configuration is safe for a given board.

Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/regulator/lp872x.c