[PATCH] gpio:ts4800: Add IMX51 dependency

2016-02-26 Thread Julien Grossholtz
The TS-4800 is an i.MX515 board. Its GPIO driver should only be compiled for this CPU or for test builds. Signed-off-by: Julien Grossholtz <julien.grossho...@savoirfairelinux.com> --- drivers/gpio/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpio/Kconfig b/driver

[PATCH] gpio:ts4800: Add IMX51 dependency

2016-02-26 Thread Julien Grossholtz
The TS-4800 is an i.MX515 board. Its GPIO driver should only be compiled for this CPU or for test builds. Signed-off-by: Julien Grossholtz --- drivers/gpio/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 619767b..4d292ad 100644

[PATCH] ARM: dts: TS-4800: Add gpio driver

2016-02-19 Thread Julien Grossholtz
Add dts nodes for TS-4800 FPGA gpio chips. Signed-off-by: Julien Grossholtz <julien.grossho...@savoirfairelinux.com> --- arch/arm/boot/dts/imx51-ts4800.dts | 29 + 1 file changed, 29 insertions(+) diff --git a/arch/arm/boot/dts/imx51-ts4800.dts b/arch/arm/bo

[PATCH] ARM: dts: TS-4800: Add gpio driver

2016-02-19 Thread Julien Grossholtz
Add dts nodes for TS-4800 FPGA gpio chips. Signed-off-by: Julien Grossholtz --- arch/arm/boot/dts/imx51-ts4800.dts | 29 + 1 file changed, 29 insertions(+) diff --git a/arch/arm/boot/dts/imx51-ts4800.dts b/arch/arm/boot/dts/imx51-ts4800.dts index 0ff76a1..c72c944

[PATCH v2] gpio: TS-4800: remove useless bgpio_init flags

2016-02-10 Thread Julien Grossholtz
No flags are required for bgpio_init in the TS-4800 gpio driver. This patch set zero instead. The driver will have the same behaviour since the & operator between the flags already resulted to zero. Fixes: 5041e791440a ("gpio: add TS-4800 fpga GPIO support") Signed-off-by: Jul

Re: [PATCH] gpio: TS-4800: remove useless bgpio_init flags

2016-02-10 Thread Julien Grossholtz
From: "Julien Grossholtz" To: "linus walleij" Cc: gnu...@gmail.com, linux-g...@vger.kernel.org, linux-kernel@vger.kernel.org, "Dan Carpenter" , ker...@savoirfairelinux.com, "Julien Grossholtz" Sent: Wednesday, February 10, 2016 11:58:34 AM Subjec

[PATCH] gpio: TS-4800: remove useless bgpio_init flags

2016-02-10 Thread Julien Grossholtz
No flags are required for bgpio_init in the TS-4800 gpio driver. This patch set zero instead. The driver will have the same behaviour since the | operator between the flags already resulted to zero. Fixes: 5041e791440a ("gpio: add TS-4800 fpga GPIO support") Signed-off-by: Julien

Re: [PATCH] gpio: TS-4800: remove useless bgpio_init flags

2016-02-10 Thread Julien Grossholtz
From: "Julien Grossholtz" <julien.grossho...@savoirfairelinux.com> To: "linus walleij" <linus.wall...@linaro.org> Cc: gnu...@gmail.com, linux-g...@vger.kernel.org, linux-kernel@vger.kernel.org, "Dan Carpenter" <dan.carpen...@oracle.com>,

[PATCH] gpio: TS-4800: remove useless bgpio_init flags

2016-02-10 Thread Julien Grossholtz
No flags are required for bgpio_init in the TS-4800 gpio driver. This patch set zero instead. The driver will have the same behaviour since the | operator between the flags already resulted to zero. Fixes: 5041e791440a ("gpio: add TS-4800 fpga GPIO support") Signed-off-by: Julien

[PATCH v2] gpio: TS-4800: remove useless bgpio_init flags

2016-02-10 Thread Julien Grossholtz
No flags are required for bgpio_init in the TS-4800 gpio driver. This patch set zero instead. The driver will have the same behaviour since the & operator between the flags already resulted to zero. Fixes: 5041e791440a ("gpio: add TS-4800 fpga GPIO support") Signed-off-by: Jul

Re: [PATCH 2/2] gpio: add TS-4800 fpga GPIO support

2016-02-01 Thread Julien Grossholtz
Hello, Any chance to get feedback on this ? Thanks, Julien Grossholtz - Original Message - From: "Julien Grossholtz" To: "linus walleij" , gnu...@gmail.com Cc: linux-g...@vger.kernel.org, linux-kernel@vger.kernel.org, ker...@savoirfairelinux.com, "Julien Gros

Re: [PATCH 2/2] gpio: add TS-4800 fpga GPIO support

2016-02-01 Thread Julien Grossholtz
Hello, Any chance to get feedback on this ? Thanks, Julien Grossholtz - Original Message - From: "Julien Grossholtz" <julien.grossho...@savoirfairelinux.com> To: "linus walleij" <linus.wall...@linaro.org>, gnu...@gmail.com Cc: linux-g...@vger.kernel.o