Re: [PATCH] regulator: rk808: Fix n_voltages for DCDC4

2014-09-02 Thread Mark Brown
On Tue, Sep 02, 2014 at 08:47:31AM +0800, Axel Lin wrote: > The min_sel is 0, max_sel is 15, so n_voltages should be 16. Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH] regulator: rk808: Fix n_voltages for DCDC4

2014-09-02 Thread Mark Brown
On Tue, Sep 02, 2014 at 08:47:31AM +0800, Axel Lin wrote: The min_sel is 0, max_sel is 15, so n_voltages should be 16. Applied, thanks. signature.asc Description: Digital signature

[PATCH] regulator: rk808: Fix n_voltages for DCDC4

2014-09-01 Thread Axel Lin
The min_sel is 0, max_sel is 15, so n_voltages should be 16. Signed-off-by: Axel Lin --- drivers/regulator/rk808-regulator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/regulator/rk808-regulator.c b/drivers/regulator/rk808-regulator.c index 0d11df1..0da8867

[PATCH] regulator: rk808: Fix n_voltages for DCDC4

2014-09-01 Thread Axel Lin
The min_sel is 0, max_sel is 15, so n_voltages should be 16. Signed-off-by: Axel Lin axel@ingics.com --- drivers/regulator/rk808-regulator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/regulator/rk808-regulator.c b/drivers/regulator/rk808-regulator.c index