* PGP Signed by an unknown keyI will have platform specific data in callback of enable/disable only.
On Wed, Jan 13, 2016 at 06:07:51PM +0530, Laxman Dewangan wrote:
On Wednesday 13 January 2016 06:01 PM, Mark Brown wrote:What is "it" and why can't we check what the current configuration is
What is FPS_SRC and why is it set from init_data? A driver should neverWhen FPS_SRC is set to NONE (this is needed from platform data) then based
be looking at init_data.
on constraint like boot enable/always enable, it need to be on desired
state. Otherwise we may endup with disabling the rail when setting to NONE
and create issue.
while setting FPS to NONE?
which callback I need to reorder for getting the context for configruation?I need to set the FPS src properly for each rails before callback happenWhy not just reorder the callback so it happens before the constraints
from regulator init so that enable/disable/is_enable can handle it properly.
are applied?