Re: [PATCH 2/2] genirq: Use is_fwnode_irqchip() directly

2017-07-06 Thread Hanjun Guo
Hi Ethan, On 2017/7/6 13:46, Ethan Zhao wrote: > Hanjun, > > What branch is this patch for ? Check v4.12, failed to apply. I prepared patches based on master branch of linux-next git tree, but they can be applied cleanly on top of latest Linus tree. This patch set is for latest merged 4.13

Re: [PATCH 2/2] genirq: Use is_fwnode_irqchip() directly

2017-07-06 Thread Hanjun Guo
Hi Ethan, On 2017/7/6 13:46, Ethan Zhao wrote: > Hanjun, > > What branch is this patch for ? Check v4.12, failed to apply. I prepared patches based on master branch of linux-next git tree, but they can be applied cleanly on top of latest Linus tree. This patch set is for latest merged 4.13

Re: [PATCH 2/2] genirq: Use is_fwnode_irqchip() directly

2017-07-05 Thread Ethan Zhao
Hanjun, What branch is this patch for ? Check v4.12, failed to apply. Thanks, Ethan On Thu, Jul 6, 2017 at 12:35 PM, Hanjun Guo wrote: > From: Hanjun Guo > > is_fwnode_irqchip() already check fwnode is NULL or not, > just use

Re: [PATCH 2/2] genirq: Use is_fwnode_irqchip() directly

2017-07-05 Thread Ethan Zhao
Hanjun, What branch is this patch for ? Check v4.12, failed to apply. Thanks, Ethan On Thu, Jul 6, 2017 at 12:35 PM, Hanjun Guo wrote: > From: Hanjun Guo > > is_fwnode_irqchip() already check fwnode is NULL or not, > just use is_fwnode_irqchip() directly. > > Signed-off-by: Hanjun Guo >

[PATCH 2/2] genirq: Use is_fwnode_irqchip() directly

2017-07-05 Thread Hanjun Guo
From: Hanjun Guo is_fwnode_irqchip() already check fwnode is NULL or not, just use is_fwnode_irqchip() directly. Signed-off-by: Hanjun Guo --- kernel/irq/irqdomain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 2/2] genirq: Use is_fwnode_irqchip() directly

2017-07-05 Thread Hanjun Guo
From: Hanjun Guo is_fwnode_irqchip() already check fwnode is NULL or not, just use is_fwnode_irqchip() directly. Signed-off-by: Hanjun Guo --- kernel/irq/irqdomain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/irq/irqdomain.c b/kernel/irq/irqdomain.c index