[PATCH 2/6] gpio: TODO: remove task duplication

Bartosz Golaszewski posted 6 patches 9 months ago
[PATCH 2/6] gpio: TODO: remove task duplication
Posted by Bartosz Golaszewski 9 months ago
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

The removal of linux/gpio.h is already tracked by the item about
converting drivers to using the descriptor-based API. Remove the
duplicate.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
 drivers/gpio/TODO | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/drivers/gpio/TODO b/drivers/gpio/TODO
index 9cf7b84cdb869..ff955befd0ccf 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

-- 
2.45.2
Re: [PATCH 2/6] gpio: TODO: remove task duplication
Posted by Linus Walleij 8 months, 4 weeks ago
On Fri, Mar 21, 2025 at 4:49 PM Bartosz Golaszewski <brgl@bgdev.pl> wrote:

> From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
>
> The removal of linux/gpio.h is already tracked by the item about
> converting drivers to using the descriptor-based API. Remove the
> duplicate.
>
> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij