]> git.baikalelectronics.ru Git - kernel.git/commit
regulator: rk808: remove linear range definitions with a single range
authorWadim Egorov <w.egorov@phytec.de>
Mon, 25 Apr 2016 13:20:43 +0000 (15:20 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 25 Apr 2016 17:38:11 +0000 (18:38 +0100)
commit9503f567728c11588c214cafad4473277d44e498
tree0e760bc88df1e306ed1837c3c162d8df1b64b113
parent3039f62d3fccb077513a4ffae4d1ef4609c1b724
regulator: rk808: remove linear range definitions with a single range

The driver was using only linear ranges. Now we remove linear range
definitions with a single range. So we have to add an ops struct for
ranges and adjust all other ops functions accordingly.

Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/rk808-regulator.c