Re: [PATCH V11 1/8] irqchip: add C-SKY SMP interrupt controller

2018-10-11 Thread Guo Ren
Hi Marc, On Tue, Oct 09, 2018 at 04:11:05PM +0100, Marc Zyngier wrote: > On 09/10/18 15:41, Guo Ren wrote: > > - Irq-csky-mpintc is C-SKY smp system interrupt controller and it > >could support 16 soft irqs, 16 private irqs, and 992 max common > >irqs. > > > >Changelog: > > - Convert

Re: [PATCH V11 1/8] irqchip: add C-SKY SMP interrupt controller

2018-10-11 Thread Guo Ren
Hi Marc, On Tue, Oct 09, 2018 at 04:11:05PM +0100, Marc Zyngier wrote: > On 09/10/18 15:41, Guo Ren wrote: > > - Irq-csky-mpintc is C-SKY smp system interrupt controller and it > >could support 16 soft irqs, 16 private irqs, and 992 max common > >irqs. > > > >Changelog: > > - Convert

Re: [PATCH V11 1/8] irqchip: add C-SKY SMP interrupt controller

2018-10-09 Thread Marc Zyngier
On 09/10/18 15:41, Guo Ren wrote: - Irq-csky-mpintc is C-SKY smp system interrupt controller and it could support 16 soft irqs, 16 private irqs, and 992 max common irqs. Changelog: - Convert the cpumask to an interrupt-controller specific representation in driver's code, and not

Re: [PATCH V11 1/8] irqchip: add C-SKY SMP interrupt controller

2018-10-09 Thread Marc Zyngier
On 09/10/18 15:41, Guo Ren wrote: - Irq-csky-mpintc is C-SKY smp system interrupt controller and it could support 16 soft irqs, 16 private irqs, and 992 max common irqs. Changelog: - Convert the cpumask to an interrupt-controller specific representation in driver's code, and not

[PATCH V11 1/8] irqchip: add C-SKY SMP interrupt controller

2018-10-09 Thread Guo Ren
- Irq-csky-mpintc is C-SKY smp system interrupt controller and it could support 16 soft irqs, 16 private irqs, and 992 max common irqs. Changelog: - Convert the cpumask to an interrupt-controller specific representation in driver's code, and not the SMP code's. - pass checkpatch.pl -

[PATCH V11 1/8] irqchip: add C-SKY SMP interrupt controller

2018-10-09 Thread Guo Ren
- Irq-csky-mpintc is C-SKY smp system interrupt controller and it could support 16 soft irqs, 16 private irqs, and 992 max common irqs. Changelog: - Convert the cpumask to an interrupt-controller specific representation in driver's code, and not the SMP code's. - pass checkpatch.pl -