From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lukas Wunner Subject: Re: [PATCH v5 0/4] PCI: Add support for suspending (including runtime) of PCIe ports Date: Mon, 2 May 2016 13:03:00 +0200 Message-ID: <20160502110300.GA19207@wunner.de> References: <1461919919-120102-1-git-send-email-mika.westerberg@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailout2.hostsharing.net ([83.223.90.233]:40958 "EHLO mailout2.hostsharing.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753602AbcEBLAP (ORCPT ); Mon, 2 May 2016 07:00:15 -0400 Content-Disposition: inline In-Reply-To: <1461919919-120102-1-git-send-email-mika.westerberg@linux.intel.com> Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Mika Westerberg Cc: Bjorn Helgaas , "Rafael J. Wysocki" , Qipeng Zha , Qi Zheng , Dave Airlie , Mathias Nyman , Greg Kroah-Hartman , Andreas Noever , linux-pci@vger.kernel.org, linux-pm@vger.kernel.org Hi, On Fri, Apr 29, 2016 at 11:51:55AM +0300, Mika Westerberg wrote: > Current Linux PCI core does not do any kind of power management to PCIe > ports. This means that we waste energy and consume laptop battery even if > the port has nothing connected to. These patches aim to change that to the > right direction. I've rebased my Thunderbolt runtime pm patches on Mika's v5. Works for me, so this series is Tested-by: Lukas Wunner Thanks, Lukas