lkml.org 
[lkml]   [2012]   [Aug]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 4/6] mfd: Use interrupt-parent as IRQ controller if specified in DT
On Mon, Aug 06, 2012 at 11:46:40AM +0100, Lee Jones wrote:

> - domain = irq_find_host(parent->of_node);
> +#ifdef CONFIG_OF
> + parent_node = of_irq_find_parent(np);
> +#endif

Shouldn't of_irq_find_parent() be stubbed out by the header? Every
single user of this is going to need it. Indeed, shouldn't we be making
irq_find_host() just do this?


\
 
 \ /
  Last update: 2012-08-06 18:21    [W:0.088 / U:0.268 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site