Re: [PATCH v10 4/4] irqchip:implement the mbigen irq chip operation functions

2015-12-17 Thread Marc Zyngier
On 17/12/15 11:56, MaJun wrote: > From: Ma Jun > > Add the interrupt controller chip operation functions of mbigen chip. > > Signed-off-by: Ma Jun Reviewed-by: Marc Zyngier M. -- Jazz is not dead. It just smells funny... -- To unsubscribe from this list: send the line "unsubscribe l

[PATCH v10 4/4] irqchip:implement the mbigen irq chip operation functions

2015-12-17 Thread MaJun
From: Ma Jun Add the interrupt controller chip operation functions of mbigen chip. Signed-off-by: Ma Jun --- drivers/irqchip/irq-mbigen.c | 81 ++ 1 files changed, 81 insertions(+), 0 deletions(-) diff --git a/drivers/irqchip/irq-mbigen.c b/drivers/ir