Re: [PATCH v6 04/10] regulator: fixed: add support for ACPI interface

From: Mark Brown
Date: Mon Apr 25 2016 - 13:30:42 EST


On Mon, Apr 25, 2016 at 04:04:50PM +0800, Lu Baolu wrote:

> + ret = device_property_read_string(dev, "gpio-name", &gpio_name);
> + if (!ret) {
> + gpiod = gpiod_get(dev, gpio_name, GPIOD_ASIS);
> + if (!IS_ERR(gpiod)) {

This doesn't look like it's a standard ACPI binding for GPIOs, why are
we using a property to get the GPIO noame?

Attachment: signature.asc
Description: PGP signature