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?
signature.asc
Description: PGP signature

