Skip to content

Commit 41c4616

Browse files
committed
gpio: Add TODO item for regmap helper
Add a TODO item for a generic MMIO regmap helper. Suggested-by: Bartosz Golaszewski <[email protected]> Reviewed-by: Bartosz Golaszewski <[email protected]> Signed-off-by: Linus Walleij <[email protected]>
1 parent 4e29b70 commit 41c4616

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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)