* PGP Signed by an unknown keySure, I respect all comments and thanks for review.
On Wed, Jan 13, 2016 at 05:09:55PM +0530, Laxman Dewangan wrote:
Yaah, this is something new and I think Mark also wanted to do this cleanupI did, please don't just ignore review comments.
on his comment. I did not understand it previously. Looks cool now.
However, I have requirement to configure PMIC with some inital setting basedWhy do you have this requirement?
on init_data (parsed) before regulator registration happened. Once I move to
this new mecahinsm, the inti_data parsing and regulator init happen in the
same function. So I need to have one callback from regulator_register to
driver.
Something below. This will do the pre configuration before
regulator_register happena dn machine constraint sets.
I can not use the init_data->regulator_init() as I need to have the init
data passed to the driver.