aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpio
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2025-03-21 16:49:34 +0100
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>2025-03-24 10:35:10 +0100
commit01cbfc45b48beafdab84524df14b0b4a863ea495 (patch)
treedc8a9ffe82da53f90895a111fabce972d79eb3af /drivers/gpio
parentgpio: TODO: remove the item about the new debugfs interface (diff)
downloadwireguard-linux-01cbfc45b48beafdab84524df14b0b4a863ea495.tar.xz
wireguard-linux-01cbfc45b48beafdab84524df14b0b4a863ea495.zip
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 <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20250321-gpio-todo-updates-v1-2-7b38f07110ee@linaro.org Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/TODO9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/gpio/TODO b/drivers/gpio/TODO
index 9cf7b84cdb86..ff955befd0cc 100644
--- a/drivers/gpio/TODO
+++ b/drivers/gpio/TODO
@@ -86,15 +86,6 @@ Work items:
CONFIG_OF_GPIO_MM_GPIOCHIP from the kernel.
-Get rid of <linux/gpio.h>
-
-This legacy header is a one stop shop for anything GPIO is closely tied
-to the global GPIO numberspace. The endgame of the above refactorings will
-be the removal of <linux/gpio.h> and from that point only the specialized
-headers under <linux/gpio/*.h> will be used. This requires all the above to
-be completed and is expected to take a long time.
-
-
Collect drivers
Collect GPIO drivers from arch/* and other places that should be placed