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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux