commit | c80c44352ddadc257410c89a8e044c1804c4f6d2 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Tue May 25 21:35:17 2021 +0300 |
committer | Bartosz Golaszewski <bgolaszewski@baylibre.com> | Fri May 28 16:13:07 2021 +0200 |
tree | a86ae9abdacb1b1879be25871a09a8b8e1742a90 | |
parent | bc3aca5393c4d61d7f5ab1dd61b7f2b0536efec6 [diff] |
gpiolib: Split fastpath array to two 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> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>