From: Rajendra Nayak Date: Fri, 18 Nov 2011 11:17:19 +0000 (+0530) Subject: regulator: pass additional of_node to regulator_register() X-Git-Tag: v3.3-rc1~126^2~28^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c043bcbf287dc69848054d5c02c55c20f7a7bc5;p=pandora-kernel.git regulator: pass additional of_node to regulator_register() 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. Signed-off-by: Rajendra Nayak Signed-off-by: Mark Brown --- Reading git-diff-tree failed