Re: [PATCH 2/3] regulator: threat regulators with constant volatage as fixed

2012-11-13 Thread Mark Brown
On Tue, Nov 13, 2012 at 09:48:52AM +0100, Marek Szyprowski wrote: > Some drivers has additional logic for fixed regulators. Let regulator core > to threat regulators which cannot change their voltage due to applied YM "treat". > + if (rdev->constraints->valid_ops_mask & REGULATOR_CHANGE_VOLT

[PATCH 2/3] regulator: threat regulators with constant volatage as fixed

2012-11-13 Thread Marek Szyprowski
Some drivers has additional logic for fixed regulators. Let regulator core to threat regulators which cannot change their voltage due to applied constraints as fixed. Signed-off-by: Marek Szyprowski --- drivers/regulator/core.c |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff -