Re: [PATCH V3] irqchip: Add TB10x interrupt controller driver

2013-06-25 Thread Vineet Gupta
On 06/25/2013 07:41 PM, Christian Ruppert wrote: >>> > > Signed-off-by: Christian Ruppert >>> > > Signed-off-by: Pierrick Hascoet >> > >> > Why is Pierrick in the SOB chain? > We work on the platform port together and review and test each others' > patches. It is planned submitting several of h

Re: [PATCH V3] irqchip: Add TB10x interrupt controller driver

2013-06-25 Thread Vineet Gupta
Hi Thomas, On 06/25/2013 08:07 PM, Thomas Gleixner wrote: > >>> I can pick it up, but I'm not so fond of carrying arch/arc patches >>> which might conflict with other stuff in the arc tree. Veenet, if I >>> should pick the whole thing up, I'd like to have an acked-by at least. >> Would you prefer

Re: [PATCH V3] irqchip: Add TB10x interrupt controller driver

2013-06-25 Thread Thomas Gleixner
On Tue, 25 Jun 2013, Christian Ruppert wrote: > On Tue, Jun 25, 2013 at 03:58:43PM +0200, Thomas Gleixner wrote: > > On Fri, 31 May 2013, Christian Ruppert wrote: > > > The SOC interrupt controller driver for the Abilis Systems TB10x series of > > > SOCs based on ARC700 CPUs. > > > > > > This patc

Re: [PATCH V3] irqchip: Add TB10x interrupt controller driver

2013-06-25 Thread Christian Ruppert
On Tue, Jun 25, 2013 at 03:58:43PM +0200, Thomas Gleixner wrote: > On Fri, 31 May 2013, Christian Ruppert wrote: > > The SOC interrupt controller driver for the Abilis Systems TB10x series of > > SOCs based on ARC700 CPUs. > > > > This patch depends on commits eb76bdd407d8a90e59a06cb0158886df390e5

Re: [PATCH V3] irqchip: Add TB10x interrupt controller driver

2013-06-25 Thread Thomas Gleixner
On Fri, 31 May 2013, Christian Ruppert wrote: > The SOC interrupt controller driver for the Abilis Systems TB10x series of > SOCs based on ARC700 CPUs. > > This patch depends on commits eb76bdd407d8a90e59a06cb0158886df390e5d1c and > 712bc93df9e7f14b8a163148d2aa7c778e151627 from branch irq/for-arm

Re: [PATCH V3] irqchip: Add TB10x interrupt controller driver

2013-06-25 Thread Grant Likely
On Tue, Jun 25, 2013 at 2:29 PM, Christian Ruppert wrote: > On Mon, Jun 03, 2013 at 10:51:06AM +0100, Grant Likely wrote: >> On Mon, Jun 3, 2013 at 5:05 AM, Vineet Gupta >> wrote: >> > On 06/01/2013 03:48 AM, Grant Likely wrote: >> >> If I were working on this system I'd drop the >> >> snps,arc7

Re: [PATCH V3] irqchip: Add TB10x interrupt controller driver

2013-06-25 Thread Christian Ruppert
On Mon, Jun 03, 2013 at 10:51:06AM +0100, Grant Likely wrote: > On Mon, Jun 3, 2013 at 5:05 AM, Vineet Gupta > wrote: > > On 06/01/2013 03:48 AM, Grant Likely wrote: > >> If I were working on this system I'd drop the > >> snps,arc700-intc node entirely and have a single abilis,tb10x-intc that > >

Re: [PATCH V3] irqchip: Add TB10x interrupt controller driver

2013-06-13 Thread Christian Ruppert
On Sat, Jun 01, 2013 at 01:01:33PM +0200, Christian Ruppert wrote: > On Fri, May 31, 2013 at 11:18:14PM +0100, Grant Likely wrote: > > On Fri, 31 May 2013 19:32:34 +0200 (CEST), Thomas Gleixner > > wrote: > > > On Fri, 31 May 2013, Christian Ruppert wrote: > > > > > > > The SOC interrupt control

