mbox series

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

Message ID 20250204190218.243537-1-andriy.shevchenko@linux.intel.com (mailing list archive)
Headers show
Series gpio: xilinx: Replace custom bitmap APIs | expand

Message

Andy Shevchenko Feb. 4, 2025, 7 p.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.

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 | 96 ++++++++++++++------------------------
 1 file changed, 34 insertions(+), 62 deletions(-)