From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lina Iyer Subject: Re: [PATCH v3 0/8] PM / Domains: DT support for domain idle states & atomic PM domains Date: Thu, 20 Oct 2016 19:33:26 -0600 Message-ID: <20161021013326.GA50423@linaro.org> References: <1476467276-75094-1-git-send-email-lina.iyer@linaro.org> <20161020224432.GB72940@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Return-path: Received: from mail-it0-f52.google.com ([209.85.214.52]:38216 "EHLO mail-it0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752264AbcJUBd3 (ORCPT ); Thu, 20 Oct 2016 21:33:29 -0400 Received: by mail-it0-f52.google.com with SMTP id 66so126335196itl.1 for ; Thu, 20 Oct 2016 18:33:29 -0700 (PDT) Content-Disposition: inline In-Reply-To: Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: "Rafael J. Wysocki" Cc: Ulf Hansson , "Rafael J. Wysocki" , Kevin Hilman , "linux-pm@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Andy Gross , Stephen Boyd , "linux-arm-msm@vger.kernel.org" , Brendan Jackman , Lorenzo Pieralisi , Sudeep Holla , Juri Lelli On Fri, Oct 21 2016 at 16:48 -0600, Rafael J. Wysocki wrote: >On Fri, Oct 21, 2016 at 12:44 AM, Lina Iyer wrote: >> On Mon, Oct 17 2016 at 01:30 -0600, Ulf Hansson wrote: >>> >>> On 14 October 2016 at 19:47, Lina Iyer wrote: >>>> >>>> Hi all, >>>> >>>> Changes since v2 [3] - >>>> - Addressed review comments from v2. >>>> - domain-idle-states documentation updated >>>> - fixed compiler issues with imx driver >>>> - minor code change in pm_domains.c >>>> - The series is available at [4]. >>>> >>>> Changes since v1 [2] - >>>> - Addressed review comments from v1. >>>> - Fixes around dynamic allocation of genpd states >>>> - Used OF method for iterating phandles >>>> - Updated documentation, examples >>>> - Rename state variable (provider -> fwnode) >>>> - The series is available at [3]. >>>> >>>> The changes from [1] are - >>>> - Allocating memory for domain idle states dynamically >>>> - Conform to naming conventions for internal and exported genpd functions >>>> - DT binding example for domain-idle-state >>>> - Use fwnode instead of of_node >>>> - Handle atomic case for removal of PM Domain >>>> - Rebase on top of Rafael's pm/genpd tree >>>> >>>> Thanks, >>>> Lina >>>> >>>> Lina Iyer (8): >>>> PM / Domains: Make genpd state allocation dynamic >>>> PM / Domain: Add residency property to genpd states >>>> PM / Domains: Allow domain power states to be read from DT >>>> PM / Domains: Save the fwnode in genpd_power_state >>>> dt/bindings: Update binding for PM domain idle states >>>> PM / Domains: Abstract genpd locking >>>> PM / Domains: Support IRQ safe PM domains >>>> PM / doc: Update device documentation for devices in IRQ safe PM >>>> domains >>>> >>>> .../devicetree/bindings/power/power_domain.txt | 43 +++ >>>> Documentation/power/devices.txt | 9 +- >>>> arch/arm/mach-imx/gpc.c | 17 +- >>>> drivers/base/power/domain.c | 358 >>>> +++++++++++++++++---- >>>> include/linux/pm_domain.h | 28 +- >>>> 5 files changed, 383 insertions(+), 72 deletions(-) >>>> >>> >>> Rafael, Lina, >>> >>> This looks good to me! Unless any other objections, I suggest to apply >>> this to get it tested in linux-next. >>> >>> Kind regards >>> Uffe >>> >> Rafael, >> >> If there are no objections, could you pick this patch for linux-next? > >It is in my queue, but not at the top yet. > Thank you Rafael. -- Lina >Thanks, >Rafael