From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753344AbaKJPNn (ORCPT ); Mon, 10 Nov 2014 10:13:43 -0500 Received: from devils.ext.ti.com ([198.47.26.153]:40827 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752760AbaKJPNl (ORCPT ); Mon, 10 Nov 2014 10:13:41 -0500 Message-ID: <5460D601.70504@ti.com> Date: Mon, 10 Nov 2014 17:13:05 +0200 From: Grygorii Strashko User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: , "Rafael J. Wysocki" , CC: , Rob Herring , , , , , Ulf Hansson , Geert Uytterhoeven , Dmitry Torokhov Subject: Re: [PATCH v4 0/2] ARM: keystone: pm: switch to use generic pm domains References: <1415631557-22897-1-git-send-email-grygorii.strashko@ti.com> In-Reply-To: <1415631557-22897-1-git-send-email-grygorii.strashko@ti.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Santosh, On 11/10/2014 04:59 PM, Grygorii Strashko wrote: > Hi Santosh, Kevin, > > This series switches Keystone 2 PM code to use Generic PM domains > instead of PM clock domains because of the lack of DT support > for the last. > It will finally allow to enable Runtime PM for Keystone 2. > > This series based on top > > Changes in v4: > - changes for Generic clock manipulation PM callbacks (clock_ops.c) > were separated in standalone series [3] and Keystone 2 specific > patches were rebased on top of it. I've just found that prerequisite patches have been taken by Rafael in linux-pm.git/linux-next, first two patches from series: "[PATCH v4 0/3] PM / clock_ops: add pm_clk_add_clk()" https://lkml.org/lkml/2014/11/6/319 Thanks a lot Rafael. So, if no complains, this series is ready. > > Changes in v3: > - handling of the case when !CONFIG_PM_RUNTIME has been > moved in PM clock framework. > > Changes in v2: > - minor comments applied and rebased on top of Linux 3.18-rc1. > > Links on previous versions: > v2: https://lkml.org/lkml/2014/10/20/248 > v1: https://lkml.org/lkml/2014/9/29/382 > > RFC version of patches can be found at [2]. > > [1] "[PATCH/RFC 0/4] of: Register clocks for Runtime PM with PM core" > https://lkml.org/lkml/2014/4/24/1118 > > [2] "[RFC PATCH 0/4] ARM: keystone: pm: switch to use generic pm domains" > https://lkml.org/lkml/2014/9/25/364 > > [3] "[PATCH v4 0/3] PM / clock_ops: add pm_clk_add_clk()" > https://lkml.org/lkml/2014/11/6/319 > > CC: Santosh Shilimkar > CC: Kevin Hilman > CC: Ulf Hansson > CC: Geert Uytterhoeven > CC: Dmitry Torokhov > > Grygorii Strashko (2): > ARM: keystone: pm: switch to use generic pm domains > ARM: dts: keystone: add generic pm controller node > > .../bindings/power/ti,keystone-powerdomain.txt | 31 ++++++ > arch/arm/boot/dts/keystone.dtsi | 6 ++ > arch/arm/mach-keystone/Kconfig | 1 + > arch/arm/mach-keystone/pm_domain.c | 106 ++++++++++++++------- > 4 files changed, 107 insertions(+), 37 deletions(-) > create mode 100644 Documentation/devicetree/bindings/power/ti,keystone-powerdomain.txt > regards, -grygorii