Re: Fw: [3.18.3] poll() on gpio pins broken

2015-03-01 Thread Alexandre Courbot
On Fri, Feb 27, 2015 at 10:15 PM, Linus Walleij linus.wall...@linaro.org wrote: On Thu, Feb 26, 2015 at 11:27 AM, Alexandre Courbot gnu...@gmail.com wrote: On Fri, Feb 20, 2015 at 1:52 AM, Linus Walleij linus.wall...@linaro.org wrote: On Thu, Feb 19, 2015 at 9:53 AM, folkert

Re: Fw: [3.18.3] poll() on gpio pins broken

2015-03-01 Thread Alexandre Courbot
On Fri, Feb 27, 2015 at 10:19 PM, folkert folk...@vanheusden.com wrote: Mmm, I was thinking it would be nice to have a (new, redesigned) sysfs interface for this. :P Aren't we going to make things less accessible if we use a char device? Since sysfs has a one value per file paradigm, it

[PATCH 2/2] gpio: dwapb: re-enable GPIO_DWAPB for arm64

2015-03-01 Thread Kefeng Wang
Hisilicon arm64 soc uses designWare gpio, re-enable it after commit 1972c97db5b(gpio: dwapb: fix compile errors). Signed-off-by: Kefeng Wang wangkefeng.w...@huawei.com --- drivers/gpio/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/Kconfig

[PATCH RESEND] pinctrl: freescale: make of_device_id array const

2015-03-01 Thread Sanjeev Sharma
Make of_device_id array const. Signed-off-by: Sanjeev Sharma sanjeev_sha...@mentor.com --- drivers/pinctrl/freescale/pinctrl-vf610.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/freescale/pinctrl-vf610.c b/drivers/pinctrl/freescale/pinctrl-vf610.c index

Re: Fw: [3.18.3] poll() on gpio pins broken

2015-03-01 Thread Michael Welling
On Mon, Mar 02, 2015 at 03:16:06PM +0900, Alexandre Courbot wrote: On Fri, Feb 27, 2015 at 10:15 PM, Linus Walleij linus.wall...@linaro.org wrote: On Thu, Feb 26, 2015 at 11:27 AM, Alexandre Courbot gnu...@gmail.com wrote: On Fri, Feb 20, 2015 at 1:52 AM, Linus Walleij

Re: [PATCH RESEND] pinctrl: freescale: make of_device_id array const

2015-03-01 Thread Stefan Agner
On 2015-03-02 08:25, Sanjeev Sharma wrote: Make of_device_id array const. Signed-off-by: Sanjeev Sharma sanjeev_sha...@mentor.com --- drivers/pinctrl/freescale/pinctrl-vf610.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/freescale/pinctrl-vf610.c