Message ID | 20231211190321.307330-1-andriy.shevchenko@linux.intel.com (mailing list archive) |
---|---|
Headers | show |
Series | pinctrl: Convert struct group_desc to use struct pingroup | expand |
On Mon, Dec 11, 2023 at 8:03 PM Andy Shevchenko <andriy.shevchenko@linux.intel.com> 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