Re: [PATCH V2] added device tree support to gpio-generic driver

2015-06-16 Thread Linus Walleij
On Thu, Jun 11, 2015 at 12:32 PM, Romain Baeriswyl wrote: > This patch adds support of device tree to the gpio-generic driver. > > Signed-off-by: Romain Baeriswyl I notriced this patch seems to miss compilation guards. Please make sure it still compiles for platforms without CONFIG_OF and CONFI

Re: [PATCH V2] added device tree support to gpio-generic driver

2015-06-11 Thread Sascha Hauer
On Thu, Jun 11, 2015 at 01:42:16PM +0300, Alexander Shiyan wrote: > Hello. > > Четверг, 11 июня 2015, 12:32 +02:00 от Romain Baeriswyl > : > > This patch adds support of device tree to the gpio-generic driver. > > > > Signed-off-by: Romain Baeriswyl > > --- > > The only issue how the directio

Re: [PATCH V2] added device tree support to gpio-generic driver

2015-06-11 Thread Alexander Shiyan
Hello. Четверг, 11 июня 2015, 12:32 +02:00 от Romain Baeriswyl : > This patch adds support of device tree to the gpio-generic driver. > > Signed-off-by: Romain Baeriswyl > --- The only issue how the direction will be handled in this case? Thanks. ---