Re: [PATCH] regulator: core: allow enabling without enable op

From: Sachin Kamat
Date: Tue Feb 25 2014 - 04:44:13 EST


On 25 February 2014 12:27, Alexandre Courbot <acourbot@xxxxxxxxxx> wrote:
> Commit 14c32a3ce6676265d7a27ea64a4d406e6dbad111 replaced direct uses of
> ops->enable by calls to _regulator_do_enable. This prevents a fixed
> regulators without a GPIO from being probed, since the former code
> checked the existence of ops->enable and continued if it did not exist,
> while _regulator_do_enable return -EINVAL in that case.
>
> This patch fixes this by allowing _regulator_do_enable to go through
> without error if ops->enable is not defined, similarly to what
> _regulator_do_disable already does.
>
> Signed-off-by: Alexandre Courbot <acourbot@xxxxxxxxxx>

This patch fixes the fixed regulator registration failure on Exynos5420 board.

Tested-by: Sachin Kamat <sachin.kamat@xxxxxxxxxx>

--
With warm regards,
Sachin
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/