]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
pinctrl: cy8c95x0: Use better bitmap APIs where appropriate
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 5 Feb 2025 09:51:11 +0000 (11:51 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Sun, 16 Feb 2025 23:17:25 +0000 (00:17 +0100)
commite9330dc9b3aa4b1405dc806397662f428fd07ba0
treec3ab160b2cb0d2a20251dcc75333cc41fc935165
parent7b0671b97f0872d6950ccc925e210cb3f67721bf
pinctrl: cy8c95x0: Use better bitmap APIs where appropriate

There are bitmap_gather() and bitmap_scatter() that are factually
reimplemented in the driver. Use better bitmap APIs where appropriate.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/20250205095243.512292-2-andriy.shevchenko@linux.intel.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-cy8c95x0.c