Re: [PATCH 1/2] pinctrl: at91-pio4: Use irq_set_handler_locked()

2015-10-05 Thread Ludovic Desroches
Hi Nicolas, On Fri, Oct 02, 2015 at 03:57:32PM +0200, Nicolas Ferre wrote: > Hi all, > > Well it seems my cover letter is missing. So, here it is: > > ---8< > pinctrl: at91-pio4: fixes for current linux-next (irq) > > While testing the sama5d2 on today's linux-next I discovered that some >

Re: [PATCH 1/2] pinctrl: at91-pio4: Use irq_set_handler_locked()

2015-10-05 Thread Ludovic Desroches
Hi Nicolas, On Fri, Oct 02, 2015 at 03:57:32PM +0200, Nicolas Ferre wrote: > Hi all, > > Well it seems my cover letter is missing. So, here it is: > > ---8< > pinctrl: at91-pio4: fixes for current linux-next (irq) > > While testing the sama5d2 on today's linux-next I discovered that some >

Re: [PATCH 1/2] pinctrl: at91-pio4: Use irq_set_handler_locked()

2015-10-04 Thread Nicolas Ferre
Le 02/10/2015 15:57, Nicolas Ferre a écrit : > Hi all, > > Well it seems my cover letter is missing. So, here it is: > > ---8< > pinctrl: at91-pio4: fixes for current linux-next (irq) > > While testing the sama5d2 on today's linux-next I discovered that some > adaptations were missing. So,

Re: [PATCH 1/2] pinctrl: at91-pio4: Use irq_set_handler_locked()

2015-10-04 Thread Nicolas Ferre
Le 02/10/2015 15:57, Nicolas Ferre a écrit : > Hi all, > > Well it seems my cover letter is missing. So, here it is: > > ---8< > pinctrl: at91-pio4: fixes for current linux-next (irq) > > While testing the sama5d2 on today's linux-next I discovered that some > adaptations were missing. So,

Re: [PATCH 1/2] pinctrl: at91-pio4: use irq_set_handler_locked

2015-10-02 Thread Linus Walleij
On Mon, Sep 28, 2015 at 2:41 AM, Ludovic Desroches wrote: > Use irq_set_handler_locked() as it avoids a redundant lookup of the > irq descriptor. > > Signed-off-by: Ludovic Desroches Patch applied. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel"

Re: [PATCH 1/2] pinctrl: at91-pio4: Use irq_set_handler_locked()

2015-10-02 Thread Nicolas Ferre
Hi all, Well it seems my cover letter is missing. So, here it is: ---8< pinctrl: at91-pio4: fixes for current linux-next (irq) While testing the sama5d2 on today's linux-next I discovered that some adaptations were missing. So, I don't know if you were aware but here are my fixes in case

[PATCH 1/2] pinctrl: at91-pio4: Use irq_set_handler_locked()

2015-10-02 Thread Nicolas Ferre
Use irq_set_handler_locked() as it avoids a redundant lookup of the irq descriptor. This adaptation landed on the pinctrl-at91.c driver while this one was being developped: synchronize with this enhancement and avoid the following compilation error: ../drivers/pinctrl/pinctrl-at91-pio4.c: In

Re: [PATCH 1/2] pinctrl: at91-pio4: Use irq_set_handler_locked()

2015-10-02 Thread Nicolas Ferre
Hi all, Well it seems my cover letter is missing. So, here it is: ---8< pinctrl: at91-pio4: fixes for current linux-next (irq) While testing the sama5d2 on today's linux-next I discovered that some adaptations were missing. So, I don't know if you were aware but here are my fixes in case

[PATCH 1/2] pinctrl: at91-pio4: Use irq_set_handler_locked()

2015-10-02 Thread Nicolas Ferre
Use irq_set_handler_locked() as it avoids a redundant lookup of the irq descriptor. This adaptation landed on the pinctrl-at91.c driver while this one was being developped: synchronize with this enhancement and avoid the following compilation error: ../drivers/pinctrl/pinctrl-at91-pio4.c: In

Re: [PATCH 1/2] pinctrl: at91-pio4: use irq_set_handler_locked

2015-10-02 Thread Linus Walleij
On Mon, Sep 28, 2015 at 2:41 AM, Ludovic Desroches wrote: > Use irq_set_handler_locked() as it avoids a redundant lookup of the > irq descriptor. > > Signed-off-by: Ludovic Desroches Patch applied. Yours, Linus Walleij -- To

[PATCH 1/2] pinctrl: at91-pio4: use irq_set_handler_locked

2015-09-28 Thread Ludovic Desroches
Use irq_set_handler_locked() as it avoids a redundant lookup of the irq descriptor. Signed-off-by: Ludovic Desroches --- drivers/pinctrl/pinctrl-at91-pio4.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/pinctrl/pinctrl-at91-pio4.c

[PATCH 1/2] pinctrl: at91-pio4: use irq_set_handler_locked

2015-09-28 Thread Ludovic Desroches
Use irq_set_handler_locked() as it avoids a redundant lookup of the irq descriptor. Signed-off-by: Ludovic Desroches --- drivers/pinctrl/pinctrl-at91-pio4.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git