From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751249AbdCRUjK (ORCPT ); Sat, 18 Mar 2017 16:39:10 -0400 Received: from mail.kernel.org ([198.145.29.136]:37680 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751023AbdCRUjI (ORCPT ); Sat, 18 Mar 2017 16:39:08 -0400 MIME-Version: 1.0 In-Reply-To: <20170316182722.18486-1-d-gerlach@ti.com> References: <1488882154-21485-4-git-send-email-d-gerlach@ti.com> <20170316182722.18486-1-d-gerlach@ti.com> From: Rob Herring Date: Sat, 18 Mar 2017 15:38:40 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v5 3/5] dt-bindings: Add TI SCI PM Domains To: Dave Gerlach Cc: Ulf Hansson , "Rafael J . Wysocki" , Kevin Hilman , Santosh Shilimkar , "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 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 16, 2017 at 1:27 PM, 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 > --- > .../devicetree/bindings/soc/ti/sci-pm-domain.txt | 57 ++++++++++++++ > MAINTAINERS | 2 + > include/dt-bindings/genpd/k2g.h | 90 ++++++++++++++++++++++ > 3 files changed, 149 insertions(+) > create mode 100644 Documentation/devicetree/bindings/soc/ti/sci-pm-domain.txt > create mode 100644 include/dt-bindings/genpd/k2g.h Acked-by: Rob Herring From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v5 3/5] dt-bindings: Add TI SCI PM Domains Date: Sat, 18 Mar 2017 15:38:40 -0500 Message-ID: References: <1488882154-21485-4-git-send-email-d-gerlach@ti.com> <20170316182722.18486-1-d-gerlach@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <20170316182722.18486-1-d-gerlach-l0cyMroinI0@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Dave Gerlach Cc: Ulf Hansson , "Rafael J . Wysocki" , Kevin Hilman , Santosh Shilimkar , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Nishanth Menon , Keerthy , Russell King , Tero Kristo , Sudeep Holla List-Id: devicetree@vger.kernel.org On Thu, Mar 16, 2017 at 1:27 PM, 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 > --- > .../devicetree/bindings/soc/ti/sci-pm-domain.txt | 57 ++++++++++++++ > MAINTAINERS | 2 + > include/dt-bindings/genpd/k2g.h | 90 ++++++++++++++++++++++ > 3 files changed, 149 insertions(+) > create mode 100644 Documentation/devicetree/bindings/soc/ti/sci-pm-domain.txt > create mode 100644 include/dt-bindings/genpd/k2g.h Acked-by: Rob Herring -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: robh+dt@kernel.org (Rob Herring) Date: Sat, 18 Mar 2017 15:38:40 -0500 Subject: [PATCH v5 3/5] dt-bindings: Add TI SCI PM Domains In-Reply-To: <20170316182722.18486-1-d-gerlach@ti.com> References: <1488882154-21485-4-git-send-email-d-gerlach@ti.com> <20170316182722.18486-1-d-gerlach@ti.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Mar 16, 2017 at 1:27 PM, 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 > --- > .../devicetree/bindings/soc/ti/sci-pm-domain.txt | 57 ++++++++++++++ > MAINTAINERS | 2 + > include/dt-bindings/genpd/k2g.h | 90 ++++++++++++++++++++++ > 3 files changed, 149 insertions(+) > create mode 100644 Documentation/devicetree/bindings/soc/ti/sci-pm-domain.txt > create mode 100644 include/dt-bindings/genpd/k2g.h Acked-by: Rob Herring