Re: [PATCH v5 00/13] pinctrl: Convert struct group_desc to use struct pingroup

From: Linus Walleij
Date: Mon Dec 11 2023 - 18:48:48 EST


On Mon, Dec 11, 2023 at 8:03 PM Andy Shevchenko
<andriy.shevchenko@xxxxxxxxxxxxxxx> wrote:

> The struct group_desc has a lot of duplication with struct pingroup.
> Deduplicate that by embeddind the latter in the former and convert
> users.
>
> NB. The function_desc is in plan to follow the similar deduplication.
>
> This time test-compiled with old GCC 8 for arm64, besides GCC 13 and
> LLVM 16 for x86_64.

Applied to my pin control devel branch for v6.8.

Yours,
Linus Walleij