From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rcdn-iport-1.cisco.com (rcdn-iport-1.cisco.com [173.37.86.72]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 812611A0CFE for ; Fri, 6 Nov 2015 10:16:29 +1100 (AEDT) Subject: Re: powerpc/fsl-pci: Unify pci/pcie initialization code To: Scott Wood References: <563BA46C.8000202@cisco.com> <1446765154.12676.132.camel@freescale.com> Cc: Jia Hongtao , Kumar Gala , Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , linuxppc-dev@lists.ozlabs.org, "David Beazley (dbeazley)" , "xe-kernel@external.cisco.com" From: Daniel Walker Message-ID: <563BE349.6080100@cisco.com> Date: Thu, 5 Nov 2015 15:16:25 -0800 MIME-Version: 1.0 In-Reply-To: <1446765154.12676.132.camel@freescale.com> Content-Type: text/plain; charset=utf-8; format=flowed List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 11/05/2015 03:12 PM, Scott Wood wrote: > On Thu, 2015-11-05 at 10:48 -0800, Daniel Walker wrote: >> Hi, >> >> 905e75c46dba5f3061049277e4eb7110beedba43:arch/powerpc/platforms/85xx/mpc85xx_ads.c >> >> >> This commit seems to cause problems with PCI devices doing DMA, just >> with mpc85xx ads. If you do the "fsl_add_bridge()" after you setup the >> ppc_md.pci_exclude_device to mpc85xx_exclude_device, then the >> early_read_config_word() calls in >> arch/powerpc/sysdev/fsl_pci.c:setup_pci_cmd() are like no-ops. >> >> This issue was found by David Beazley (on the CC), he can respond to >> more detailed questions on it. The fix he came up with was to remove the >> "pci_exclude_device". >> >> Daniel > OK, please send a patch. > I was hoping Jia Hongtao could address why it wasn't address in the original patch. Some of the other boards also have an exclude function, and I wonder if those work with this change. Daniel