Re: [linux-sunxi] Re: [PATCH v6 2/9] irqchip/sunxi-nmi: add support for the NMI in A64 R_INTC

2017-06-05 Thread Marc Zyngier
On 05/06/17 08:56, Icenowy Zheng wrote: > > > 于 2017年6月5日 GMT+08:00 下午3:53:50, Marc Zyngier 写到: >> On 05/06/17 06:57, Chen-Yu Tsai wrote: >>> Hi Marc, >>> >>> On Mon, May 22, 2017 at 10:25 PM, Chen-Yu Tsai wrote: On Mon, May 22, 2017 at 5:41 PM, Icenowy Zheng >> wrote: > > > 于

Re: [linux-sunxi] Re: [PATCH v6 2/9] irqchip/sunxi-nmi: add support for the NMI in A64 R_INTC

2017-06-05 Thread Icenowy Zheng
于 2017年6月5日 GMT+08:00 下午3:53:50, Marc Zyngier 写到: >On 05/06/17 06:57, Chen-Yu Tsai wrote: >> Hi Marc, >> >> On Mon, May 22, 2017 at 10:25 PM, Chen-Yu Tsai wrote: >>> On Mon, May 22, 2017 at 5:41 PM, Icenowy Zheng >wrote: 于 2017年5月22日 GMT+08:00 下午5:39:22, Marc Zyngier > 写到:

Re: [linux-sunxi] Re: [PATCH v6 2/9] irqchip/sunxi-nmi: add support for the NMI in A64 R_INTC

2017-06-05 Thread Marc Zyngier
On 05/06/17 06:57, Chen-Yu Tsai wrote: > Hi Marc, > > On Mon, May 22, 2017 at 10:25 PM, Chen-Yu Tsai wrote: >> On Mon, May 22, 2017 at 5:41 PM, Icenowy Zheng wrote: >>> >>> >>> 于 2017年5月22日 GMT+08:00 下午5:39:22, Marc Zyngier 写到: On 18/05/17 08:16, Icenowy Zheng wrote: > Add support for

Re: [linux-sunxi] Re: [PATCH v6 2/9] irqchip/sunxi-nmi: add support for the NMI in A64 R_INTC

2017-06-04 Thread Chen-Yu Tsai
Hi Marc, On Mon, May 22, 2017 at 10:25 PM, Chen-Yu Tsai wrote: > On Mon, May 22, 2017 at 5:41 PM, Icenowy Zheng wrote: >> >> >> 于 2017年5月22日 GMT+08:00 下午5:39:22, Marc Zyngier 写到: >>>On 18/05/17 08:16, Icenowy Zheng wrote: Add support for the newly imported compatible for the A64 R_INTC in

Re: [linux-sunxi] Re: [PATCH v6 2/9] irqchip/sunxi-nmi: add support for the NMI in A64 R_INTC

2017-05-22 Thread Chen-Yu Tsai
On Mon, May 22, 2017 at 5:41 PM, Icenowy Zheng wrote: > > > 于 2017年5月22日 GMT+08:00 下午5:39:22, Marc Zyngier 写到: >>On 18/05/17 08:16, Icenowy Zheng wrote: >>> Add support for the newly imported compatible for the A64 R_INTC in >>> irq-sunxi-nmi driver. >>> >>> Signed-off-by: Icenowy Zheng >>> ---

Re: [PATCH v6 2/9] irqchip/sunxi-nmi: add support for the NMI in A64 R_INTC

2017-05-22 Thread Icenowy Zheng
于 2017年5月22日 GMT+08:00 下午5:39:22, Marc Zyngier 写到: >On 18/05/17 08:16, Icenowy Zheng wrote: >> Add support for the newly imported compatible for the A64 R_INTC in >> irq-sunxi-nmi driver. >> >> Signed-off-by: Icenowy Zheng >> --- >> Changes in v5: >> - Fix A64 R_INTC compatible. >> >> driver

Re: [PATCH v6 2/9] irqchip/sunxi-nmi: add support for the NMI in A64 R_INTC

2017-05-22 Thread Marc Zyngier
On 18/05/17 08:16, Icenowy Zheng wrote: > Add support for the newly imported compatible for the A64 R_INTC in > irq-sunxi-nmi driver. > > Signed-off-by: Icenowy Zheng > --- > Changes in v5: > - Fix A64 R_INTC compatible. > > drivers/irqchip/irq-sunxi-nmi.c | 13 + > 1 file changed,

Re: [PATCH v6 2/9] irqchip/sunxi-nmi: add support for the NMI in A64 R_INTC

2017-05-18 Thread Chen-Yu Tsai
On Thu, May 18, 2017 at 3:52 PM, Maxime Ripard wrote: > On Thu, May 18, 2017 at 03:16:46PM +0800, Icenowy Zheng wrote: >> Add support for the newly imported compatible for the A64 R_INTC in >> irq-sunxi-nmi driver. >> >> Signed-off-by: Icenowy Zheng > > Acked-by: Maxime Ripard Reviewed-by: Chen

Re: [PATCH v6 2/9] irqchip/sunxi-nmi: add support for the NMI in A64 R_INTC

2017-05-18 Thread Maxime Ripard
On Thu, May 18, 2017 at 03:16:46PM +0800, Icenowy Zheng wrote: > Add support for the newly imported compatible for the A64 R_INTC in > irq-sunxi-nmi driver. > > Signed-off-by: Icenowy Zheng Acked-by: Maxime Ripard Maxime -- Maxime Ripard, Free Electrons Embedded Linux and Kernel engineering

[PATCH v6 2/9] irqchip/sunxi-nmi: add support for the NMI in A64 R_INTC

2017-05-18 Thread Icenowy Zheng
Add support for the newly imported compatible for the A64 R_INTC in irq-sunxi-nmi driver. Signed-off-by: Icenowy Zheng --- Changes in v5: - Fix A64 R_INTC compatible. drivers/irqchip/irq-sunxi-nmi.c | 13 + 1 file changed, 13 insertions(+) diff --git a/drivers/irqchip/irq-sunxi-nmi