ARM: OMAP2/3: intc: Add DT support for TI interrupt controller
authorBenoit Cousson <b-cousson@ti.com>
Wed, 30 Nov 2011 18:21:07 +0000 (19:21 +0100)
committerBenoit Cousson <b-cousson@ti.com>
Mon, 27 Feb 2012 09:33:18 +0000 (10:33 +0100)
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 <b-cousson@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Acked-by: Rob Herring <rob.herring@calxeda.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>

No differences found