Re: [PATCH v2] power: poweroff: gpio: convert to use descriptors

From: Alexandre Courbot
Date: Mon Jul 07 2014 - 22:29:52 EST


On 07/07/2014 07:34 PM, Linus Walleij wrote:
This switches the GPIO poweroff driver to use GPIO descriptors
rather than numeral GPIOs. We get rid of the specific inversion
handling as GPIO descriptors know if they are active low or
high and can assert the line properly, so we do not need to
check the flag OF_GPIO_ACTIVE_LOW returned from the old call
of_get_gpio_flags() anymore.

Also convert to use managed resources and use dev_* message
printing while we're at it.

Reviewed-by: Alexandre Courbot <acourbot@xxxxxxxxxx>

> 1 file changed, 19 insertions(+), 33 deletions(-)

This is what I like with these gpiod conversion patches.
--
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/