Re: [PATCH] powerpc/fsl: Add multiple MSI bank support

2010-03-21 Thread Timur Tabi
On Thu, Mar 18, 2010 at 9:53 AM, Kumar Gala wrote: > +       /* The multiple setting ppc_md.setup_msi_irqs will not harm things */ > +       if (!ppc_md.setup_msi_irqs) { > +               ppc_md.setup_msi_irqs = fsl_setup_msi_irqs; > +               ppc_md.teardown_msi_irqs = fsl_teardown_msi_irq

Re: [PATCH] powerpc/fsl: Add multiple MSI bank support

2010-03-21 Thread Michael Ellerman
On Fri, 2010-03-19 at 10:15 -0500, Kumar Gala wrote: > On Mar 18, 2010, at 10:06 PM, Michael Ellerman wrote: > > > On Thu, 2010-03-18 at 09:53 -0500, Kumar Gala wrote: > >> From: Lan Chunhe-B25806 > >> > >> Freescale QorIQ P4080 has three MSI banks and the original code > >> can not work well. T

Re: [PATCH] powerpc/fsl: Add multiple MSI bank support

2010-03-19 Thread Kumar Gala
On Mar 18, 2010, at 10:06 PM, Michael Ellerman wrote: > On Thu, 2010-03-18 at 09:53 -0500, Kumar Gala wrote: >> From: Lan Chunhe-B25806 >> >> Freescale QorIQ P4080 has three MSI banks and the original code >> can not work well. This patch adds multiple MSI banks support for >> Freescale process

Re: [PATCH] powerpc/fsl: Add multiple MSI bank support

2010-03-18 Thread Michael Ellerman
On Thu, 2010-03-18 at 09:53 -0500, Kumar Gala wrote: > From: Lan Chunhe-B25806 > > Freescale QorIQ P4080 has three MSI banks and the original code > can not work well. This patch adds multiple MSI banks support for > Freescale processor. > > Signed-off-by: Lan Chunhe-B25806 > Signed-off-by: Roy