pinctrl: clean up after enable refactoring
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 3 Sep 2014 11:02:56 +0000 (13:02 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 4 Sep 2014 08:05:07 +0000 (10:05 +0200)
commit 2243a87d90b42eb38bc281957df3e57c712b5e56
"pinctrl: avoid duplicated calling enable_pinmux_setting for a pin"
removed the .disable callback from the struct pinmux_ops,
making the .enable() callback the only remaining callback.

However .enable() is a bad name as it seems to imply that a
muxing can also be disabled. Rename the callback to .set_mux()
and also take this opportunity to clean out any remaining
mentions of .disable() from the documentation.

Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Acked-by: Fan Wu <fwu@marvell.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

No differences found