Re: [PATCH V3 2/2] irqchip/irq-csky-mpintc: Add triger type and priority

2019-05-21 Thread Guo Ren
Thx Marc, On Tue, May 21, 2019 at 09:54:18AM +0100, Marc Zyngier wrote: > On 21/05/2019 08:22, Guo Ren wrote: > > Hi Marc, > > ping ... Any problem ? > > Pinging me twice in four days for a patch posted in the middle of the > merge window is a problem, yes. In general, do not post such patches >

Re: [PATCH V3 2/2] irqchip/irq-csky-mpintc: Add triger type and priority

2019-05-21 Thread Marc Zyngier
On 21/05/2019 08:22, Guo Ren wrote: > Hi Marc, > ping ... Any problem ? Pinging me twice in four days for a patch posted in the middle of the merge window is a problem, yes. In general, do not post such patches during the merge window, unless this is an urgent fix. Everybody is busy unbreaking

Re: [PATCH V3 2/2] irqchip/irq-csky-mpintc: Add triger type and priority

2019-05-21 Thread Guo Ren
Hi Marc, ping ... Any problem ? Thx Guo Ren 于2019年5月13日周一 下午5:55写道: > > From: Guo Ren > > Support 4 triger types: > - IRQ_TYPE_LEVEL_HIGH > - IRQ_TYPE_LEVEL_LOW > - IRQ_TYPE_EDGE_RISING > - IRQ_TYPE_EDGE_FALLING > > Support 0-255 priority setting for each irq. > > All of above could be

[PATCH V3 2/2] irqchip/irq-csky-mpintc: Add triger type and priority

2019-05-13 Thread guoren
From: Guo Ren Support 4 triger types: - IRQ_TYPE_LEVEL_HIGH - IRQ_TYPE_LEVEL_LOW - IRQ_TYPE_EDGE_RISING - IRQ_TYPE_EDGE_FALLING Support 0-255 priority setting for each irq. All of above could be set in DeviceTree file and it still compatible with the old DeviceTree format. Changes for V3: