Re: [PATCH v10 00/10] Introduce the for_each_set_clump8 macro

2019-03-24 Thread Andy Shevchenko
On Sun, Mar 24, 2019 at 6:12 AM William Breathitt Gray wrote: > > On Fri, Mar 22, 2019 at 09:12:02PM +0200, Andy Shevchenko wrote: > > On Thu, Mar 14, 2019 at 09:29:32PM +0900, William Breathitt Gray wrote: > > > Changes in v10: > > > - Fix off-by-one error in bitmap initialization in the > > >

Re: [PATCH v10 00/10] Introduce the for_each_set_clump8 macro

2019-03-24 Thread Geert Uytterhoeven
On Sun, Mar 24, 2019 at 5:07 AM William Breathitt Gray wrote: > On Fri, Mar 22, 2019 at 09:12:02PM +0200, Andy Shevchenko wrote: > > On Thu, Mar 14, 2019 at 09:29:32PM +0900, William Breathitt Gray wrote: > > > Changes in v10: > > > - Fix off-by-one error in bitmap initialization in the > > >

Re: [PATCH v10 00/10] Introduce the for_each_set_clump8 macro

2019-03-23 Thread William Breathitt Gray
On Fri, Mar 22, 2019 at 09:12:02PM +0200, Andy Shevchenko wrote: > On Thu, Mar 14, 2019 at 09:29:32PM +0900, William Breathitt Gray wrote: > > Changes in v10: > > - Fix off-by-one error in bitmap initialization in the > > test_for_each_set_clump8 function > > - Fix typos in clump_exp array

Re: [PATCH v10 00/10] Introduce the for_each_set_clump8 macro

2019-03-22 Thread Andy Shevchenko
On Thu, Mar 14, 2019 at 09:29:32PM +0900, William Breathitt Gray wrote: > Changes in v10: > - Fix off-by-one error in bitmap initialization in the > test_for_each_set_clump8 function > - Fix typos in clump_exp array definition in test_bitmap.c ("0x28" > should have been "0x38") > -

[PATCH v10 00/10] Introduce the for_each_set_clump8 macro

2019-03-14 Thread William Breathitt Gray
Changes in v10: - Fix off-by-one error in bitmap initialization in the test_for_each_set_clump8 function - Fix typos in clump_exp array definition in test_bitmap.c ("0x28" should have been "0x38") - Utilize for_each_set_clump8 macro in intel_soc_dts_iosf.c While adding GPIO