Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752335AbbESXNR (ORCPT ); Tue, 19 May 2015 19:13:17 -0400 Received: from v094114.home.net.pl ([79.96.170.134]:49208 "HELO v094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752144AbbESXNP (ORCPT ); Tue, 19 May 2015 19:13:15 -0400 From: "Rafael J. Wysocki" To: Tomeu Vizoso Cc: linux-pm@vger.kernel.org, Laurent Pinchart , Dmitry Torokhov , Alan Stern , Len Brown , Pavel Machek , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, Ulf Hansson Subject: Re: [PATCH v3 1/2] PM / sleep: Add power.direct_complete_default flag Date: Wed, 20 May 2015 01:38:35 +0200 Message-ID: <4578201.PxaKqbF0aJ@vostro.rjw.lan> User-Agent: KMail/4.11.5 (Linux/4.0.0+; KDE/4.11.5; x86_64; ; ) In-Reply-To: <1432044679-10256-2-git-send-email-tomeu.vizoso@collabora.com> References: <1432044679-10256-1-git-send-email-tomeu.vizoso@collabora.com> <1432044679-10256-2-git-send-email-tomeu.vizoso@collabora.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 981 Lines: 24 On Tuesday, May 19, 2015 04:11:15 PM Tomeu Vizoso wrote: > Introduce a new per-device flag power.direct_complete_default that will > instruct the PM core to let that device remain in runtime suspend when > the system goes into a sleep power state, without it having to implement > the prepare() callback. > > This is useful because otherwise it would be needed to get dozens of > drivers to implement the prepare() callback even if they don't have a > 1-to-1 relationship with a piece of HW. > > Signed-off-by: Tomeu Vizoso The code changes look good, but please change the doc/changelog as already suggested by Ulf. -- I speak only for myself. Rafael J. Wysocki, Intel Open Source Technology Center. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/