Re: [RESEND][PATCH] pinctrl: exynos: remove duplicate calls in irq handler

2016-08-16 Thread Krzysztof Kozlowski
On 08/16/2016 08:49 AM, perr perr wrote: > Because chained_irq_enter() has already called chip->irq_mask() and > chip->irq_ack(), also chained_irq_exit() will call chip->irq_unmask(), > so it's not necessary to call chip->irq_*() here. > > Signed-off-by: Perr Zhang > >

Re: [RESEND][PATCH] pinctrl: exynos: remove duplicate calls in irq handler

2016-08-16 Thread Krzysztof Kozlowski
On 08/16/2016 08:49 AM, perr perr wrote: > Because chained_irq_enter() has already called chip->irq_mask() and > chip->irq_ack(), also chained_irq_exit() will call chip->irq_unmask(), > so it's not necessary to call chip->irq_*() here. > > Signed-off-by: Perr Zhang > > --- >

[RESEND][PATCH] pinctrl: exynos: remove duplicate calls in irq handler

2016-08-16 Thread perr perr
Because chained_irq_enter() has already called chip->irq_mask() and chip->irq_ack(), also chained_irq_exit() will call chip->irq_unmask(), so it's not necessary to call chip->irq_*() here. Signed-off-by: Perr Zhang --- drivers/pinctrl/samsung/pinctrl-exynos.c | 6

[RESEND][PATCH] pinctrl: exynos: remove duplicate calls in irq handler

2016-08-16 Thread perr perr
Because chained_irq_enter() has already called chip->irq_mask() and chip->irq_ack(), also chained_irq_exit() will call chip->irq_unmask(), so it's not necessary to call chip->irq_*() here. Signed-off-by: Perr Zhang --- drivers/pinctrl/samsung/pinctrl-exynos.c | 6 +- 1 file changed,

Re: [PATCH] pinctrl: exynos: remove duplicate calls in irq handler

2016-08-16 Thread Krzysztof Kozlowski
On 08/16/2016 01:58 AM, perr perr wrote: > On Mon, 15 Aug 2016 09:59:41 -0700 Krzysztof Kozlowski > wrote > > On Mon, Aug 15, 2016 at 06:17:07PM +0800, perr wrote: > > > Because chained_irq_enter() has already called chip->irq_mask() and > > >

Re: [PATCH] pinctrl: exynos: remove duplicate calls in irq handler

2016-08-16 Thread Krzysztof Kozlowski
On 08/16/2016 01:58 AM, perr perr wrote: > On Mon, 15 Aug 2016 09:59:41 -0700 Krzysztof Kozlowski > wrote > > On Mon, Aug 15, 2016 at 06:17:07PM +0800, perr wrote: > > > Because chained_irq_enter() has already called chip->irq_mask() and > > > chip->irq_ack(), also

Re: [PATCH] pinctrl: exynos: remove duplicate calls in irq handler

2016-08-15 Thread perr perr
Sent using Zoho Mail On Mon, 15 Aug 2016 09:59:41 -0700 Krzysztof Kozlowski wrote > On Mon, Aug 15, 2016 at 06:17:07PM +0800, perr wrote: > > Because chained_irq_enter() has already called chip->irq_mask() and > > chip->irq_ack(), also

Re: [PATCH] pinctrl: exynos: remove duplicate calls in irq handler

2016-08-15 Thread perr perr
Sent using Zoho Mail On Mon, 15 Aug 2016 09:59:41 -0700 Krzysztof Kozlowski wrote > On Mon, Aug 15, 2016 at 06:17:07PM +0800, perr wrote: > > Because chained_irq_enter() has already called chip->irq_mask() and > > chip->irq_ack(), also chained_irq_exit() will call

[Resend][PATCH] pinctrl: exynos: remove duplicate calls in irq handler

2016-08-15 Thread perr perr
Because chained_irq_enter() has already called chip->irq_mask() and chip->irq_ack(), also chained_irq_exit() will call chip->irq_unmask(), so it's not necessary to call chip->irq_*() here. Signed-off-by: Perr Zhang --- drivers/pinctrl/samsung/pinctrl-exynos.c | 6

[Resend][PATCH] pinctrl: exynos: remove duplicate calls in irq handler

2016-08-15 Thread perr perr
Because chained_irq_enter() has already called chip->irq_mask() and chip->irq_ack(), also chained_irq_exit() will call chip->irq_unmask(), so it's not necessary to call chip->irq_*() here. Signed-off-by: Perr Zhang --- drivers/pinctrl/samsung/pinctrl-exynos.c | 6 +- 1 file changed,

Re: [PATCH] pinctrl: exynos: remove duplicate calls in irq handler

2016-08-15 Thread Krzysztof Kozlowski
On Mon, Aug 15, 2016 at 06:17:07PM +0800, perr wrote: > Because chained_irq_enter() has already called chip->irq_mask() and > chip->irq_ack(), also chained_irq_exit() will call chip->irq_unmask(), > so it's not necessary to call chip->irq_*() here. > > Signed-off-by: perr >

Re: [PATCH] pinctrl: exynos: remove duplicate calls in irq handler

2016-08-15 Thread Krzysztof Kozlowski
On Mon, Aug 15, 2016 at 06:17:07PM +0800, perr wrote: > Because chained_irq_enter() has already called chip->irq_mask() and > chip->irq_ack(), also chained_irq_exit() will call chip->irq_unmask(), > so it's not necessary to call chip->irq_*() here. > > Signed-off-by: perr > > --- >

Re: [PATCH] pinctrl: exynos: remove duplicate calls in irq handler

2016-08-15 Thread Tomasz Figa
Hi, 2016-08-15 19:17 GMT+09:00 perr : > Because chained_irq_enter() has already called chip->irq_mask() and > chip->irq_ack(), also chained_irq_exit() will call chip->irq_unmask(), > so it's not necessary to call chip->irq_*() here. > > Signed-off-by: perr

Re: [PATCH] pinctrl: exynos: remove duplicate calls in irq handler

2016-08-15 Thread Tomasz Figa
Hi, 2016-08-15 19:17 GMT+09:00 perr : > Because chained_irq_enter() has already called chip->irq_mask() and > chip->irq_ack(), also chained_irq_exit() will call chip->irq_unmask(), > so it's not necessary to call chip->irq_*() here. > > Signed-off-by: perr > > --- >

[PATCH] pinctrl: exynos: remove duplicate calls in irq handler

2016-08-15 Thread perr
Because chained_irq_enter() has already called chip->irq_mask() and chip->irq_ack(), also chained_irq_exit() will call chip->irq_unmask(), so it's not necessary to call chip->irq_*() here. Signed-off-by: perr --- drivers/pinctrl/samsung/pinctrl-exynos.c | 6 +- 1 file

[PATCH] pinctrl: exynos: remove duplicate calls in irq handler

2016-08-15 Thread perr
Because chained_irq_enter() has already called chip->irq_mask() and chip->irq_ack(), also chained_irq_exit() will call chip->irq_unmask(), so it's not necessary to call chip->irq_*() here. Signed-off-by: perr --- drivers/pinctrl/samsung/pinctrl-exynos.c | 6 +- 1 file changed, 1