Re: [PATCH v1 1/2] gpiolib: Split fastpath array to two
From: Bartosz Golaszewski <hidden>
Date: 2021-05-28 14:16:22
Also in:
lkml
From: Bartosz Golaszewski <hidden>
Date: 2021-05-28 14:16:22
Also in:
lkml
On Tue, May 25, 2021 at 8:35 PM Andy Shevchenko [off-list ref] wrote:
Split fastpath array to two, i.e. for mask and for bits. At the same time declare them as bitmaps. This makes code better to read and gives a clue about use of bitmap API. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> ---
Applied, thanks! Bart