Re: [PATCH v3 05/10] powerpc/mpic: Search for open-pic device-tree node if NULL

2011-12-03 Thread Kumar Gala
On Dec 2, 2011, at 10:28 AM, Kyle Moffett wrote: > Almost all PowerPC platforms use a standard "open-pic" device node so > the mpic_alloc() function now accepts NULL for the device-node. This > will cause it to perform a default search with of_find_matching_node(). > > Signed-off-by: Kyle Moffe

[PATCH v3 05/10] powerpc/mpic: Search for open-pic device-tree node if NULL

2011-12-02 Thread Kyle Moffett
Almost all PowerPC platforms use a standard "open-pic" device node so the mpic_alloc() function now accepts NULL for the device-node. This will cause it to perform a default search with of_find_matching_node(). Signed-off-by: Kyle Moffett --- arch/powerpc/platforms/85xx/corenet_ds.c |