Re: [PATCH 2/5] pinctrl: clarify some dt pinconfig options

2013-06-24 Thread Linus Walleij
On Thu, Jun 20, 2013 at 12:10 AM, Stephen Warren wrote: > On 06/14/2013 09:42 AM, Heiko Stübner wrote: >> diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt >> b/Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt > >> -low-power-mode - low power

Re: [PATCH 2/5] pinctrl: clarify some dt pinconfig options

2013-06-19 Thread Stephen Warren
On 06/14/2013 09:42 AM, Heiko Stübner wrote: > The bias-pull-* options use values > 0 to indicate that the pull should > be activated and optionally also indicate the strength of the pull. > Therefore use an default value of 1 for these options. > > Split the low-power-mode option into low-power-e

Re: [PATCH 2/5] pinctrl: clarify some dt pinconfig options

2013-06-16 Thread Linus Walleij
On Fri, Jun 14, 2013 at 5:42 PM, Heiko Stübner wrote: > The bias-pull-* options use values > 0 to indicate that the pull should > be activated and optionally also indicate the strength of the pull. > Therefore use an default value of 1 for these options. > > Split the low-power-mode option into l

[PATCH 2/5] pinctrl: clarify some dt pinconfig options

2013-06-14 Thread Heiko Stübner
The bias-pull-* options use values > 0 to indicate that the pull should be activated and optionally also indicate the strength of the pull. Therefore use an default value of 1 for these options. Split the low-power-mode option into low-power-enable and -disable. Update the documentation to descri