File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff 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-
191179Remove legacy sysfs features
192180
193181We have two parallel per-chip class devices and per-exported-line attribute
You can’t perform that action at this time.
0 commit comments