Re: [U-Boot] [PATCH 3/4] power: regulator: rk808: replace vsel_bits with vsel_mask

2017-04-28 Thread Simon Glass
On 20 April 2017 at 21:34, Jacob Chen wrote: > Using mask is more flexible than bits. > > Signed-off-by: Jacob Chen > --- > > drivers/power/regulator/rk808.c | 39 ++- > 1 file changed, 22 insertions(+), 17

[U-Boot] [PATCH 3/4] power: regulator: rk808: replace vsel_bits with vsel_mask

2017-04-20 Thread Jacob Chen
Using mask is more flexible than bits. Signed-off-by: Jacob Chen --- drivers/power/regulator/rk808.c | 39 ++- 1 file changed, 22 insertions(+), 17 deletions(-) diff --git a/drivers/power/regulator/rk808.c