[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210510194633.11943-1-andriy.shevchenko@linux.intel.com>
Date: Mon, 10 May 2021 22:46:28 +0300
From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To: Linus Walleij <linus.walleij@...aro.org>,
Srinivas Neeli <srinivas.neeli@...inx.com>,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
linux-gpio@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org
Cc: Shubhrajyoti Datta <shubhrajyoti.datta@...inx.com>,
Michal Simek <michal.simek@...inx.com>,
Bartosz Golaszewski <bgolaszewski@...libre.com>,
Yury Norov <yury.norov@...il.com>,
Rasmus Villemoes <linux@...musvillemoes.dk>
Subject: [PATCH v2 0/5] gpio: xilinx: convert to use bitmap API
The change in the series has been inspired by [1], which, I think,
can be improved. Here I present the view how it may be done.
[1]: cover.1617380819.git.syednwaris@...il.com
In v2:
- folding followup fix into patch 4
- added Tested-by (Srinivas)
- added Ack (Yuri)
- added Rb (Michal)
- rebased on top of v5.13-rc1
Andy Shevchenko (5):
bitmap: Make bitmap_remap() and bitmap_bitremap() available to users
gpio: xilinx: Correct kernel doc for xgpio_probe()
gpio: xilinx: Introduce xgpio_read_chan() / xgpio_write_chan()
gpio: xilinx: Switch to use bitmap APIs
gpio: xilinx: No need to disable IRQs in the handler
drivers/gpio/gpio-xilinx.c | 385 +++++++++++++++++++------------------
lib/bitmap.c | 5 +-
2 files changed, 198 insertions(+), 192 deletions(-)
--
2.30.2
Powered by blists - more mailing lists