Re: [patch 8/8] irqchip: sun4i: Convert to generic irq chip

2013-05-12 Thread Maxime Ripard
Le 12/05/2013 16:08, Maxime Ripard a écrit : > Hi Thomas, > > Le 06/05/2013 16:30, Thomas Gleixner a écrit : >> Proof of concept patch to demonstrate the new irqdomain support for >> the generic irq chip. Untested !! >> >> Signed-off-by: Thomas Gleixner >> Cc: Maxime Ripard > > I just tested it

Re: [patch 8/8] irqchip: sun4i: Convert to generic irq chip

2013-05-12 Thread Maxime Ripard
Hi Thomas, Le 06/05/2013 16:30, Thomas Gleixner a écrit : > Proof of concept patch to demonstrate the new irqdomain support for > the generic irq chip. Untested !! > > Signed-off-by: Thomas Gleixner > Cc: Maxime Ripard I just tested it, and with the minor patch I sent, it's working fine. You c

Re: [patch 8/8] irqchip: sun4i: Convert to generic irq chip

2013-05-06 Thread Rob Herring
On 05/06/2013 09:30 AM, Thomas Gleixner wrote: > Proof of concept patch to demonstrate the new irqdomain support for > the generic irq chip. Untested !! > > Signed-off-by: Thomas Gleixner > Cc: Maxime Ripard > --- > drivers/irqchip/irq-sun4i.c | 100 > -

[patch 8/8] irqchip: sun4i: Convert to generic irq chip

2013-05-06 Thread Thomas Gleixner
Proof of concept patch to demonstrate the new irqdomain support for the generic irq chip. Untested !! Signed-off-by: Thomas Gleixner Cc: Maxime Ripard --- drivers/irqchip/irq-sun4i.c | 100 1 file changed, 29 insertions(+), 71 deletions(-) Index: l

Re: [RFC patch 8/8] irqchip: sun4i: Convert to generic irq chip

2013-05-03 Thread Sebastian Hesselbarth
On 05/03/2013 11:50 PM, Thomas Gleixner wrote: > Proof of concept patch to demonstrate the new irqdomain support for > the generic irq chip. Untested !! > > Signed-off-by: Thomas Gleixner > Cc: Maxime Ripard > --- ... > + gc->reg_base = sun4i_irq_base; > + gc->chip_types[0].reg

[RFC patch 8/8] irqchip: sun4i: Convert to generic irq chip

2013-05-03 Thread Thomas Gleixner
Proof of concept patch to demonstrate the new irqdomain support for the generic irq chip. Untested !! Signed-off-by: Thomas Gleixner Cc: Maxime Ripard --- drivers/irqchip/irq-sun4i.c | 100 1 file changed, 29 insertions(+), 71 deletions(-) Index: l