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

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 romain.baeris...@alitech.com wrote: This patch adds support of device tree to the gpio-generic driver. Signed-off-by: Romain Baeriswyl romain.baeris...@alitech.com I notriced this patch seems to miss compilation guards. Please make sure it

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

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. ---

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

2015-06-11 Thread Romain Baeriswyl
This patch adds support of device tree to the gpio-generic driver. Signed-off-by: Romain Baeriswyl --- .../devicetree/bindings/gpio/gpio-generic.txt | 17 + drivers/gpio/gpio-generic.c| 72 +++ include/linux/basic_mmio_gpio.h

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 romain.baeris...@alitech.com: This patch adds support of device tree to the gpio-generic driver. Signed-off-by: Romain Baeriswyl romain.baeris...@alitech.com --- The only issue how the direction will be handled in this case?

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 romain.baeris...@alitech.com: This patch adds support of device tree to the gpio-generic driver. Signed-off-by: Romain Baeriswyl

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

2015-06-11 Thread Romain Baeriswyl
This patch adds support of device tree to the gpio-generic driver. Signed-off-by: Romain Baeriswyl romain.baeris...@alitech.com --- .../devicetree/bindings/gpio/gpio-generic.txt | 17 + drivers/gpio/gpio-generic.c| 72 +++