Re: [PATCH 2/7] gpio: rcar: Add optional functional clock to bindings

2014-03-28 Thread Laurent Pinchart
Hi Geert, Thank you for the patch. On Thursday 27 March 2014 21:47:37 Geert Uytterhoeven wrote: From: Geert Uytterhoeven geert+rene...@glider.be Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be Cc: Linus Walleij linus.wall...@linaro.org Cc: Laurent Pinchart

Re: [PATCH 1/7] gpio: rcar: Add helper variable dev = pdev-dev

2014-03-28 Thread Laurent Pinchart
Hi Geert, Thank you for the patch. On Thursday 27 March 2014 21:47:36 Geert Uytterhoeven wrote: From: Geert Uytterhoeven geert+rene...@glider.be Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be Cc: Linus Walleij linus.wall...@linaro.org Cc: Laurent Pinchart

Re: [PATCH 3/7] gpio: rcar: Add minimal runtime PM support

2014-03-28 Thread Laurent Pinchart
Hi Geert, Thank you for the patch. On Thursday 27 March 2014 21:47:38 Geert Uytterhoeven wrote: From: Geert Uytterhoeven geert+rene...@glider.be This is just enough to automatically enable the functional clock, if present. Clock management during suspend/resume is still to be added.

Re: [PATCH 1/2] GPIO: Add driver for Zynq GPIO controller

2014-03-28 Thread Linus Walleij
On Thu, Mar 27, 2014 at 4:25 PM, Harini Katakam hari...@xilinx.com wrote: Add support for GPIO controller used by Xilinx Zynq Signed-off-by: Harini Katakam hari...@xilinx.com This will not be integrated before v3.16 so we have some time to think things over. +config GPIO_ZYNQ + bool

Re: [PATCH 2/2] Devicetree: Add Zynq GPIO devicetree bindings documentation

2014-03-28 Thread Linus Walleij
On Thu, Mar 27, 2014 at 4:25 PM, Harini Katakam hari...@xilinx.com wrote: Add gpio-zynq bindings documentation. Signed-off-by: Harini Katakam hari...@xilinx.com No comments really, but you should create one instance per bank I think. Yours, Linus Walleij -- To unsubscribe from this list:

Re: [PATCH 1/2] GPIO: Add driver for Zynq GPIO controller

2014-03-28 Thread Harini Katakam
Hi Linus, On Sat, Mar 29, 2014 at 3:20 AM, Linus Walleij linus.wall...@linaro.org wrote: On Thu, Mar 27, 2014 at 4:25 PM, Harini Katakam hari...@xilinx.com wrote: Add support for GPIO controller used by Xilinx Zynq Signed-off-by: Harini Katakam hari...@xilinx.com This will not be