[PATCH v3 2/4] ARM: OMAP2/3: intc: Add DT support for TI interrupt controller
From: Cousson, Benoit <hidden>
Date: 2012-02-15 13:09:56
Also in:
linux-devicetree, linux-omap
From: Cousson, Benoit <hidden>
Date: 2012-02-15 13:09:56
Also in:
linux-devicetree, linux-omap
On 2/14/2012 8:48 PM, Rob Herring wrote:
On 02/14/2012 11:56 AM, Benoit Cousson wrote:quoted
Add a function to initialize the OMAP2/3 interrupt controller (INTC) using a device tree node. This version take advantage of the new irq_domain_add_legacy API. Replace some printk() with the proper pr_ macro. Signed-off-by: Benoit Cousson<redacted> Cc: Tony Lindgren<tony@atomide.com> Cc: Rob Herring<redacted> Cc: Grant Likely<redacted>Given that you plan to do gen irqchip:
Yes, I will. I even already have to patch, but I'm just trying to minimize the dependency since I'd like that to be merged for 3.4. That series already missed 3.3.
Acked-by: Rob Herring<redacted>
Thanks, Benoit