From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751951AbdASKiT (ORCPT ); Thu, 19 Jan 2017 05:38:19 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:34550 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751123AbdASKiR (ORCPT ); Thu, 19 Jan 2017 05:38:17 -0500 Date: Thu, 19 Jan 2017 11:38:30 +0100 From: Greg Kroah-Hartman To: Lukas Wunner Cc: linux-kernel@vger.kernel.org, Andreas Noever , linux-pci@vger.kernel.org, linux-pm@vger.kernel.org, Bjorn Helgaas , "Rafael J. Wysocki" , Mika Westerberg , Ulf Hansson , Tomeu Vizoso , Chen Yu , Lee Jones Subject: Re: [PATCH v5 0/8] Runtime PM for Thunderbolt on Macs Message-ID: <20170119103830.GB19476@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jan 15, 2017 at 09:03:45PM +0100, Lukas Wunner wrote: > Power down Thunderbolt controllers on Macs when nothing is plugged in > to save around 2W per controller. > > For background info please see the cover letter of v3: > https://lkml.org/lkml/2016/12/17/56 > > > Patches [1/8] to [3/8] need an ack from Bjorn and/or Rafael. > Patches [4/8] to [6/8] need an ack from Rafael. > Patches [7/8] to [8/8] need an ack from Andreas. > > > Changes since v4: > > - Patch [2/8] has been reviewed by Mika. (Thanks!) > > - Patch [3/8] now uses a separate helper function instead of stuffing > its code into pci_dev_check_d3cold(), as requested by Mika. > > As usual the patches can be reviewed/fetched on GitHub: > https://github.com/l1k/linux/commits/thunderbolt_runpm_v5 > > Thanks, > > Lukas Due to all of the PCI changes, these should probably go through the PCI tree, so: Acked-by: Greg Kroah-Hartman Unless Bjorn wants me to take them? If so, I need his ack for them. thanks, greg k-h