Skip to content

Commit 41c4616

Browse files
author
Linus Walleij
committed
gpio: Add TODO item for regmap helper
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>
1 parent 4e29b70 commit 41c4616

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

drivers/gpio/TODO

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ Work items:
8080
- Look over and identify any remaining easily converted drivers and
8181
dry-code conversions to MMIO GPIO for maintainers to test
8282

83+
- Expand the MMIO GPIO or write a new library for regmap-based I/O
84+
helpers for GPIO drivers on regmap that simply use offsets
85+
0..n in some register to drive GPIO lines
86+
8387
- Expand the MMIO GPIO or write a new library for port-mapped I/O
8488
helpers (x86 inb()/outb()) and convert port-mapped I/O drivers to use
8589
this with dry-coding and sending to maintainers to test

0 commit comments

Comments
 (0)