Home
last modified time | relevance | path

Searched hist:fbf75da733e82bb17a01e1b907b0e40d9c028823 (Results 1 – 1 of 1) sorted by relevance

/linux/arch/arm/mach-omap2/
H A Dboard-generic.cdiff 75a57fe9cb77e3d3062127cb72d18314f00674d1 Mon Mar 05 22:47:28 CET 2012 Tony Lindgren <tony@atomide.com> ARM: OMAP2+: Fix build error when only ARCH_OMAP2/3 or 4 is selected

Otherwise we'll get undefined reference to `gic_of_init' or
undefined reference to `omap_intc_of_init'.

This was caused by commit fbf75da733e82bb17a01e1b907b0e40d9c028823
(ARM: OMAP2+: board-generic: Use of_irq_init API).

Signed-off-by: Tony Lindgren <tony@atomide.com>
diff fbf75da733e82bb17a01e1b907b0e40d9c028823 Wed Sep 21 23:30:31 CEST 2011 Benoit Cousson <b-cousson@ti.com> ARM: OMAP2+: board-generic: Use of_irq_init API

Use the of_irq_init API introduced in 3.2 to handle
interrupt-controller with DT.
Update the irq_match table to map the proper XXX_of_init
functions for INTC and GIC drivers.

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>