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)
commitafcd666d9db0ebfbf2751cce1e07b548547ca82e
tree0e760bc88df1e306ed1837c3c162d8df1b64b113
parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca
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