summaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api/pinctl.rst
Commit message (Collapse)AuthorAgeFilesLines
* pinctrl.txt: Remove outdated informationRamon Fried2019-01-281-9/+0Star
| | | | | | | | | | Returning -EAGAIN is no longer supported by pin_config_group_set() since ad42fc6c8479 ("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>
* pinctrl/gpio: Unify namespace for cross-callsLinus Walleij2017-09-221-3/+3
| | | | | | | | | The pinctrl_request_gpio() and pinctrl_free_gpio() break the nice namespacing in the other cross-calls like pinctrl_gpio_foo(). Just rename them and all references so we have one namespace with all cross-calls under pinctrl_gpio_*(). Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
* pinctrl.txt: move it to the driver-api bookMauro Carvalho Chehab2017-06-201-0/+1439
As pinctrl describes a feature from drivers/base, place it at the right book. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>