1
0
Fork 0
alistair23-linux/drivers/pinctrl/spear
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: spear: switch plgpio to irqchip helpers 2014-06-19 09:35:12 +02:00
Makefile pinctrl: SPEAr: Add plgpio driver 2012-11-11 19:06:00 +01:00
pinctrl-plgpio.c pinctrl: remove all usage of gpio_remove ret val in driver/pinctl 2014-07-22 16:34:12 +02:00
pinctrl-spear.c pinctrl: clean up after enable refactoring 2014-09-04 10:05:07 +02:00
pinctrl-spear.h Drivers: pinctrl: remove __dev* attributes. 2013-01-03 15:57:02 -08:00
pinctrl-spear3xx.c pinctrl: SPEAr: Add gpio ranges support 2012-11-11 19:07:03 +01:00
pinctrl-spear3xx.h pinctrl: SPEAr3xx: correct register space to configure pwm 2012-11-05 12:33:37 +01:00
pinctrl-spear300.c pinctrl: Make of_device_id array const 2014-08-29 07:13:04 +02:00
pinctrl-spear310.c pinctrl: Make of_device_id array const 2014-08-29 07:13:04 +02:00
pinctrl-spear320.c pinctrl: Make of_device_id array const 2014-08-29 07:13:04 +02:00
pinctrl-spear1310.c pinctrl: Make of_device_id array const 2014-08-29 07:13:04 +02:00
pinctrl-spear1340.c pinctrl: Make of_device_id array const 2014-08-29 07:13:04 +02:00