Re: [PATCH v1 1/2] gpiolib: Split fastpath array to two

From: Bartosz Golaszewski
Date: Fri May 28 2021 - 10:16:22 EST


On Tue, May 25, 2021 at 8:35 PM Andy Shevchenko
<andriy.shevchenko@xxxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxx>
> ---

Applied, thanks!

Bart