linux-stable/drivers/pinctrl/sunxi
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: sunxi: Add A23 R_PIO controller support 2014-07-11 14:08:30 +02:00
Makefile pinctrl: sunxi: Add A23 R_PIO controller support 2014-07-11 14:08:30 +02:00
pinctrl-sun4i-a10.c pinctrl: sunxi: Declare the number of interrupt banks in the descriptor 2014-06-19 09:35:11 +02:00
pinctrl-sun5i-a10s.c pinctrl: sunxi: Declare the number of interrupt banks in the descriptor 2014-06-19 09:35:11 +02:00
pinctrl-sun5i-a13.c pinctrl: sunxi: Remove gpio_out function from sun5i-a13 PG0/1/2 pins 2014-07-11 14:08:29 +02:00
pinctrl-sun6i-a31-r.c pinctrl: sunxi: Declare the number of interrupt banks in the descriptor 2014-06-19 09:35:11 +02:00
pinctrl-sun6i-a31.c pinctrl: sunxi: Declare the interrupt function for the A31 2014-06-19 09:35:12 +02:00
pinctrl-sun7i-a20.c pinctrl: sunxi: Declare the number of interrupt banks in the descriptor 2014-06-19 09:35:11 +02:00
pinctrl-sun8i-a23-r.c pinctrl: sunxi: Add A23 R_PIO controller support 2014-07-11 14:08:30 +02:00
pinctrl-sun8i-a23.c pinctrl: sunxi: Add A23 PIO controller support 2014-07-11 14:08:30 +02:00
pinctrl-sunxi.c pinctrl: clean up after enable refactoring 2014-09-04 10:05:07 +02:00
pinctrl-sunxi.h pinctrl: sunxi: Implement multiple interrupt banks support 2014-06-19 09:35:12 +02:00