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

2020-10-02 Thread Syed Nayyar Waris
On Wed, Sep 30, 2020 at 2:59 PM Linus Walleij wrote: > > On Tue, Sep 29, 2020 at 3:14 PM Andy Shevchenko > wrote: > > > Linus, are you referencing to [3]? It was fixed in GENMASK() > > implementation some time ago. > > [3]: https://lore.kernel.org/lkml/202006171559.jsbgjxnw%25...@intel.com/ > > Y

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

2020-09-30 Thread Linus Walleij
On Tue, Sep 29, 2020 at 3:14 PM Andy Shevchenko wrote: > Linus, are you referencing to [3]? It was fixed in GENMASK() > implementation some time ago. > [3]: https://lore.kernel.org/lkml/202006171559.jsbgjxnw%25...@intel.com/ Yup. I tried to apply the patches again now to test it but now patch 2

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

2020-09-29 Thread Andy Shevchenko
On Tue, Sep 29, 2020 at 4:09 PM William Breathitt Gray wrote: > > On Tue, Sep 29, 2020 at 02:45:18PM +0200, Linus Walleij wrote: > > On Sat, Sep 12, 2020 at 12:54 AM William Breathitt Gray > > wrote: > > > On Thu, Jul 16, 2020 at 02:49:35PM +0200, Linus Walleij wrote: > > > > On Sat, Jun 27, 2020

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

2020-09-29 Thread William Breathitt Gray
On Tue, Sep 29, 2020 at 02:45:18PM +0200, Linus Walleij wrote: > On Sat, Sep 12, 2020 at 12:54 AM William Breathitt Gray > wrote: > > On Thu, Jul 16, 2020 at 02:49:35PM +0200, Linus Walleij wrote: > > > Hi Syed, > > > > > > sorry for taking so long. I was on vacation and a bit snowed > > > under b

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

2020-09-29 Thread Linus Walleij
On Sat, Sep 12, 2020 at 12:54 AM William Breathitt Gray wrote: > On Thu, Jul 16, 2020 at 02:49:35PM +0200, Linus Walleij wrote: > > Hi Syed, > > > > sorry for taking so long. I was on vacation and a bit snowed > > under by work. > > > > On Sat, Jun 27, 2020 at 10:10 AM Syed Nayyar Waris > > wrot

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

2020-09-11 Thread William Breathitt Gray
On Thu, Jul 16, 2020 at 02:49:35PM +0200, Linus Walleij wrote: > Hi Syed, > > sorry for taking so long. I was on vacation and a bit snowed > under by work. > > On Sat, Jun 27, 2020 at 10:10 AM Syed Nayyar Waris > wrote: > > > Since this patchset primarily affects GPIO drivers, would you like >

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

2020-08-31 Thread Syed Nayyar Waris
On Thu, Jul 16, 2020 at 6:19 PM Linus Walleij wrote: > > Hi Syed, > > sorry for taking so long. I was on vacation and a bit snowed > under by work. > > On Sat, Jun 27, 2020 at 10:10 AM Syed Nayyar Waris > wrote: > > > Since this patchset primarily affects GPIO drivers, would you like > > to pick

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

2020-07-16 Thread Linus Walleij
Hi Syed, sorry for taking so long. I was on vacation and a bit snowed under by work. On Sat, Jun 27, 2020 at 10:10 AM Syed Nayyar Waris wrote: > Since this patchset primarily affects GPIO drivers, would you like > to pick it up through your GPIO tree? I have applied the patches to an immutable

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

2020-07-10 Thread Syed Nayyar Waris
On Sat, Jun 27, 2020 at 1:40 PM Syed Nayyar Waris wrote: > > 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_

[PATCH v9 0/4] Introduce the for_each_set_clump macro

2020-06-27 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