From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sj-iport-3.cisco.com (sj-iport-3-in.cisco.com [171.71.176.72]) by ozlabs.org (Postfix) with ESMTP id D1DAE68866 for ; Wed, 7 Dec 2005 16:21:00 +1100 (EST) To: "Ruslan V. Sushko" References: <1133873391.16347.42.camel@mephisto.spb.rtsoft.ru> From: Roland Dreier Date: Tue, 06 Dec 2005 21:17:42 -0800 In-Reply-To: <1133873391.16347.42.camel@mephisto.spb.rtsoft.ru> (Ruslan V. Sushko's message of "Tue, 06 Dec 2005 15:49:51 +0300") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Cc: linuxppc-embedded@ozlabs.org Subject: Re: [PATCH 2/5] ppc32: verbose error checking for Yucca PCIE initialization List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Ruslan> I haven't saw any error but this is potential issue Ruslan> because this flag asserts only then PCI Express port Ruslan> initialization is completed. I guess the initialization Ruslan> sequences assumes time using. Therefore the error may Ruslan> appears in future revision of the boards if Core clock Ruslan> will grow up. Nevertheless I do not know the time which Ruslan> is necessary for completeness, so I add this just to be Ruslan> safe. Hmm, I guess this is OK. Matt, go ahead and apply this. - R.