Re: [PATCH 3/3] pinctrl: at91: implement at91_pinconf_dbg_show

2013-12-13 Thread Linus Walleij
On Sat, Dec 7, 2013 at 2:08 PM, Alexandre Belloni wrote: > This allows to get the pin configuration by using debugfs. On my system: > # cat /sys/kernel/debug/pinctrl/pinctrl.3/pinconf-pins > > Signed-off-by: Alexandre Belloni Patch applied with Nicolas' ACK. Yours, Linus Walleij -- To unsubsc

Re: [PATCH 3/3] pinctrl: at91: implement at91_pinconf_dbg_show

2013-12-13 Thread Nicolas Ferre
On 07/12/2013 14:08, Alexandre Belloni : This allows to get the pin configuration by using debugfs. On my system: # cat /sys/kernel/debug/pinctrl/pinctrl.3/pinconf-pins Signed-off-by: Alexandre Belloni I am fine with these helpers: Acked-by: Nicolas Ferre But still a little disappointed

Re: [PATCH 3/3] pinctrl: at91: implement at91_pinconf_dbg_show

2013-12-12 Thread Linus Walleij
On Thu, Dec 12, 2013 at 5:04 PM, Laurent Pinchart wrote: > On Thursday 12 December 2013 16:50:20 Alexandre Belloni wrote: >> On 12/12/2013 15:45, Linus Walleij wrote: >> > On Sat, Dec 7, 2013 at 2:08 PM, Alexandre Belloni >> > >> > wrote: >> >> This allows to get the pin configuration by using de

Re: [PATCH 3/3] pinctrl: at91: implement at91_pinconf_dbg_show

2013-12-12 Thread Laurent Pinchart
On Thursday 12 December 2013 16:50:20 Alexandre Belloni wrote: > On 12/12/2013 15:45, Linus Walleij wrote: > > On Sat, Dec 7, 2013 at 2:08 PM, Alexandre Belloni > > > > wrote: > >> This allows to get the pin configuration by using debugfs. On my system: > >> # cat /sys/kernel/debug/pinctrl/pinct

Re: [PATCH 3/3] pinctrl: at91: implement at91_pinconf_dbg_show

2013-12-12 Thread Alexandre Belloni
On 12/12/2013 15:45, Linus Walleij wrote: > On Sat, Dec 7, 2013 at 2:08 PM, Alexandre Belloni > wrote: > >> This allows to get the pin configuration by using debugfs. On my system: >> # cat /sys/kernel/debug/pinctrl/pinctrl.3/pinconf-pins >> >> Signed-off-by: Alexandre Belloni > This is a more i

Re: [PATCH 3/3] pinctrl: at91: implement at91_pinconf_dbg_show

2013-12-12 Thread Linus Walleij
On Sat, Dec 7, 2013 at 2:08 PM, Alexandre Belloni wrote: > This allows to get the pin configuration by using debugfs. On my system: > # cat /sys/kernel/debug/pinctrl/pinctrl.3/pinconf-pins > > Signed-off-by: Alexandre Belloni This is a more invasive patch so I prefer if Laurent ACK this before

[PATCH 3/3] pinctrl: at91: implement at91_pinconf_dbg_show

2013-12-07 Thread Alexandre Belloni
This allows to get the pin configuration by using debugfs. On my system: # cat /sys/kernel/debug/pinctrl/pinctrl.3/pinconf-pins Signed-off-by: Alexandre Belloni --- drivers/pinctrl/pinctrl-at91.c | 25 + 1 file changed, 25 insertions(+) diff --git a/drivers/pinctrl/pinc