Re: [PATCH RESEND 1/2] regulator: Add support for parsing operation mode

2016-05-11 Thread Mark Brown
On Wed, May 11, 2016 at 05:31:29PM +0800, Henry Chen wrote: > +- regulator-allow-change-mode: allow the regulator mode to be configured > +- regulator-supported-modes: Regulators can run in a variety of different > operating > + modes depending on output load. This allows further system power sa

[PATCH RESEND 1/2] regulator: Add support for parsing operation mode

2016-05-11 Thread Henry Chen
Some regulators support their operating mode to be changed by consumers for module specific purpose. This patch adds support to parse those properties and fill the regulator constraints so the regulator core can call the regualtor_set_mode to change the modes. Signed-off-by: Henry Chen --- Docu