Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <andriy.shevchenko@linux.intel.com>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

authored by

Andy Shevchenko and committed by
Bartosz Golaszewski
c8a51f03 b8b80348

+7
+7
drivers/gpio/TODO
··· 124 124 this with dry-coding and sending to maintainers to test 125 125 126 126 127 + Generic regmap GPIO 128 + 129 + In the very similar way to Generic MMIO GPIO convert the users which can 130 + take advantage of using regmap over direct IO accessors. Note, even in 131 + MMIO case the regmap MMIO with gpio-regmap.c is preferable over gpio-mmio.c. 132 + 133 + 127 134 GPIOLIB irqchip 128 135 129 136 The GPIOLIB irqchip is a helper irqchip for "simple cases" that should