From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A8FFFC433FE for ; Tue, 10 May 2022 17:49:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348422AbiEJRxT (ORCPT ); Tue, 10 May 2022 13:53:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49192 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348410AbiEJRxR (ORCPT ); Tue, 10 May 2022 13:53:17 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id D58D95C349 for ; Tue, 10 May 2022 10:49:18 -0700 (PDT) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id B138712FC; Tue, 10 May 2022 10:49:18 -0700 (PDT) Received: from lpieralisi (unknown [10.57.5.53]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id A3AF53F73D; Tue, 10 May 2022 10:49:16 -0700 (PDT) Date: Tue, 10 May 2022 18:49:12 +0100 From: Lorenzo Pieralisi To: Francesco Dolcini Cc: Richard Zhu , Lucas Stach , Rob Herring , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Shawn Guo , Sascha Hauer , Bjorn Helgaas , linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, pali@kernel.org Subject: Re: [PATCH v3] PCI: imx6: Fix PERST# start-up sequence Message-ID: References: <20220404081509.94356-1-francesco.dolcini@toradex.com> <20220411165031.GA28780@lpieralisi> <20220509140919.GA7159@francesco-nb.int.toradex.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220509140919.GA7159@francesco-nb.int.toradex.com> Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Mon, May 09, 2022 at 04:09:19PM +0200, Francesco Dolcini wrote: > Hello Lorenzo, > > On Mon, Apr 11, 2022 at 05:50:41PM +0100, Lorenzo Pieralisi wrote: > > [CC'ed Pali, who is working on PERST consolidation] > > > > On Mon, Apr 04, 2022 at 10:15:09AM +0200, Francesco Dolcini wrote: > > > Failure to do so could prevent PCIe devices to be working correctly, > > > and this was experienced with real devices. > > Just a gentle ping, any concern on the patch? I was waiting to see if Pali has any comments on it, given that he is working on consolidating PERST management. Lorenzo