RE: [PATCH 2/4] pinctrl: Add pinctrl binding for Broadcom Capri SoCs

2013-10-10 Thread Sherman Yin
>This should *all* be using generic pin config. > >For the devicetree side of this, read: >Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt > >Your driver should also be selecting GENERIC_PINCONF in >drivers/pinctrl/Kconfig so you use the generic pinconf >library. > >Read

RE: [PATCH 2/4] pinctrl: Add pinctrl binding for Broadcom Capri SoCs

2013-10-10 Thread Sherman Yin
This should *all* be using generic pin config. For the devicetree side of this, read: Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt Your driver should also be selecting GENERIC_PINCONF in drivers/pinctrl/Kconfig so you use the generic pinconf library. Read

Re: [PATCH 2/4] pinctrl: Add pinctrl binding for Broadcom Capri SoCs

2013-10-09 Thread Linus Walleij
On Fri, Oct 4, 2013 at 2:23 AM, Sherman Yin wrote: > +- brcm,hysteresis: Multiple integers, applicable to standard pins only. > Turns > + on hysteresis of input. > + 0: TTL input, 1: Schmitt Trigger input > +- brcm,pull: Multiple integers, applicable to standard

Re: [PATCH 2/4] pinctrl: Add pinctrl binding for Broadcom Capri SoCs

2013-10-09 Thread Linus Walleij
On Fri, Oct 4, 2013 at 2:23 AM, Sherman Yin s...@broadcom.com wrote: +- brcm,hysteresis: Multiple integers, applicable to standard pins only. Turns + on hysteresis of input. + 0: TTL input, 1: Schmitt Trigger input +- brcm,pull: Multiple integers, applicable

Re: [PATCH 2/4] pinctrl: Add pinctrl binding for Broadcom Capri SoCs

2013-10-04 Thread Matt Porter
On 10/03/2013 08:23 PM, Sherman Yin wrote: Adds pinctrl driver devicetree binding for Broadcom Capri (BCM281xx) SoCs. Signed-off-by: Sherman Yin Reviewed-by: Christian Daudt Reviewed-by: Matt Porter --- .../bindings/pinctrl/brcm,capri-pinctrl.txt| 419 1 file

Re: [PATCH 2/4] pinctrl: Add pinctrl binding for Broadcom Capri SoCs

2013-10-04 Thread Matt Porter
On 10/03/2013 08:23 PM, Sherman Yin wrote: Adds pinctrl driver devicetree binding for Broadcom Capri (BCM281xx) SoCs. Signed-off-by: Sherman Yin s...@broadcom.com Reviewed-by: Christian Daudt b...@fixthebug.org Reviewed-by: Matt Porter matt.por...@linaro.org ---