Re: [PATCH 4/5] regulator: s5m8767: Use GPIO for controllingBuck9/eMMC

From: Mark Brown
Date: Wed Dec 18 2013 - 08:47:54 EST


On Tue, Dec 17, 2013 at 02:23:20PM +0100, Krzysztof Kozlowski wrote:

> +static int s5m8767_reg_gpio_is_enabled(struct regulator_dev *rdev)
> +{
> + struct s5m8767_info *s5m8767 = rdev_get_drvdata(rdev);
> + int val;
> +
> + if (!s5m8767->buck9_uses_gpio)
> + return s5m8767_reg_is_enabled(rdev);
> +
> + val = gpio_get_value(s5m8767->buck9_gpio);
> +
> + return val == 1;
> +}

Don't open code this, use the core GPIO handling - see ena_gpio.

Attachment: signature.asc
Description: Digital signature