Re: [PATCH 1/2] regulator: da9062: Simplify da9062_buck_set_mode for BUCK_MODE_MANUAL case

2019-10-01 Thread Axel Lin
Adam Thomson 於 2019年9月26日 週四 下午5:22寫道: > > On 26 September 2019 06:51, Axel Lin wrote: > > > The sleep flag bit decides the mode for BUCK_MODE_MANUAL case, simplify > > the logic as the result is the same. > > > > Signed-off-by: Axel Lin > > This patch will need to be rebased on Marco's update

RE: [PATCH 1/2] regulator: da9062: Simplify da9062_buck_set_mode for BUCK_MODE_MANUAL case

2019-09-26 Thread Adam Thomson
On 26 September 2019 06:51, Axel Lin wrote: > The sleep flag bit decides the mode for BUCK_MODE_MANUAL case, simplify > the logic as the result is the same. > > Signed-off-by: Axel Lin This patch will need to be rebased on Marco's update titled: "regulator: da9062: fix

[PATCH 1/2] regulator: da9062: Simplify da9062_buck_set_mode for BUCK_MODE_MANUAL case

2019-09-25 Thread Axel Lin
The sleep flag bit decides the mode for BUCK_MODE_MANUAL case, simplify the logic as the result is the same. Signed-off-by: Axel Lin --- drivers/regulator/da9062-regulator.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/drivers/regulator/da9062-regulator.c