Re: [PATCH 4/4] media: i2c: s5c73m3: switch to using gpiod API

From: Hans Verkuil
Date: Sat Nov 26 2022 - 05:40:04 EST


On 26/11/2022 11:34, Hans Verkuil wrote:
> Hi Linus,
>
> On 17/11/2022 10:06, Linus Walleij wrote:
>> On Tue, Nov 15, 2022 at 11:11 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.
>>>
>>> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx>
>>
>> Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
>
> There are now two patches that do this switch to using the gpiod API:
> this one, and one from you:
>
> https://patchwork.linuxtv.org/project/linux-media/patch/20221108100604.1500909-1-linus.walleij@xxxxxxxxxx/

And a third one as well:

https://patchwork.linuxtv.org/project/linux-media/patch/20221116194307.164543-1-mairacanal@xxxxxxxxxx/

>
> Any preference?
>
> Regards,
>
> Hans