From: Andy Shevchenko Date: Thu, 3 Nov 2022 20:28:17 +0000 (+0200) Subject: gpio: Add Generic regmap GPIO conversion to the TODO list X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c8a51f03503633ec4a3f390aaadc3e8959fa44de;p=linux.git gpio: Add Generic regmap GPIO conversion to the TODO list It's actually preferable to use Generic regmap GPIO over other simple approaches. Add a TODO item for that. Signed-off-by: Andy Shevchenko Signed-off-by: Bartosz Golaszewski --- diff --git a/drivers/gpio/TODO b/drivers/gpio/TODO index f87ff3fa8a531..76560744587a5 100644 --- a/drivers/gpio/TODO +++ b/drivers/gpio/TODO @@ -124,6 +124,13 @@ Work items: this with dry-coding and sending to maintainers to test +Generic regmap GPIO + +In the very similar way to Generic MMIO GPIO convert the users which can +take advantage of using regmap over direct IO accessors. Note, even in +MMIO case the regmap MMIO with gpio-regmap.c is preferable over gpio-mmio.c. + + GPIOLIB irqchip The GPIOLIB irqchip is a helper irqchip for "simple cases" that should