Re: [PATCH v1 1/5] gpio: max77620: Initialize interrupts state

From: Dmitry Osipenko
Date: Wed Jul 08 2020 - 05:09:59 EST


08.07.2020 11:53, Andy Shevchenko ÐÐÑÐÑ:
> On Wed, Jul 8, 2020 at 11:51 AM Andy Shevchenko
> <andy.shevchenko@xxxxxxxxx> wrote:
>> On Wed, Jul 8, 2020 at 11:29 AM Dmitry Osipenko <digetx@xxxxxxxxx> wrote:
>
> ...
>
>>> + max77620_gpio_initialize(mgpio);
>>
>> I guess we have special callback for that, i.e.
>> https://elixir.bootlin.com/linux/v5.8-rc3/C/ident/init_hw.
>
> Sorry, here is correct link
>
> https://elixir.bootlin.com/linux/v5.8-rc3/source/include/linux/gpio/driver.h#L212
>

Indeed, I missed the init_hw(), thank you!