Re: [PATCH 2/4] pinctrl: Allow pinctrl to have multiple active states

2013-07-29 Thread Tony Lindgren
* Linus Walleij linus.wall...@linaro.org [130722 16:01]: On Thu, Jul 18, 2013 at 5:15 PM, Tony Lindgren t...@atomide.com wrote: It's quite common that we need to dynamically change some pins for a device for runtime PM, or toggle a pin between rx and tx. Changing all What does change

Re: [PATCH 2/4] pinctrl: Allow pinctrl to have multiple active states

2013-07-22 Thread Linus Walleij
On Thu, Jul 18, 2013 at 5:15 PM, Tony Lindgren t...@atomide.com wrote: It's quite common that we need to dynamically change some pins for a device for runtime PM, or toggle a pin between rx and tx. Changing all What does change mean above? Please reword to remux if that is what is meant.

[PATCH 2/4] pinctrl: Allow pinctrl to have multiple active states

2013-07-18 Thread Tony Lindgren
It's quite common that we need to dynamically change some pins for a device for runtime PM, or toggle a pin between rx and tx. Changing all the pins for a device is not efficient way of doing it. So let's allow setting up multiple active states for pinctrl. Currently we only need PINCTRL_STATIC

Re: [PATCH 2/4] pinctrl: Allow pinctrl to have multiple active states

2013-07-17 Thread Stephen Warren
On 07/16/2013 03:05 AM, Tony Lindgren wrote: It's quite common that we need to dynamically change some pins for a device for runtime PM, or toggle a pin between rx and tx. Changing all the pins for a device is not efficient way of doing it. So let's allow setting up multiple active states

[PATCH 2/4] pinctrl: Allow pinctrl to have multiple active states

2013-07-16 Thread Tony Lindgren
It's quite common that we need to dynamically change some pins for a device for runtime PM, or toggle a pin between rx and tx. Changing all the pins for a device is not efficient way of doing it. So let's allow setting up multiple active states for pinctrl. Currently we only need PINCTRL_STATIC