Re: [PATCH v11 0/4] Introduce the for_each_set_clump macro

2020-10-23 Thread Syed Nayyar Waris
On Wed, Oct 7, 2020 at 2:09 PM Linus Walleij wrote: > > On Tue, Oct 6, 2020 at 11:20 AM Syed Nayyar Waris > wrote: > > > Since this patchset primarily affects GPIO drivers, would you like > > to pick it up through your GPIO tree? > > Definitely will, once we are finished! > > I see Andy still ha

Re: [PATCH v11 0/4] Introduce the for_each_set_clump macro

2020-10-07 Thread Linus Walleij
On Tue, Oct 6, 2020 at 11:20 AM Syed Nayyar Waris wrote: > Since this patchset primarily affects GPIO drivers, would you like > to pick it up through your GPIO tree? Definitely will, once we are finished! I see Andy still has comments and we need more iterations. That is fine, because we are no

[PATCH v11 0/4] Introduce the for_each_set_clump macro

2020-10-06 Thread Syed Nayyar Waris
Hello Linus, Since this patchset primarily affects GPIO drivers, would you like to pick it up through your GPIO tree? This patchset introduces a new generic version of for_each_set_clump. The previous version of for_each_set_clump8 used a fixed size 8-bit clump, but the new generic version can w