pinctrl: move strict option to pinmux_ops
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 6 May 2015 12:19:13 +0000 (14:19 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 6 May 2015 12:45:19 +0000 (14:45 +0200)
commit8c4c2016345feefcd289ce2479eb70286d30825a
tree91e32d3a1ead85db13b279da466fd147bc04cb4f
parentfa76a3db7093a527333c380df82a0f158d9b8299
pinctrl: move strict option to pinmux_ops

While the pinmux_ops are ideally just a vtable for pin mux
calls, the "strict" setting belongs so intuitively with the
pin multiplexing that we should move it here anyway. Putting
it in the top pinctrl_desc makes no sense.

Cc: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Documentation/pinctrl.txt
drivers/pinctrl/pinctrl-adi2.c
drivers/pinctrl/pinmux.c
include/linux/pinctrl/pinctrl.h
include/linux/pinctrl/pinmux.h
This page took 0.041315 seconds and 5 git commands to generate.