[PATCH v3 3/4] regulator: pass additional of_node to regulator_register()

2011-10-27 Thread Rajendra Nayak
With device tree support for regulators, its needed that the regulator_dev-dev device has the right of_node attached. To be able to do this add an additional parameter to the regulator_register() api, wherein the dt-adapted driver can then pass this additional info onto the regulator core.

Re: [PATCH v3 3/4] regulator: pass additional of_node to regulator_register()

2011-10-27 Thread Mark Brown
On Thu, Oct 27, 2011 at 01:26:24PM +0530, Rajendra Nayak wrote: With device tree support for regulators, its needed that the regulator_dev-dev device has the right of_node attached. To be able to do this add an additional parameter to the regulator_register() api, wherein the dt-adapted