From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH 0/3] PM / Domains: Further consolidate and clarify genpd code Date: Thu, 21 Apr 2016 17:19:19 -0700 Message-ID: <7hwpnq4hrs.fsf@baylibre.com> References: <1459416087-23519-1-git-send-email-ulf.hansson@linaro.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from mail-pf0-f182.google.com ([209.85.192.182]:33360 "EHLO mail-pf0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751710AbcDVATW (ORCPT ); Thu, 21 Apr 2016 20:19:22 -0400 Received: by mail-pf0-f182.google.com with SMTP id 184so35315266pff.0 for ; Thu, 21 Apr 2016 17:19:21 -0700 (PDT) In-Reply-To: <1459416087-23519-1-git-send-email-ulf.hansson@linaro.org> (Ulf Hansson's message of "Thu, 31 Mar 2016 11:21:24 +0200") Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Ulf Hansson Cc: "Rafael J. Wysocki" , linux-pm@vger.kernel.org, Len Brown , Pavel Machek , Geert Uytterhoeven , Lina Iyer , Axel Haslam , Marek Szyprowski , Jon Hunter Ulf Hansson writes: > This is yet another quite trivial series of patches that further intends to > consolidate and clarify some of the code for the generic PM domain (genpd). > > Ulf Hansson (3): > PM / Domains: Rename stop_ok to suspend_ok for the genpd governor > PM / Domains: Rename pm_genpd_runtime_suspend|resume() > PM / Domains: Remove ->save|restore_state() callbacks Reviewed-by: Kevin Hilman with an enthusiastic yes! :) Thanks for the cleanups and clarifications. Kevin