Re: [PATCH 2/2] regulator: max77620: disable notifier events for FPS rails

2019-01-11 Thread Mark Zhang
On 1/10/2019 8:07 PM, Mark Brown wrote: > On Thu, Jan 10, 2019 at 12:11:17PM +0800, Mark Zhang wrote: > >> +/* there is no SW control for rails which are part of FPS >> + * set always no contraint to true to avoid regulator >> + * enable/disable notification >>

Re: [PATCH 2/2] regulator: max77620: disable notifier events for FPS rails

2019-01-10 Thread Mark Brown
On Thu, Jan 10, 2019 at 12:11:17PM +0800, Mark Zhang wrote: > + /* there is no SW control for rails which are part of FPS > + * set always no contraint to true to avoid regulator > + * enable/disable notification > + */ > + if (pmic->r

[PATCH 2/2] regulator: max77620: disable notifier events for FPS rails

2019-01-09 Thread Mark Zhang
Disabling regulator notifier events if regulator is configured part of flexible power sequencer(FPS), there is no SW control to enable/disable if regulator is configured part of FPS, so disabling notifier events if client driver try to enable/disable FPS rails. Signed-off-by: Venkat Reddy Talla S