Re: [PATCH 1/5] of/irq: Move irq_of_parse_and_map() to common code

2010-06-09 Thread Benjamin Herrenschmidt
On Fri, 2010-06-04 at 15:21 -0600, Grant Likely wrote: > Merge common code between PowerPC and Microblaze. SPARC implements > irq_of_parse_and_map(), but the implementation is different, so it > does not use this code. > > Signed-off-by: Grant Likely > CC: Michal Simek > CC: "David S. Miller"

[PATCH 1/5] of/irq: Move irq_of_parse_and_map() to common code

2010-06-04 Thread Grant Likely
Merge common code between PowerPC and Microblaze. SPARC implements irq_of_parse_and_map(), but the implementation is different, so it does not use this code. Signed-off-by: Grant Likely CC: Michal Simek CC: "David S. Miller" CC: Stephen Rothwell CC: Benjamin Herrenschmidt CC: Jeremy Kerr CC