Re: [PATCH] pinctrl: Add explicit gpio_disable_free pinmux_op

2011-11-11 Thread Linus Walleij
On Wed, Nov 9, 2011 at 5:28 PM, Stephen Warren wrote: > Does this patch look good? Yep it's applied. Linus ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev

RE: [PATCH] pinctrl: Add explicit gpio_disable_free pinmux_op

2011-11-09 Thread Stephen Warren
Stephen Warren wrote at Friday, October 21, 2011 12:26 PM: > Some pinctrl drivers (Tegra at least) program a pin to be a GPIO in a > completely different manner than they select which function to mux out of > that pin. In order to support a single "free" pinmux_op, the driver would > need to mainta

[PATCH] pinctrl: Add explicit gpio_disable_free pinmux_op

2011-10-21 Thread Stephen Warren
Some pinctrl drivers (Tegra at least) program a pin to be a GPIO in a completely different manner than they select which function to mux out of that pin. In order to support a single "free" pinmux_op, the driver would need to maintain a per-pin state of requested-for-gpio vs. requested-for- functio