Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752253AbaJTM5H (ORCPT ); Mon, 20 Oct 2014 08:57:07 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:42958 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751918AbaJTM4l (ORCPT ); Mon, 20 Oct 2014 08:56:41 -0400 From: Grygorii Strashko To: , "Rafael J. Wysocki" , CC: Geert Uytterhoeven , , Rob Herring , , , , , , Grygorii Strashko Subject: [PATCH v2 0/3] ARM: keystone: pm: switch to use generic pm domains Date: Mon, 20 Oct 2014 15:56:01 +0300 Message-ID: <1413809764-21995-1-git-send-email-grygorii.strashko@ti.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Patch 1 was reused from [1]. RFC version of patches can be found at [2]. Changes in v2: - minor comments applied and rebased on top of Linux 3.18-rc1. Link on v1: https://lkml.org/lkml/2014/9/29/382 [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 Geert Uytterhoeven (1): PM / clock_ops: Add pm_clk_add_clk() 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 | 112 ++++++++++++++------- drivers/base/power/clock_ops.c | 41 ++++++-- include/linux/pm_clock.h | 8 ++ 6 files changed, 152 insertions(+), 47 deletions(-) create mode 100644 Documentation/devicetree/bindings/power/ti,keystone-powerdomain.txt -- 1.9.1 -- 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/