Re: [PATCH 01/10] irqchip/csky: Support csky,dh7k SOC intc driver

2019-02-14 Thread Guo Ren
On Thu, Feb 14, 2019 at 02:03:52PM +, Marc Zyngier wrote: > On Tue, 29 Jan 2019 12:24:20 +, > guo...@kernel.org wrote: > > > > From: Guo Ren > > > > C-SKY dh7k SOC use simple APB interrupt controller and most of driver's > > implementation codes could be reused in csky-apb-intc.c. So mer

Re: [PATCH 01/10] irqchip/csky: Support csky,dh7k SOC intc driver

2019-02-14 Thread Marc Zyngier
On Tue, 29 Jan 2019 12:24:20 +, guo...@kernel.org wrote: > > From: Guo Ren > > C-SKY dh7k SOC use simple APB interrupt controller and most of driver's > implementation codes could be reused in csky-apb-intc.c. So merge them > together. > > Signed-off-by: Guo Ren > --- > drivers/irqchip/ir

[PATCH 01/10] irqchip/csky: Support csky,dh7k SOC intc driver

2019-01-29 Thread guoren
From: Guo Ren C-SKY dh7k SOC use simple APB interrupt controller and most of driver's implementation codes could be reused in csky-apb-intc.c. So merge them together. Signed-off-by: Guo Ren --- drivers/irqchip/irq-csky-apb-intc.c | 95 + 1 file changed, 85 i