Re: [PATCH v4 1/7] regulator: rk808: Add rk808_reg_ops_ranges for LDO3

2016-04-27 Thread Heiko Stübner
Am Dienstag, 26. April 2016, 16:54:04 schrieb Wadim Egorov: > LDO_REG3 descriptor is using linear_ranges. > Add and use proper ops for LDO_REG3. > > Signed-off-by: Wadim Egorov I'm to late to the party judging by Mark's "Aplied" message, but just to confirm, this patch

Re: [PATCH v4 1/7] regulator: rk808: Add rk808_reg_ops_ranges for LDO3

2016-04-27 Thread Heiko Stübner
Am Dienstag, 26. April 2016, 16:54:04 schrieb Wadim Egorov: > LDO_REG3 descriptor is using linear_ranges. > Add and use proper ops for LDO_REG3. > > Signed-off-by: Wadim Egorov I'm to late to the party judging by Mark's "Aplied" message, but just to confirm, this patch sucessfully fixes the

[PATCH v4 1/7] regulator: rk808: Add rk808_reg_ops_ranges for LDO3

2016-04-26 Thread Wadim Egorov
LDO_REG3 descriptor is using linear_ranges. Add and use proper ops for LDO_REG3. Signed-off-by: Wadim Egorov --- drivers/regulator/rk808-regulator.c | 30 +- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git

[PATCH v4 1/7] regulator: rk808: Add rk808_reg_ops_ranges for LDO3

2016-04-26 Thread Wadim Egorov
LDO_REG3 descriptor is using linear_ranges. Add and use proper ops for LDO_REG3. Signed-off-by: Wadim Egorov --- drivers/regulator/rk808-regulator.c | 30 +- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/drivers/regulator/rk808-regulator.c