Re: [PATCH 1/3] regulator: fixed: add possibility to enable by clock

2019-09-10 Thread Philippe Schenker
On Tue, 2019-09-10 at 06:08 +, Philippe Schenker wrote: > On Thu, 2019-09-05 at 19:06 +0100, Mark Brown wrote: > > On Tue, Sep 03, 2019 at 08:03:46AM +, Philippe Schenker wrote: > > > This commit adds the possibility to choose the compatible > > > "regulator-fixed-clock" in devicetree. > >

Re: [PATCH 1/3] regulator: fixed: add possibility to enable by clock

2019-09-10 Thread Philippe Schenker
On Thu, 2019-09-05 at 19:06 +0100, Mark Brown wrote: > On Tue, Sep 03, 2019 at 08:03:46AM +, Philippe Schenker wrote: > > This commit adds the possibility to choose the compatible > > "regulator-fixed-clock" in devicetree. > > > > This is a special regulator-fixed that has to have a clock,

Re: [PATCH 1/3] regulator: fixed: add possibility to enable by clock

2019-09-05 Thread Mark Brown
On Tue, Sep 03, 2019 at 08:03:46AM +, Philippe Schenker wrote: > This commit adds the possibility to choose the compatible > "regulator-fixed-clock" in devicetree. > > This is a special regulator-fixed that has to have a clock, from which > the regulator gets switched on and off. This seems

[PATCH 1/3] regulator: fixed: add possibility to enable by clock

2019-09-03 Thread Philippe Schenker
This commit adds the possibility to choose the compatible "regulator-fixed-clock" in devicetree. This is a special regulator-fixed that has to have a clock, from which the regulator gets switched on and off. Signed-off-by: Philippe Schenker --- drivers/regulator/fixed.c | 86