[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ZtIVEuGOzuA0wnSw@smile.fi.intel.com>
Date: Fri, 30 Aug 2024 21:53:06 +0300
From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To: Mika Westerberg <mika.westerberg@...ux.intel.com>
Cc: linux-gpio@...r.kernel.org, linux-kernel@...r.kernel.org,
Linus Walleij <linus.walleij@...aro.org>,
Heiner Kallweit <hkallweit1@...il.com>
Subject: Re: [PATCH v2 6/6] pinctrl: intel: Introduce
for_each_intel_gpio_group() helper et al.
On Fri, Aug 30, 2024 at 07:50:39AM +0300, Mika Westerberg wrote:
> On Thu, Aug 29, 2024 at 04:59:20PM +0300, Andy Shevchenko wrote:
...
> > +#define for_each_intel_pin_community(pctrl, community) \
> > + for (unsigned int __ci = 0; \
> > + __ci < pctrl->ncommunities && (community = &pctrl->communities[__ci]); \
> > + __ci++) \
> > +
>
> These look more readable, thanks. Just one comment. Can you move all
> them here at the top of the file so all the variants are close to each
> other? You can do that while applying.
The rest three moved here.
Pushed to my review and testing queue, thanks!
--
With Best Regards,
Andy Shevchenko
Powered by blists - more mailing lists