From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Date: Tue, 08 Sep 2015 19:06:53 +0000 Subject: Re: [PATCH v2] staging: board: Migrate away from __pm_genpd_name_add_device() Message-Id: <20150908190653.GA10156@kroah.com> List-Id: References: <1441731963-18271-1-git-send-email-geert+renesas@glider.be> In-Reply-To: <1441731963-18271-1-git-send-email-geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Geert Uytterhoeven Cc: devel@driverdev.osuosl.org, Ulf Hansson , linux-sh@vger.kernel.org, linux-pm@vger.kernel.org, "Rafael J. Wysocki" , linux-kernel@vger.kernel.org, Kevin Hilman On Tue, Sep 08, 2015 at 07:06:03PM +0200, Geert Uytterhoeven wrote: > The named genpd APIs are deprecated. Hence convert the board staging > code from using genpd names to DT node paths. > > For now this supports PM domains with "#power-domain-cells = <0>" only. > > Signed-off-by: Geert Uytterhoeven > Reviewed-by: Ulf Hansson > --- > Rafael, Greg: If Greg provides his Acked-by, Rafael can apply this patch > to the linux-pm tree as a prerequisite for Ulf's patches to remove the > named genpd APIs. > Acked-by: Greg Kroah-Hartman