Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934419AbdCLRYS (ORCPT ); Sun, 12 Mar 2017 13:24:18 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:43423 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934528AbdCLRYJ (ORCPT ); Sun, 12 Mar 2017 13:24:09 -0400 Subject: Re: [PATCH v4 3/5] dt-bindings: Add TI SCI PM Domains To: Dave Gerlach , Ulf Hansson , "Rafael J. Wysocki" , Kevin Hilman , Santosh Shilimkar , Rob Herring References: <1488882154-21485-1-git-send-email-d-gerlach@ti.com> <1488882154-21485-4-git-send-email-d-gerlach@ti.com> Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, devicetree@vger.kernel.org, Nishanth Menon , Keerthy , Russell King , Tero Kristo , Sudeep Holla From: "santosh.shilimkar@oracle.com" Organization: Oracle Corporation Message-ID: <0a3e4ac3-d541-8d0d-c598-91c9f71cbc39@oracle.com> Date: Sun, 12 Mar 2017 10:21:17 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1488882154-21485-4-git-send-email-d-gerlach@ti.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: aserv0022.oracle.com [141.146.126.234] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 563 Lines: 14 On 3/7/17 2:22 AM, Dave Gerlach wrote: > Add a generic power domain implementation, TI SCI PM Domains, that > will hook into the genpd framework and allow the TI SCI protocol to > control device power states. > > Also, provide macros representing each device index as understood > by TI SCI to be used in the device node power-domain references. > These are identifiers for the K2G devices managed by the PMMC. > > Signed-off-by: Nishanth Menon > Signed-off-by: Dave Gerlach > --- Acked-by: Santosh Shilimkar