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

2011-12-04 Thread Thomas Abraham
Hi Rajendra, On 18 November 2011 16:47, Rajendra Nayak rna...@ti.com 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

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

2011-12-04 Thread Rajendra Nayak
Documentation/power/regulator/regulator.txt would also require an update the reflect the change in api. Thanks Thomas, I just sent a patch to fix this up. regards, Rajendra Thanks, Thomas. [...] -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a

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

2011-11-18 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.