Re: [PATCH 03/32] irqchip: bcm2835: Avoid arch/arm-specific handle_IRQ.

2016-06-02 Thread Eric Anholt
Jason Cooper writes: > Hey Gerd, > > On Wed, Jun 01, 2016 at 11:43:12PM +0200, Gerd Hoffmann wrote: >> From: Eric Anholt >> >> This is equivalent and works for arm64 as well. >> >> Signed-off-by: Eric Anholt >> --- > > I don't mind

Re: [PATCH 03/32] irqchip: bcm2835: Avoid arch/arm-specific handle_IRQ.

2016-06-02 Thread Eric Anholt
Jason Cooper writes: > Hey Gerd, > > On Wed, Jun 01, 2016 at 11:43:12PM +0200, Gerd Hoffmann wrote: >> From: Eric Anholt >> >> This is equivalent and works for arm64 as well. >> >> Signed-off-by: Eric Anholt >> --- > > I don't mind taking this, or Eric's V2 resend. However, the commit >

Re: [PATCH 03/32] irqchip: bcm2835: Avoid arch/arm-specific handle_IRQ.

2016-06-01 Thread Jason Cooper
Hey Gerd, On Wed, Jun 01, 2016 at 11:43:12PM +0200, Gerd Hoffmann wrote: > From: Eric Anholt > > This is equivalent and works for arm64 as well. > > Signed-off-by: Eric Anholt > --- I don't mind taking this, or Eric's V2 resend. However, the commit message

Re: [PATCH 03/32] irqchip: bcm2835: Avoid arch/arm-specific handle_IRQ.

2016-06-01 Thread Jason Cooper
Hey Gerd, On Wed, Jun 01, 2016 at 11:43:12PM +0200, Gerd Hoffmann wrote: > From: Eric Anholt > > This is equivalent and works for arm64 as well. > > Signed-off-by: Eric Anholt > --- I don't mind taking this, or Eric's V2 resend. However, the commit message needs a rewrite. thx, Jason.

[PATCH 03/32] irqchip: bcm2835: Avoid arch/arm-specific handle_IRQ.

2016-06-01 Thread Gerd Hoffmann
From: Eric Anholt This is equivalent and works for arm64 as well. Signed-off-by: Eric Anholt --- drivers/irqchip/irq-bcm2835.c | 3 +-- drivers/irqchip/irq-bcm2836.c | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git

[PATCH 03/32] irqchip: bcm2835: Avoid arch/arm-specific handle_IRQ.

2016-06-01 Thread Gerd Hoffmann
From: Eric Anholt This is equivalent and works for arm64 as well. Signed-off-by: Eric Anholt --- drivers/irqchip/irq-bcm2835.c | 3 +-- drivers/irqchip/irq-bcm2836.c | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/irqchip/irq-bcm2835.c