Re: [PATCH] ARM: orion: provide C-style interrupt handler for MULTI_IRQ_HANDLER

2014-01-20 Thread Ian Campbell
On Thu, 2014-01-16 at 13:49 -0500, Jason Cooper wrote: > > @Ian: Thanks for hunting this down, please keep bothering us with > > bug reports :) > > Yes, please! No worries there -- it seem Debian has quite a few people who use kirkwood based systems and will report bugs when they find them...

Re: [PATCH] ARM: orion: provide C-style interrupt handler for MULTI_IRQ_HANDLER

2014-01-20 Thread Ian Campbell
On Thu, 2014-01-16 at 13:49 -0500, Jason Cooper wrote: @Ian: Thanks for hunting this down, please keep bothering us with bug reports :) Yes, please! No worries there -- it seem Debian has quite a few people who use kirkwood based systems and will report bugs when they find them... Thanks

Re: [PATCH] ARM: orion: provide C-style interrupt handler for MULTI_IRQ_HANDLER

2014-01-16 Thread Jason Cooper
On Thu, Jan 16, 2014 at 07:42:10PM +0100, Sebastian Hesselbarth wrote: ... > Out of curiosity, does that adding the Cc tag to the commit queue > it automatically as soon as it will be pulled by Linus? Yes. The -stable team scans commits as they are added to Linus' tree. If it has that tag, then

Re: [PATCH] ARM: orion: provide C-style interrupt handler for MULTI_IRQ_HANDLER

2014-01-16 Thread Sebastian Hesselbarth
On 01/16/2014 05:53 PM, Jason Cooper wrote: On Thu, Jan 16, 2014 at 04:51:27PM +, Ian Campbell wrote: On Thu, 2014-01-16 at 11:48 -0500, Jason Cooper wrote: Sebastian, On Thu, Jan 16, 2014 at 09:10:31AM +0100, Sebastian Hesselbarth wrote: DT-enabled Marvell Kirkwood and Dove SoCs make

Re: [PATCH] ARM: orion: provide C-style interrupt handler for MULTI_IRQ_HANDLER

2014-01-16 Thread Ian Campbell
On Thu, 2014-01-16 at 11:48 -0500, Jason Cooper wrote: > Sebastian, > > On Thu, Jan 16, 2014 at 09:10:31AM +0100, Sebastian Hesselbarth wrote: > > DT-enabled Marvell Kirkwood and Dove SoCs make use of an irqchip > > driver. As expected for irqchip drivers, it uses a C-style > > interrupt handler

Re: [PATCH] ARM: orion: provide C-style interrupt handler for MULTI_IRQ_HANDLER

2014-01-16 Thread Jason Cooper
On Thu, Jan 16, 2014 at 04:51:27PM +, Ian Campbell wrote: > On Thu, 2014-01-16 at 11:48 -0500, Jason Cooper wrote: > > Sebastian, > > > > On Thu, Jan 16, 2014 at 09:10:31AM +0100, Sebastian Hesselbarth wrote: > > > DT-enabled Marvell Kirkwood and Dove SoCs make use of an irqchip > > > driver.

Re: [PATCH] ARM: orion: provide C-style interrupt handler for MULTI_IRQ_HANDLER

2014-01-16 Thread Jason Cooper
Sebastian, On Thu, Jan 16, 2014 at 09:10:31AM +0100, Sebastian Hesselbarth wrote: > DT-enabled Marvell Kirkwood and Dove SoCs make use of an irqchip > driver. As expected for irqchip drivers, it uses a C-style > interrupt handler and therefore selects MULTI_IRQ_HANDLER. > > Now, compiling a

Re: [PATCH] ARM: orion: provide C-style interrupt handler for MULTI_IRQ_HANDLER

2014-01-16 Thread Andrew Lunn
On Thu, Jan 16, 2014 at 09:10:31AM +0100, Sebastian Hesselbarth wrote: > DT-enabled Marvell Kirkwood and Dove SoCs make use of an irqchip > driver. As expected for irqchip drivers, it uses a C-style > interrupt handler and therefore selects MULTI_IRQ_HANDLER. > > Now, compiling a kernel with both

