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 X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_MUTT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 015A8C48BD3 for ; Wed, 26 Jun 2019 10:58:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DB55120B7C for ; Wed, 26 Jun 2019 10:58:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726487AbfFZK6s (ORCPT ); Wed, 26 Jun 2019 06:58:48 -0400 Received: from mga07.intel.com ([134.134.136.100]:45547 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726131AbfFZK6s (ORCPT ); Wed, 26 Jun 2019 06:58:48 -0400 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jun 2019 03:58:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,419,1557212400"; d="scan'208";a="183139426" Received: from lahna.fi.intel.com (HELO lahna) ([10.237.72.157]) by fmsmga001.fm.intel.com with SMTP; 26 Jun 2019 03:58:44 -0700 Received: by lahna (sSMTP sendmail emulation); Wed, 26 Jun 2019 13:58:43 +0300 Date: Wed, 26 Jun 2019 13:58:43 +0300 From: Mika Westerberg To: "Rafael J. Wysocki" Cc: Jon Hunter , Linux PCI , Bjorn Helgaas , Linux PM , Linux ACPI , LKML , Keith Busch , Kai-Heng Feng , linux-tegra Subject: Re: [PATCH v2] PCI: PM: Skip devices in D0 for suspend-to-idle Message-ID: <20190626105843.GQ2640@lahna.fi.intel.com> References: <1668247.RaJIPSxJUN@kreacher> <2287147.DxjcvLeq6l@kreacher> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.11.4 (2019-03-13) Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On Tue, Jun 25, 2019 at 06:23:46PM +0200, Rafael J. Wysocki wrote: > > So I wonder if the patch below makes any difference? > > Mika, can you please test this one in combination with the other > changes we've been working on? Sure, I'll give it a try shortly.