1
0
Fork 0
alistair23-linux/drivers/pinctrl/mvebu
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 pinctrl: mvebu: new driver for Orion platforms 2014-04-24 15:09:35 +02:00
Makefile pinctrl: mvebu: new driver for Orion platforms 2014-04-24 15:09:35 +02:00
pinctrl-armada-38x.c pinctrl: mvebu: add pin-muxing driver for the Marvell Armada 380/385 2014-02-25 18:51:05 +01:00
pinctrl-armada-370.c pinctrl: mvebu: move resource allocation to SoC specific drivers 2014-02-25 18:37:53 +01:00
pinctrl-armada-375.c pinctrl: mvebu: add pin-muxing driver for the Marvell Armada 375 2014-02-25 18:51:01 +01:00
pinctrl-armada-xp.c pinctrl: mvebu: move resource allocation to SoC specific drivers 2014-02-25 18:37:53 +01:00
pinctrl-dove.c pinctrl: mvebu: silence WARN to dev_warn 2014-03-12 15:00:04 +01:00
pinctrl-kirkwood.c pinctrl: mvebu: move resource allocation to SoC specific drivers 2014-02-25 18:37:53 +01:00
pinctrl-mvebu.c pinctrl: clean up after enable refactoring 2014-09-04 10:05:07 +02:00
pinctrl-mvebu.h pinctrl: mvebu: remove MPP_REG_CTRL macro 2014-02-25 18:38:31 +01:00
pinctrl-orion.c pinctrl: mvebu: new driver for Orion platforms 2014-04-24 15:09:35 +02:00