Re: [PATCH v2 0/2] gpio: xilinx: Replace custom bitmap APIs
From: Yury Norov
Date: Thu Feb 06 2025 - 14:16:54 EST
On Wed, Feb 05, 2025 at 11:44:51AM +0200, Andy Shevchenko wrote:
> +Cc: Yury
>
> On Wed, Feb 05, 2025 at 11:31:09AM +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
> >
> > Andy Shevchenko (2):
> > gpio: xilinx: Use better bitmap APIs where appropriate
> > gpio: xilinx: Replace custom variants of bitmap_read()/bitmap_write()
>
> Yury, just FYI, after this series, if applied, the bitmap_remap() and
> bitmap_bitremap() may be moved to the NUMA only APIs. Or i.o.w. the
> commit cde3d0f81e67 ("bitmap: Make bitmap_remap() and bitmap_bitremap()
> available to users") may be reverted.
Thanks Andy, I'll keep an eye on it.