Re: [PATCH 2/9] regulator: helper routine to extract regulator_init_data
From: Rajendra Nayak <hidden>
Date: 2011-10-04 12:02:47
Also in:
linux-arm-kernel, linux-omap
From: Rajendra Nayak <hidden>
Date: 2011-10-04 12:02:47
Also in:
linux-arm-kernel, linux-omap
On Tuesday 04 October 2011 05:21 PM, Mark Brown wrote:
On Tue, Oct 04, 2011 at 05:10:00PM +0530, Rajendra Nayak wrote:quoted
On Tuesday 04 October 2011 03:48 PM, Mark Brown wrote:quoted
quoted
This seems fairly straightforward though it will require some changes within Linux, all we have to do is have the regulators name their supplies.quoted
through dt? thats what the original bindings was doing.I wouldn't expect it done through DT (except for things like the fixed voltage regulator) - the driver should just know.
something like a int regulator_set_supply(struct regulator_dev *rdev, char *supply_name); to be called from drivers makes sense?