2024-03-02 08:42:02

by Linus Walleij

[permalink] [raw]
Subject: Re: [PATCH v2 1/1] gpio: nomadik: Finish conversion to use firmware node APIs

On Sat, Mar 2, 2024 at 1:44 AM Andy Shevchenko
<[email protected]> wrote:

> Previously driver got a few updates in order to replace OF APIs by
> respective firmware node, however it was not finished to the logical
> end, e.g., some APIs that has been used are still require OF node
> to be passed. Finish that job by converting leftovers to use firmware
> node APIs.
>
> Signed-off-by: Andy Shevchenko <[email protected]>
> ---
> v2: also update necessary parts in the respective pin control driver

Patch applied on top the rest, thanks for this rapid cleanup!!

If the test servers are happy and my manual tests also work I will
merge it all down to next and send a pull request to Bartosz
soon.

Yours,
Linus Walleij


2024-03-02 17:36:41

by Andy Shevchenko

[permalink] [raw]
Subject: Re: [PATCH v2 1/1] gpio: nomadik: Finish conversion to use firmware node APIs

On Sat, Mar 2, 2024 at 10:41 AM Linus Walleij <linus.walleij@linaroorg> wrote:
> On Sat, Mar 2, 2024 at 1:44 AM Andy Shevchenko
> <[email protected]> wrote:

..

> > v2: also update necessary parts in the respective pin control driver
>
> Patch applied on top the rest, thanks for this rapid cleanup!!

> If the test servers are happy and my manual tests also work I will
> merge it all down to next and send a pull request to Bartosz
> soon.

Thanks, but it seems I made a silly mistake with types (forgot to
replace them), and LKP wasn't happy about it. Hence v3 has been sent.

--
With Best Regards,
Andy Shevchenko