]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
gpio: Add TODO item for regmap helper
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 22 Nov 2019 13:26:15 +0000 (14:26 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 22 Nov 2019 13:46:52 +0000 (14:46 +0100)
Add a TODO item for a generic MMIO regmap helper.

Suggested-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Reviewed-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/TODO

index 9c048f10c9ad58011e0413e324605218b88012d6..76f8c7ff18ff983655b4743a98813296c206be6d 100644 (file)
@@ -80,6 +80,10 @@ Work items:
 - Look over and identify any remaining easily converted drivers and
   dry-code conversions to MMIO GPIO for maintainers to test
 
+- Expand the MMIO GPIO or write a new library for regmap-based I/O
+  helpers for GPIO drivers on regmap that simply use offsets
+  0..n in some register to drive GPIO lines
+
 - Expand the MMIO GPIO or write a new library for port-mapped I/O
   helpers (x86 inb()/outb()) and convert port-mapped I/O drivers to use
   this with dry-coding and sending to maintainers to test