Re: [PATCH 1/4]:Add mbigen driver to support mbigen interrupt controller

2015-06-01 Thread Paul Bolle
On Mon, 2015-06-01 at 09:50 +0100, Marc Zyngier wrote: > On 30/05/15 04:19, majun (F) wrote: > > This patch contains the mbigen device driver. > > > > To support Mbigen device, irq-mbigen.c and mbi.h are added. > > > > As a MSI interrupt controller, the mbigen is used as a child domain of > > MSI

Re: [PATCH 1/4]:Add mbigen driver to support mbigen interrupt controller

2015-06-01 Thread Marc Zyngier
Hi Majun, First, please CC the irqchip maintainers (Jason and Thomas) on all patches related to the irqchip subsystem. On 30/05/15 04:19, majun (F) wrote: > This patch contains the mbigen device driver. > > To support Mbigen device, irq-mbigen.c and mbi.h are added. > > As a MSI interrupt contr

Re: [PATCH 1/4]:Add mbigen driver to support mbigen interrupt controller

2015-05-29 Thread majun (F)
Hi Joe Perches: Thanks for you advice. I will fixed it in next version 在 2015/5/30 13:38, Joe Perches 写道: > On Sat, 2015-05-30 at 11:19 +0800, majun (F) wrote: >> This patch contains the mbigen device driver. > > Trivial notes: > > Please use scripts/checkpatch.pl on your patches and see

Re: [PATCH 1/4]:Add mbigen driver to support mbigen interrupt controller

2015-05-29 Thread Joe Perches
On Sat, 2015-05-30 at 11:19 +0800, majun (F) wrote: > This patch contains the mbigen device driver. Trivial notes: Please use scripts/checkpatch.pl on your patches and see if you want to correct any of the messages it produces. > diff --git a/drivers/irqchip/irq-mbigen.c b/drivers/irqchip/irq-mb