From: Linus Walleij Date: Wed, 3 Sep 2014 11:02:56 +0000 (+0200) Subject: pinctrl: clean up after enable refactoring X-Git-Tag: fixes-for-v3.18-merge-window~33^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03e9f0cac5da6af85758276cb4624caf5911f2b9;p=pandora-kernel.git pinctrl: clean up after enable refactoring 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 Acked-by: Bjorn Andersson Acked-by: Fan Wu Signed-off-by: Linus Walleij --- Reading git-diff-tree failed