Re: [PATCH 3/5] regulator: da9062: add voltage selection gpio support

2019-10-07 Thread Marco Felsch
On 19-10-04 21:41, Linus Walleij wrote: > On Tue, Sep 17, 2019 at 2:43 PM Marco Felsch wrote: > > > + /* > > +* We only must ensure that the gpio device is probed before the > > +* regulator driver so no need to store the reference global. > > Luckily > > +* devm_*

Re: [PATCH 3/5] regulator: da9062: add voltage selection gpio support

2019-10-04 Thread Linus Walleij
On Tue, Sep 17, 2019 at 2:43 PM Marco Felsch wrote: > + /* > +* We only must ensure that the gpio device is probed before the > +* regulator driver so no need to store the reference global. Luckily > +* devm_* releases the gpio upon a unbound action. > +*/ >

Re: [PATCH 3/5] regulator: da9062: add voltage selection gpio support

2019-09-25 Thread Marco Felsch
Hi Adam, On 19-09-24 09:48, Adam Thomson wrote: > On 17 September 2019 13:43, Marco Felsch wrote: > > > The DA9062/1 devices can switch their regulator voltages between > > voltage-A (active) and voltage-B (suspend) settings. Switching the > > voltages can be controlled by ther internal state-mac

RE: [PATCH 3/5] regulator: da9062: add voltage selection gpio support

2019-09-24 Thread Adam Thomson
On 17 September 2019 13:43, Marco Felsch wrote: > The DA9062/1 devices can switch their regulator voltages between > voltage-A (active) and voltage-B (suspend) settings. Switching the > voltages can be controlled by ther internal state-machine or by a gpio > input signal and can be configured for

Re: [PATCH 3/5] regulator: da9062: add voltage selection gpio support

2019-09-17 Thread Marco Felsch
Hi, please ignore this error because the kbuild don't apply the dependency I noted in the cover-letter. Regards, Marco On 19-09-17 22:22, kbuild test robot wrote: > Hi Marco, > > Thank you for the patch! Yet something to improve: > > [auto build test ERROR on linus/master] > [cannot apply to

Re: [PATCH 3/5] regulator: da9062: add voltage selection gpio support

2019-09-17 Thread kbuild test robot
Hi Marco, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [cannot apply to v5.3 next-20190916] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Marco-Fe

[PATCH 3/5] regulator: da9062: add voltage selection gpio support

2019-09-17 Thread Marco Felsch
The DA9062/1 devices can switch their regulator voltages between voltage-A (active) and voltage-B (suspend) settings. Switching the voltages can be controlled by ther internal state-machine or by a gpio input signal and can be configured for each individual regulator. This commit adds the gpio-base