Re: [PATCH] powerpc/pci: Fix IMMRBAR address

2014-01-17 Thread Kumar Gala
On Jan 16, 2014, at 2:14 AM, Minghuan Lian wrote: > For PEXCSRBAR, bit 3-0 indicate prefetchable and address type. > So when getting base address, these bits should be masked, > otherwise we may get incorrect base address. > > Signed-off-by: Minghuan Lian > --- > arch/powerpc/sysdev/fsl_pci.c

[PATCH] powerpc/pci: Fix IMMRBAR address

2014-01-16 Thread Minghuan Lian
For PEXCSRBAR, bit 3-0 indicate prefetchable and address type. So when getting base address, these bits should be masked, otherwise we may get incorrect base address. Signed-off-by: Minghuan Lian --- arch/powerpc/sysdev/fsl_pci.c | 8 1 file changed, 8 insertions(+) diff --git a/arch/p