Re: [PATCHv3 01/10] irqchip: GIC: Add Cortex-A7 compatible string

2013-08-12 Thread Maxime Ripard
Hi Thomas, On Sun, Aug 04, 2013 at 11:47:28AM +0200, Maxime Ripard wrote: > The GIC can also be found on Cortex-A7 based SoCs. Register a new > compatible string for those cases. I'd like this set to go in 3.12, could you review/merge this patch? Thanks, Maxime -- Maxime Ripard, Free Electrons

[PATCHv3 01/10] irqchip: GIC: Add Cortex-A7 compatible string

2013-08-04 Thread Maxime Ripard
The GIC can also be found on Cortex-A7 based SoCs. Register a new compatible string for those cases. Signed-off-by: Maxime Ripard Cc: Thomas Gleixner --- drivers/irqchip/irq-gic.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/irqchip/irq-gic.c b/drivers/irqchip/irq-gic.c index 19c