Re: [PATCH RFC v1 2/2] pinctrl: meson: wire up the gpio_chip's set_config callback

From: Jerome Brunet
Date: Sat Apr 11 2020 - 18:35:35 EST



On Sat 11 Apr 2020 at 22:53, Martin Blumenstingl <martin.blumenstingl@xxxxxxxxxxxxxx> wrote:

>
>> There is an example of that in meson-gx-libretech-pc.dtsi with the phy
>> irq pin.
> I'm still hoping that pinctrl-meson will gain interrupt support one
> day, then the driver will (hopefully) take care of that :-)

I don't see why it should. If the meson gpio driver was able to provide
an irq related to gpio, I don't think it should do more than that.

In most case the gpio will be an input, yes, but nothing says it must.

>
>
> Martin