]> www.infradead.org Git - users/jedix/linux-maple.git/commit
gpio: xilinx: Replace custom variants of bitmap_read()/bitmap_write()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 5 Feb 2025 09:31:11 +0000 (11:31 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 12 Feb 2025 09:58:14 +0000 (10:58 +0100)
commitc11708e2b66b56f102bac83980a52661996c2a21
tree55b447974b06df85e13ce33830c3838738d5dffa
parent2af1f667532013eb354c783514839f89d9923240
gpio: xilinx: Replace custom variants of bitmap_read()/bitmap_write()

Relatively recently bitmap APIs were expanded by introduction of
bitmap_read() and bitmap_write(). These APIs are generic ones
that may replace custom functions in this driver, i.e. xgpio_get_value32()
and xgpio_set_value32(). Do replace them.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20250205093200.373709-3-andriy.shevchenko@linux.intel.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/gpio/gpio-xilinx.c