Re: [PATCH V3] irqchip: Add TB10x interrupt controller driver

2013-06-03 Thread Grant Likely
On Mon, Jun 3, 2013 at 5:05 AM, Vineet Gupta wrote: > On 06/01/2013 03:48 AM, Grant Likely wrote: >> If I were working on this system I'd drop the >> snps,arc700-intc node entirely and have a single abilis,tb10x-intc that >> encapsulated the properties of both (you would of course want to share >>

Re: [PATCH V3] irqchip: Add TB10x interrupt controller driver (2)

2013-06-03 Thread Christian Ruppert
On Mon, Jun 03, 2013 at 11:03:13AM +0530, Vineet Gupta wrote: > On 06/01/2013 04:31 PM, Christian Ruppert wrote: > > On Fri, May 31, 2013 at 11:18:14PM +0100, Grant Likely wrote: > >> On Fri, 31 May 2013 19:32:34 +0200 (CEST), Thomas Gleixner > >> wrote: > >>> On Fri, 31 May 2013, Christian Ruppe

Re: [PATCH V3] irqchip: Add TB10x interrupt controller driver (2)

2013-06-02 Thread Vineet Gupta
On 06/01/2013 04:31 PM, Christian Ruppert wrote: > On Fri, May 31, 2013 at 11:18:14PM +0100, Grant Likely wrote: >> On Fri, 31 May 2013 19:32:34 +0200 (CEST), Thomas Gleixner >> wrote: >>> On Fri, 31 May 2013, Christian Ruppert wrote: >>> The SOC interrupt controller driver for the Abilis Sy

Re: [PATCH V3] irqchip: Add TB10x interrupt controller driver

2013-06-02 Thread Vineet Gupta
On 06/01/2013 03:48 AM, Grant Likely wrote: > On Fri, 31 May 2013 19:32:34 +0200 (CEST), Thomas Gleixner > wrote: >> irq chip. >>> +static void tb10x_irq_cascade(unsigned int irq, struct irq_desc *desc) >>> +{ >>> + struct irq_domain *domain = irq_desc_get_handler_data(desc); >>> + >>> + gene

Re: [PATCH V3] irqchip: Add TB10x interrupt controller driver

2013-06-01 Thread Christian Ruppert
On Fri, May 31, 2013 at 11:18:14PM +0100, Grant Likely wrote: > On Fri, 31 May 2013 19:32:34 +0200 (CEST), Thomas Gleixner > wrote: > > On Fri, 31 May 2013, Christian Ruppert wrote: > > > > > The SOC interrupt controller driver for the Abilis Systems TB10x series of > > > SOCs based on ARC700 CP

Re: [PATCH V3] irqchip: Add TB10x interrupt controller driver

2013-05-31 Thread Grant Likely
On Fri, 31 May 2013 19:32:34 +0200 (CEST), Thomas Gleixner wrote: > On Fri, 31 May 2013, Christian Ruppert wrote: > > > The SOC interrupt controller driver for the Abilis Systems TB10x series of > > SOCs based on ARC700 CPUs. > > > > This patch depends on commits eb76bdd407d8a90e59a06cb0158886d

Re: [PATCH V3] irqchip: Add TB10x interrupt controller driver

2013-05-31 Thread Thomas Gleixner
On Fri, 31 May 2013, Christian Ruppert wrote: > The SOC interrupt controller driver for the Abilis Systems TB10x series of > SOCs based on ARC700 CPUs. > > This patch depends on commits eb76bdd407d8a90e59a06cb0158886df390e5d1c and > 712bc93df9e7f14b8a163148d2aa7c778e151627 from branch irq/for-arm

[PATCH V3] irqchip: Add TB10x interrupt controller driver

2013-05-31 Thread Christian Ruppert
The SOC interrupt controller driver for the Abilis Systems TB10x series of SOCs based on ARC700 CPUs. This patch depends on commits eb76bdd407d8a90e59a06cb0158886df390e5d1c and 712bc93df9e7f14b8a163148d2aa7c778e151627 from branch irq/for-arm of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip