aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2025-08-11 15:00:01 +0200
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>2025-08-11 15:03:57 +0200
commit6ec4b94e8e959b4201ca0bfc43fa50dc946d10cb (patch)
tree88b99c6df24e14c0dd727632e85ae17d170c4bd6 /drivers/gpio
parent0d1e68fb1efd2fe951d68cf05460e3672d4a846d (diff)
downloadnet-6ec4b94e8e959b4201ca0bfc43fa50dc946d10cb.tar.gz
gpio: TODO: remove the task for converting to the new line setters
The task is complete, but this was not reflected in the TODO file. Fixes: d9d87d90cc0b10cd ("treewide: rename GPIO set callbacks back to their original names") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/417af7e5a110c527eb759289bd5d2fd6885f4e01.1754917104.git.geert+renesas@glider.be Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/TODO12
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/gpio/TODO b/drivers/gpio/TODO
index 7a09a4f58551b5..b797499e627ee9 100644
--- a/drivers/gpio/TODO
+++ b/drivers/gpio/TODO
@@ -176,18 +176,6 @@ cannot be converted yet, but watch this space!
-------------------------------------------------------------------------------
-Convert all GPIO chips to using the new, value returning line setters
-
-struct gpio_chip's set() and set_multiple() callbacks are now deprecated. They
-return void and thus do not allow drivers to indicate failure to set the line
-value back to the caller.
-
-We've now added new variants - set_rv() and set_multiple_rv() that return an
-integer. Let's convert all GPIO drivers treewide to use the new callbacks,
-remove the old ones and finally rename the new ones back to the old names.
-
--------------------------------------------------------------------------------
-
Remove legacy sysfs features
We have two parallel per-chip class devices and per-exported-line attribute