commit | 52fa212088b141dd05957dc4b7f06a893c8166ad | [log] [tgz] |
---|---|---|
author | Benoit Cousson <b-cousson@ti.com> | Wed Nov 30 19:21:07 2011 +0100 |
committer | Benoit Cousson <b-cousson@ti.com> | Mon Feb 27 10:33:18 2012 +0100 |
tree | 9a9c1e90a6acce6dd8ea965e41a7fca79e459b84 | |
parent | 1f52299ec000e2161635b263d81ab92ea7f1f0a7 [diff] |
ARM: OMAP2/3: intc: Add DT support for TI interrupt controller 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>