Re: [PATCH] ARM: pxa: activate pinctrl for device-tree machines

2016-04-11 Thread Robert Jarzmik
Linus Walleij writes: > On Sat, Apr 2, 2016 at 8:56 PM, Robert Jarzmik wrote: > >> Pincontrol is not yet ready for all PXA platforms. >> For example, a legacy platform, if PINCTRL was activated, will fail its >> calls to gpio_request() or

Re: [PATCH] ARM: pxa: activate pinctrl for device-tree machines

2016-04-11 Thread Robert Jarzmik
Linus Walleij writes: > On Sat, Apr 2, 2016 at 8:56 PM, Robert Jarzmik wrote: > >> Pincontrol is not yet ready for all PXA platforms. >> For example, a legacy platform, if PINCTRL was activated, will fail its >> calls to gpio_request() or gpio_direction_output(), as the pinctrl >> driver might

Re: [PATCH] ARM: pxa: activate pinctrl for device-tree machines

2016-04-03 Thread Linus Walleij
On Sat, Apr 2, 2016 at 8:56 PM, Robert Jarzmik wrote: > Pincontrol is not yet ready for all PXA platforms. > For example, a legacy platform, if PINCTRL was activated, will fail its > calls to gpio_request() or gpio_direction_output(), as the pinctrl > driver might not be

Re: [PATCH] ARM: pxa: activate pinctrl for device-tree machines

2016-04-03 Thread Linus Walleij
On Sat, Apr 2, 2016 at 8:56 PM, Robert Jarzmik wrote: > Pincontrol is not yet ready for all PXA platforms. > For example, a legacy platform, if PINCTRL was activated, will fail its > calls to gpio_request() or gpio_direction_output(), as the pinctrl > driver might not be available, such as for

[PATCH] ARM: pxa: activate pinctrl for device-tree machines

2016-04-02 Thread Robert Jarzmik
Pincontrol is not yet ready for all PXA platforms. For example, a legacy platform, if PINCTRL was activated, will fail its calls to gpio_request() or gpio_direction_output(), as the pinctrl driver might not be available, such as for pxa25x and pxa3xx. As a step forward, activate pincontrol for

[PATCH] ARM: pxa: activate pinctrl for device-tree machines

2016-04-02 Thread Robert Jarzmik
Pincontrol is not yet ready for all PXA platforms. For example, a legacy platform, if PINCTRL was activated, will fail its calls to gpio_request() or gpio_direction_output(), as the pinctrl driver might not be available, such as for pxa25x and pxa3xx. As a step forward, activate pincontrol for