Re: [PATCH v2] pinctrl/pinconfig: add debug interface

2013-04-17 Thread Stephen Warren
On 04/17/2013 08:33 AM, Laurent MEUNIER wrote: > On 04/04/2013 11:11 PM, Stephen Warren wrote: >> On 04/03/2013 01:47 PM, Linus Walleij wrote: >>> From: Laurent Meunier >>> >>> This update adds a debugfs interface to modify a pin configuration >>> for a given state in the pinctrl map. This allows

Re: [PATCH v2] pinctrl/pinconfig: add debug interface

2013-04-17 Thread Laurent MEUNIER
On 04/04/2013 11:11 PM, Stephen Warren wrote: > On 04/03/2013 01:47 PM, Linus Walleij wrote: >> From: Laurent Meunier >> >> This update adds a debugfs interface to modify a pin configuration >> for a given state in the pinctrl map. This allows to modify the >> configuration for a non-active state,

Re: [PATCH v2] pinctrl/pinconfig: add debug interface

2013-04-04 Thread Stephen Warren
On 04/03/2013 01:47 PM, Linus Walleij wrote: > From: Laurent Meunier > > This update adds a debugfs interface to modify a pin configuration > for a given state in the pinctrl map. This allows to modify the > configuration for a non-active state, typically sleep state. > This configuration is not

[PATCH v2] pinctrl/pinconfig: add debug interface

2013-04-03 Thread Linus Walleij
From: Laurent Meunier This update adds a debugfs interface to modify a pin configuration for a given state in the pinctrl map. This allows to modify the configuration for a non-active state, typically sleep state. This configuration is not applied right away, but only when the state will be enter