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 AD4A9C433EF for ; Mon, 16 May 2022 05:44:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239802AbiEPFov (ORCPT ); Mon, 16 May 2022 01:44:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35986 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236196AbiEPFot (ORCPT ); Mon, 16 May 2022 01:44:49 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1011DDFC2; Sun, 15 May 2022 22:44:48 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id B6A4E68B05; Mon, 16 May 2022 07:44:42 +0200 (CEST) Date: Mon, 16 May 2022 07:44:42 +0200 From: Christoph Hellwig To: Manivannan Sadhasivam Cc: bhelgaas@google.com, lorenzo.pieralisi@arm.com, kbusch@kernel.org, hch@lst.de, linux-nvme@lists.infradead.org, linux-pci@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, svarbanov@mm-sol.com, bjorn.andersson@linaro.org, axboe@fb.com, quic_vbadigan@quicinc.com, quic_krichai@quicinc.com, quic_nitirawa@quicinc.com, vidyas@nvidia.com, sagi@grimberg.me Subject: Re: [PATCH 0/3] PCI: Notify PCI drivers about powerdown during suspend Message-ID: <20220516054442.GA12171@lst.de> References: <20220513110027.31015-1-manivannan.sadhasivam@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220513110027.31015-1-manivannan.sadhasivam@linaro.org> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org This looks workable to me, and is fine with me from the NVMe side. I could see arguments for passing the flag to the actual suspend method, but as that would require much bigger changes I'm not going to ask for it just because. Acked-by: Christoph Hellwig