]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
gpio: TODO: remove task duplication
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Fri, 21 Mar 2025 15:49:34 +0000 (16:49 +0100)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 24 Mar 2025 09:35:10 +0000 (10:35 +0100)
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>
drivers/gpio/TODO

index 9cf7b84cdb8694020678dbc6843211e1e224bf50..ff955befd0ccfdb955fdcad7a2869058db3c19fc 100644 (file)
@@ -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