From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932341AbdJaQ3B (ORCPT ); Tue, 31 Oct 2017 12:29:01 -0400 Received: from mail-oi0-f67.google.com ([209.85.218.67]:43765 "EHLO mail-oi0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753762AbdJaQ26 (ORCPT ); Tue, 31 Oct 2017 12:28:58 -0400 X-Google-Smtp-Source: ABhQp+R0rN6vt2jov+MX+VbmuLrsgj8p812lwq9JrGGljNG8TwqMeRZ4HLr190hOzXeKQnfwtMtuAVKFESnyVEMkEt4= MIME-Version: 1.0 In-Reply-To: <20171031150933.oho2ffvuj3iagx4m@dell> References: <3806130.B2KCK0tvef@aspire.rjw.lan> <5094729.JAaD38WncM@aspire.rjw.lan> <20171031150933.oho2ffvuj3iagx4m@dell> From: "Rafael J. Wysocki" Date: Tue, 31 Oct 2017 17:28:57 +0100 X-Google-Sender-Auth: q829ZRj68biWDyl8NE7ItqkYZ08 Message-ID: Subject: Re: [PATCH 09/12] PM / mfd: intel-lpss: Use DPM_FLAG_SMART_SUSPEND To: Lee Jones Cc: "Rafael J. Wysocki" , Linux PM , Bjorn Helgaas , Alan Stern , Greg Kroah-Hartman , LKML , Linux ACPI , Linux PCI , Linux Documentation , Mika Westerberg , Ulf Hansson , Andy Shevchenko , Kevin Hilman , Wolfram Sang , linux-i2c Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 31, 2017 at 4:09 PM, Lee Jones wrote: > On Mon, 16 Oct 2017, Rafael J. Wysocki wrote: > >> From: Rafael J. Wysocki >> >> Make the intel-lpss driver set DPM_FLAG_SMART_SUSPEND for its >> devices which will allow them to stay in runtime suspend during >> system suspend unless they need to be reconfigured for some reason. >> >> Also make it avoid resuming its child devices if they have >> DPM_FLAG_SMART_SUSPEND set to allow them to remain in runtime >> suspend during system suspend. >> >> Signed-off-by: Rafael J. Wysocki >> --- >> drivers/mfd/intel-lpss.c | 6 +++++- >> 1 file changed, 5 insertions(+), 1 deletion(-) > > Is this patch independent? It depends on the flag definition at least, but functionally it also depends on the PCI support for the flag. > For my own reference: > Acked-for-MFD-by: Lee Jones Thanks, Rafael