Skip to content

Commit 01cbfc4

Browse files
author
Bartosz Golaszewski
committed
gpio: TODO: remove task duplication
The removal of linux/gpio.h is already tracked by the item about converting drivers to using the descriptor-based API. Remove the duplicate. Reviewed-by: Linus Walleij <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bartosz Golaszewski <[email protected]>
1 parent 0c6dcc4 commit 01cbfc4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

drivers/gpio/TODO

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,6 @@ Work items:
8686
CONFIG_OF_GPIO_MM_GPIOCHIP from the kernel.
8787

8888

89-
Get rid of <linux/gpio.h>
90-
91-
This legacy header is a one stop shop for anything GPIO is closely tied
92-
to the global GPIO numberspace. The endgame of the above refactorings will
93-
be the removal of <linux/gpio.h> and from that point only the specialized
94-
headers under <linux/gpio/*.h> will be used. This requires all the above to
95-
be completed and is expected to take a long time.
96-
97-
9889
Collect drivers
9990

10091
Collect GPIO drivers from arch/* and other places that should be placed

0 commit comments

Comments
 (0)