mbox series

[v2,0/2] gpio: xilinx: Replace custom bitmap APIs

Message ID 20250205093200.373709-1-andriy.shevchenko@linux.intel.com
Headers show
Series gpio: xilinx: Replace custom bitmap APIs | expand

Message

Andy Shevchenko Feb. 5, 2025, 9:31 a.m. UTC
Relatively recently bitmap APIs gain a few new calls which may help
to convert the GPIO Xilinx driver to use them and become shorter and
nicer. This mini-series does exactly that.

Changelog v2:
- fixed a regression in patch 2

Andy Shevchenko (2):
  gpio: xilinx: Use better bitmap APIs where appropriate
  gpio: xilinx: Replace custom variants of bitmap_read()/bitmap_write()

 drivers/gpio/gpio-xilinx.c | 102 ++++++++++++++-----------------------
 1 file changed, 37 insertions(+), 65 deletions(-)

Comments

Bartosz Golaszewski Feb. 12, 2025, 9:58 a.m. UTC | #1
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>


On Wed, 05 Feb 2025 11:31:09 +0200, Andy Shevchenko wrote:
> Relatively recently bitmap APIs gain a few new calls which may help
> to convert the GPIO Xilinx driver to use them and become shorter and
> nicer. This mini-series does exactly that.
> 
> Changelog v2:
> - fixed a regression in patch 2
> 
> [...]

Applied, thanks!

[1/2] gpio: xilinx: Use better bitmap APIs where appropriate
      commit: 2af1f667532013eb354c783514839f89d9923240
[2/2] gpio: xilinx: Replace custom variants of bitmap_read()/bitmap_write()
      commit: c11708e2b66b56f102bac83980a52661996c2a21

Best regards,