From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH] PM / Domains: Remove name based API for genpd Date: Fri, 11 Sep 2015 10:58:50 -0700 Message-ID: <7h8u8c25yd.fsf@deeprootsystems.com> References: <1441893650-19923-1-git-send-email-ulf.hansson@linaro.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from mail-pa0-f41.google.com ([209.85.220.41]:33064 "EHLO mail-pa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750862AbbIKR6x (ORCPT ); Fri, 11 Sep 2015 13:58:53 -0400 Received: by pacex6 with SMTP id ex6so81211340pac.0 for ; Fri, 11 Sep 2015 10:58:52 -0700 (PDT) In-Reply-To: <1441893650-19923-1-git-send-email-ulf.hansson@linaro.org> (Ulf Hansson's message of "Thu, 10 Sep 2015 16:00:50 +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 , Krzysztof Kozlowski Ulf Hansson writes: > As all users of the named based APIs now have converted to the non-named > based APIs, the time has come to remove them. > > Signed-off-by: Ulf Hansson Acked-by: Kevin Hilman