Re: [PATCH v3 3/4] regulator: pass additional of_node to regulator_register()
From: Mark Brown <hidden>
Date: 2011-10-27 12:20:34
Also in:
linux-arm-kernel, linux-omap, lkml
From: Mark Brown <hidden>
Date: 2011-10-27 12:20:34
Also in:
linux-arm-kernel, linux-omap, lkml
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 driver can then pass this additional info onto the regulator core.
Acked-by: Mark Brown <broonie-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>