[PATCH 1/4] powerpc: fsl_msi doesn't need it's own of_node

2008-08-05 Thread Michael Ellerman
The FSL MSI code keeps a pointer to the of_node from the device it represents. However it also has an irq_host, which contains a pointer to the of_node, so use that one instead. Signed-off-by: Michael Ellerman <[EMAIL PROTECTED]> --- arch/powerpc/sysdev/fsl_msi.c | 12 +--- arch/powerpc

RE: [PATCH 1/4] powerpc: fsl_msi doesn't need it's own of_node

2008-07-17 Thread Michael Ellerman
On Thu, 2008-07-17 at 18:48 +0800, Jin Zhengxiong wrote: > Ack, Tested the patch set on Freescale board and working good. > Thanks Thanks for testing. cheers -- Michael Ellerman OzLabs, IBM Australia Development Lab wwweb: http://michael.ellerman.id.au phone: +61 2 6212 1183 (tie line 70 21183

RE: [PATCH 1/4] powerpc: fsl_msi doesn't need it's own of_node

2008-07-17 Thread Jin Zhengxiong
Gala Kumar; Jin > Zhengxiong > Subject: [PATCH 1/4] powerpc: fsl_msi doesn't need it's own of_node > > The FSL MSI code keeps a pointer to the of_node from the > device it represents. However it also has an irq_host, which > contains a pointer to the of_node, so use th

[PATCH 1/4] powerpc: fsl_msi doesn't need it's own of_node

2008-07-15 Thread Michael Ellerman
The FSL MSI code keeps a pointer to the of_node from the device it represents. However it also has an irq_host, which contains a pointer to the of_node, so use that one instead. Signed-off-by: Michael Ellerman <[EMAIL PROTECTED]> --- arch/powerpc/sysdev/fsl_msi.c | 12 +--- arch/powerpc