[PATCH] ARM: orion: provide C-style interrupt handler for MULTI_IRQ_HANDLER

2014-01-16 Thread Sebastian Hesselbarth
DT-enabled Marvell Kirkwood and Dove SoCs make use of an irqchip driver. As expected for irqchip drivers, it uses a C-style interrupt handler and therefore selects MULTI_IRQ_HANDLER. Now, compiling a kernel with both non-DT and DT support enabled, selecting MULTI_IRQ_HANDLER will break ASM irq

[PATCH] ARM: orion: provide C-style interrupt handler for MULTI_IRQ_HANDLER

2014-01-16 Thread Sebastian Hesselbarth
DT-enabled Marvell Kirkwood and Dove SoCs make use of an irqchip driver. As expected for irqchip drivers, it uses a C-style interrupt handler and therefore selects MULTI_IRQ_HANDLER. Now, compiling a kernel with both non-DT and DT support enabled, selecting MULTI_IRQ_HANDLER will break ASM irq

Re: [PATCH] ARM: orion: provide C-style interrupt handler for MULTI_IRQ_HANDLER

2014-01-16 Thread Andrew Lunn
On Thu, Jan 16, 2014 at 09:10:31AM +0100, Sebastian Hesselbarth wrote: DT-enabled Marvell Kirkwood and Dove SoCs make use of an irqchip driver. As expected for irqchip drivers, it uses a C-style interrupt handler and therefore selects MULTI_IRQ_HANDLER. Now, compiling a kernel with both

Re: [PATCH] ARM: orion: provide C-style interrupt handler for MULTI_IRQ_HANDLER

2014-01-16 Thread Jason Cooper
Sebastian, On Thu, Jan 16, 2014 at 09:10:31AM +0100, Sebastian Hesselbarth wrote: DT-enabled Marvell Kirkwood and Dove SoCs make use of an irqchip driver. As expected for irqchip drivers, it uses a C-style interrupt handler and therefore selects MULTI_IRQ_HANDLER. Now, compiling a kernel

Re: [PATCH] ARM: orion: provide C-style interrupt handler for MULTI_IRQ_HANDLER

2014-01-16 Thread Jason Cooper
On Thu, Jan 16, 2014 at 04:51:27PM +, Ian Campbell wrote: On Thu, 2014-01-16 at 11:48 -0500, Jason Cooper wrote: Sebastian, On Thu, Jan 16, 2014 at 09:10:31AM +0100, Sebastian Hesselbarth wrote: DT-enabled Marvell Kirkwood and Dove SoCs make use of an irqchip driver. As expected

Re: [PATCH] ARM: orion: provide C-style interrupt handler for MULTI_IRQ_HANDLER

2014-01-16 Thread Ian Campbell
On Thu, 2014-01-16 at 11:48 -0500, Jason Cooper wrote: Sebastian, On Thu, Jan 16, 2014 at 09:10:31AM +0100, Sebastian Hesselbarth wrote: DT-enabled Marvell Kirkwood and Dove SoCs make use of an irqchip driver. As expected for irqchip drivers, it uses a C-style interrupt handler and

Re: [PATCH] ARM: orion: provide C-style interrupt handler for MULTI_IRQ_HANDLER

2014-01-16 Thread Sebastian Hesselbarth
On 01/16/2014 05:53 PM, Jason Cooper wrote: On Thu, Jan 16, 2014 at 04:51:27PM +, Ian Campbell wrote: On Thu, 2014-01-16 at 11:48 -0500, Jason Cooper wrote: Sebastian, On Thu, Jan 16, 2014 at 09:10:31AM +0100, Sebastian Hesselbarth wrote: DT-enabled Marvell Kirkwood and Dove SoCs make

Re: [PATCH] ARM: orion: provide C-style interrupt handler for MULTI_IRQ_HANDLER

2014-01-16 Thread Jason Cooper
On Thu, Jan 16, 2014 at 07:42:10PM +0100, Sebastian Hesselbarth wrote: ... Out of curiosity, does that adding the Cc tag to the commit queue it automatically as soon as it will be pulled by Linus? Yes. The -stable team scans commits as they are added to Linus' tree. If it has that tag, then