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 40109C433EF for ; Thu, 5 May 2022 19:22:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236805AbiEET00 (ORCPT ); Thu, 5 May 2022 15:26:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42188 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232129AbiEET00 (ORCPT ); Thu, 5 May 2022 15:26:26 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 117B4532F3; Thu, 5 May 2022 12:22:45 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 8648D61DF1; Thu, 5 May 2022 19:22:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3C6DCC385A4; Thu, 5 May 2022 19:22:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1651778564; bh=tWQ8CO8sNpym6aLYcW6ACSrmqfae5zZqQkH9KrnLkvo=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=tSvoBWO/5Y9tgXuoNKCCJG/o5hG46dkoR3GapdlxbPfFG4v/+uRCtrd9Jj+gjWAfR mA0mQqQK5tTB8dcJgTa5ajElvTQD2Z5v7i1VlLl9+vSEHAGnQiX/oW7sAtsI4WySNg cRzFI/mwlneW6Nv38957g0Wpl4EwLTlK/kWHB226EJ5Lt/HSUoKbKIM5wlIdhVaEK5 Su8iDXFPOQY5X1U9L+eZ2U+rIwffDDY3shegztW36ut13/TOFhwCyhopB2xnGQrEqe j6KcywUJC+bdOUYJcAsLqy3QNYSRZH2Bv3yXM1cn8a/1zx0KLTRuqg4Gj5ziBVM2br j5Giyrh+hogTw== Date: Thu, 5 May 2022 14:22:41 -0500 From: Bjorn Helgaas To: "Rafael J. Wysocki" Cc: Linux PCI , LKML , Linux PM , Mika Westerberg , Nathan Chancellor , Anders Roxell , Krzysztof Kozlowski Subject: Re: [PATCH v1 00/11] PCI/PM: Rework powering up PCI devices Message-ID: <20220505192241.GA508163@bhelgaas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4738492.GXAFRqVoOG@kreacher> Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org [+cc Krzysztof, just FYI] On Thu, May 05, 2022 at 07:57:15PM +0200, Rafael J. Wysocki wrote: > Hi All, > > This patch set replaces patches [4-9/9] from the series at > > https://lore.kernel.org/linux-pm/4419002.LvFx2qVVIh@kreacher/T/#mf7ed30e7cf114b131e6067e4e10c28e59d661cb4 I applied this to pci/pm, thanks! I reordered the branch so Krzysztof's "pci_restore_standard_config() defined but not used" fix is first, followed by your changes, Rafael. Bjorn