RE: [PATCH 2/2 V2] drivers/gpio: Port gpio driver to layerscape platform

2015-11-10 Thread Liu Gang
Hi, Arnd, Do you have more comments for the V2 patch, or could you please ack the patch? Thanks! Liu Gang -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

[PATCH 2/2 V2] drivers/gpio: Port gpio driver to layerscape platform

2015-11-04 Thread Liu Gang
with big endian GPIO registers. Signed-off-by: Liu Gang <gang@freescale.com> Signed-off-by: Shaveta Leekha <shav...@freescale.com> --- V2 changes: Add '|| COMPILE_TEST' based on Arnd's comments. drivers/gpio/Kconfig| 6 ++-- drivers/gpio/gpio-mp

[PATCH 1/2 V2] ls2080a/dts: Add little endian property for GPIO IP block

2015-11-04 Thread Liu Gang
The GPIO block for ls2080a platform has little endian registers, the GPIO driver needs this property to read/write registers by right interface. Signed-off-by: Liu Gang <gang@freescale.com> --- V2 changes: No Documentation/devicetree/bindings/gpio/gpio-mpc8xxx.txt | 3 +++ arch/arm6

[PATCH 1/2] ls2080a/dts: Add little endian property for GPIO IP block

2015-11-03 Thread Liu Gang
The GPIO block for ls2080a platform has little endian registers, the GPIO driver needs this property to read/write registers by right interface. Signed-off-by: Liu Gang <gang@freescale.com> diff --git a/Documentation/devicetree/bindings/gpio/gpio-mpc8xxx.txt b/Documentation/devi

[PATCH 2/2] drivers/gpio: Port gpio driver to layerscape platform

2015-11-03 Thread Liu Gang
with big endian GPIO registers. Signed-off-by: Liu Gang <gang@freescale.com> Signed-off-by: Shaveta Leekha <shav...@freescale.com> diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 8949b3f..c3ca283 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -29