Re: [RFC/PATCH] remoteproc/keystone: switch to using gpiod API

From: Linus Walleij
Date: Wed Sep 07 2022 - 17:48:27 EST


On Tue, Sep 6, 2022 at 11:08 PM Dmitry Torokhov
<dmitry.torokhov@xxxxxxxxx> wrote:

> This patch switches the driver away from legacy gpio/of_gpio API to
> gpiod API, and removes use of of_get_named_gpio_flags() which I want to
> make private to gpiolib.
>
> Note that there is a behavior change in the driver: previously the
> driver did not actually request GPIO, it simply parsed GPIO number out
> of device tree and poked at it.
>
> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx>

Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>

Yours,
Linus Walleij