kernel-ark/drivers/pinctrl/vt8500
Linus Walleij 03e9f0cac5 pinctrl: clean up after enable refactoring
commit 2243a87d90
"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>
2014-09-04 10:05:07 +02:00
..
Kconfig
Makefile
pinctrl-vt8500.c
pinctrl-wm8505.c
pinctrl-wm8650.c
pinctrl-wm8750.c pinctrl: vt8500: Fix incorrect data in WM8750 pinctrl table 2013-05-14 13:08:28 +02:00
pinctrl-wm8850.c
pinctrl-wmt.c pinctrl: clean up after enable refactoring 2014-09-04 10:05:07 +02:00
pinctrl-wmt.h