Re: [linux-yocto] [PATCH 69/94] arm/mach-axxia: Fixed type1 PCIe enumeration issue

2013-11-09 Thread Bruce Ashfield
On 11/7/2013, 8:13 PM, Paul Butler wrote: From: SangeethaRao sangeetha@lsi.com Obviously the masking and shifting isn't necessary. But is there a description of the issues that the masking and shifting was causing ? It'll save some poor soul that might not have the latest code some time,

[linux-yocto] [PATCH 69/94] arm/mach-axxia: Fixed type1 PCIe enumeration issue

2013-11-07 Thread Paul Butler
From: SangeethaRao sangeetha@lsi.com Signed-off-by: SangeethaRao sangeetha@lsi.com --- arch/arm/mach-axxia/pci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-axxia/pci.c b/arch/arm/mach-axxia/pci.c index b0ddab6..2600892 100644 ---