Re: [PATCH] powerpc/fsl-pci: Fix MSI support on 83xx platforms

2010-10-06 Thread Kumar Gala
On Aug 5, 2010, at 3:02 AM, Kumar Gala wrote: > The following commit broke 83xx because it assumed the 83xx platforms > exposed the "IMMR" address in BAR0 like the 85xx/86xx/QoriQ devices do: > > commit 3da34aae03d498ee62f75aa7467de93cce3030fd > Author: Kumar Gala > Date: Tue May 12 15:51:56

Re: [PATCH] powerpc/fsl-pci: Fix MSI support on 83xx platforms

2010-08-09 Thread Ilya Yanok
Hi Kumar, 05.08.2010 12:02, Kumar Gala wrote: The following commit broke 83xx because it assumed the 83xx platforms exposed the "IMMR" address in BAR0 like the 85xx/86xx/QoriQ devices do: commit 3da34aae03d498ee62f75aa7467de93cce3030fd Author: Kumar Gala Date: Tue May 12 15:51:56 2009 -0500

Re: [PATCH] powerpc/fsl-pci: Fix MSI support on 83xx platforms

2010-08-09 Thread Ilya Yanok
Hi Kumar, 05.08.2010 12:02, Kumar Gala wrote: The following commit broke 83xx because it assumed the 83xx platforms exposed the "IMMR" address in BAR0 like the 85xx/86xx/QoriQ devices do: commit 3da34aae03d498ee62f75aa7467de93cce3030fd Author: Kumar Gala Date: Tue May 12 15:51:56 2009 -0500

Re: [PATCH] powerpc/fsl-pci: Fix MSI support on 83xx platforms

2010-08-08 Thread Ilya Yanok
Hi Kumar, On 05.08.2010 12:02, Kumar Gala wrote: However that is not true, so we have to search through the inbound window settings on 83xx to find which one matches the IMMR address to determine its PCI address. Thanks, your patch really does help on MPC8308 board I use. Regards, Ilya.

[PATCH] powerpc/fsl-pci: Fix MSI support on 83xx platforms

2010-08-05 Thread Kumar Gala
The following commit broke 83xx because it assumed the 83xx platforms exposed the "IMMR" address in BAR0 like the 85xx/86xx/QoriQ devices do: commit 3da34aae03d498ee62f75aa7467de93cce3030fd Author: Kumar Gala Date: Tue May 12 15:51:56 2009 -0500 powerpc/fsl: Support unique MSI addresses pe