Re: [PATCH] gpiolib: Use seq_file's iterator interface

2012-08-04 Thread Linus Walleij
On Mon, Jul 23, 2012 at 2:12 PM, Thierry Reding wrote: > On Sat, May 12, 2012 at 12:56:14PM +, Arnd Bergmann wrote: >> > This patch was requested by Arnd Bergmann here: >> > >> > http://article.gmane.org/gmane.linux.ports.tegra/3535 >> > >> > Signed-off-by: Thierry Reding >> > Cc: Li

Re: [PATCH] gpiolib: Use seq_file's iterator interface

2012-07-23 Thread Thierry Reding
On Sat, May 12, 2012 at 12:56:14PM +, Arnd Bergmann wrote: > On Thursday 12 April 2012, Thierry Reding wrote: > > When dumping a collection of items via seq_file, it is recommended to > > use the iterator interface. For the gpiolib debugfs interface this can > > be done to dump each GPIO chip i