Skip to content

Commit 6ec4b94

Browse files
geertuBartosz Golaszewski
authored andcommitted
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: d9d87d9 ("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>
1 parent 0d1e68f commit 6ec4b94

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

drivers/gpio/TODO

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -176,18 +176,6 @@ cannot be converted yet, but watch this space!
176176

177177
-------------------------------------------------------------------------------
178178

179-
Convert all GPIO chips to using the new, value returning line setters
180-
181-
struct gpio_chip's set() and set_multiple() callbacks are now deprecated. They
182-
return void and thus do not allow drivers to indicate failure to set the line
183-
value back to the caller.
184-
185-
We've now added new variants - set_rv() and set_multiple_rv() that return an
186-
integer. Let's convert all GPIO drivers treewide to use the new callbacks,
187-
remove the old ones and finally rename the new ones back to the old names.
188-
189-
-------------------------------------------------------------------------------
190-
191179
Remove legacy sysfs features
192180

193181
We have two parallel per-chip class devices and per-exported-line attribute

0 commit comments

Comments
 (0)