Skip to content

Commit

Permalink
pinctrl.txt: Remove outdated information
Browse files Browse the repository at this point in the history
Returning -EAGAIN is no longer supported by pin_config_group_set()
since ad42fc6 ("pinctrl: rip out the direct pinconf API")

Remove the relevant section from the documentation.

Signed-off-by: Ramon Fried <ramon.fried@linux.intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Ramon Fried authored and Linus Walleij committed Jan 28, 2019
1 parent fe4a648 commit 1274283
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Documentation/driver-api/pinctl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -274,15 +274,6 @@ configuration in the pin controller ops like this::
.confops = &foo_pconf_ops,
};

Since some controllers have special logic for handling entire groups of pins
they can exploit the special whole-group pin control function. The
pin_config_group_set() callback is allowed to return the error code -EAGAIN,
for groups it does not want to handle, or if it just wants to do some
group-level handling and then fall through to iterate over all pins, in which
case each individual pin will be treated by separate pin_config_set() calls as
well.


Interaction with the GPIO subsystem
===================================

Expand Down

0 comments on commit 1274283

Please sign in to comment.