Re: [PATCH v2] gpio: keystone: add dsp gpio controller driver

2014-08-08 Thread Linus Walleij
On Wed, Jul 23, 2014 at 4:44 PM, Grygorii Strashko grygorii.stras...@ti.com wrote: From: Murali Karicheri m-kariche...@ti.com On Keystone SOCs, ARM host can send interrupts to DSP cores using the DSP GPIO controller IP. Each DSP GPIO controller provides 28 IRQ signals for each DSP core. This

Re: [PATCH 2/4] gpio: pca953x: Add DT binding documentation

2014-08-08 Thread Linus Walleij
On Tue, Jul 29, 2014 at 9:24 AM, Markus Pargmann m...@pengutronix.de wrote: Add a devicetree binding documentation for the pca953x driver. Signed-off-by: Markus Pargmann m...@pengutronix.de Patch applied. Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH 1/4] gpio: pca953x: Drop deprecated DT bindings

2014-08-08 Thread Linus Walleij
On Tue, Jul 29, 2014 at 9:24 AM, Markus Pargmann m...@pengutronix.de wrote: Drop deprecated DT bindings and use automaticly assigned gpio and irq bases. Signed-off-by: Markus Pargmann m...@pengutronix.de Patch applied. - val = of_get_property(node, linux,gpio-base, size); -

Re: [PATCH 4/4] gpio: pca953x: Add DT binding for reset gpio

2014-08-08 Thread Linus Walleij
On Tue, Jul 29, 2014 at 9:24 AM, Markus Pargmann m...@pengutronix.de wrote: The pca953x has a negated reset input. This patch adds a DT binding for the reset gpio and resets the chip when it is probed. This will reset the device and leave the gpio in the correct state so reset is not

Re: [PATCH] MAINTAINERS: Change maintainer for gpio-bcm-kona.c

2014-08-08 Thread Linus Walleij
On Tue, Jul 29, 2014 at 8:10 PM, Markus Mayer c...@mmayer.net wrote: Since I no longer have access to the hardware, Ray Jui will take over maintaining the Kona GPIO driver. In addition, my former e-mail addresses mma...@broadcom.com and markus.ma...@linaro.org will cease to function shortly.

Re: [PATCH 6/9] gpiolib: devres: use correct structure type name in sizeof

2014-08-08 Thread Linus Walleij
On Tue, Jul 29, 2014 at 5:16 PM, Julia Lawall julia.law...@lip6.fr wrote: From: Julia Lawall julia.law...@lip6.fr Correct typo in the name of the type given to sizeof. Because it is the size of a pointer that is wanted, the typo has no impact on compilation or execution. This problem was

Re: [PATCH 4/4] gpio: pca953x: Add DT binding for reset gpio

2014-08-08 Thread Philipp Zabel
Am Freitag, den 08.08.2014, 15:14 +0200 schrieb Linus Walleij: On Tue, Jul 29, 2014 at 9:24 AM, Markus Pargmann m...@pengutronix.de wrote: The pca953x has a negated reset input. This patch adds a DT binding for the reset gpio and resets the chip when it is probed. This will reset the