From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH 00/24] PM / Domains: Generic OF-based support and cleanups Date: Wed, 11 Jun 2014 11:23:07 -0700 Message-ID: <7hlht3gvas.fsf@paris.lan> References: <1402397497-26737-1-git-send-email-ulf.hansson@linaro.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from mail-pd0-f169.google.com ([209.85.192.169]:33241 "EHLO mail-pd0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753293AbaFKSXK (ORCPT ); Wed, 11 Jun 2014 14:23:10 -0400 Received: by mail-pd0-f169.google.com with SMTP id w10so82178pde.14 for ; Wed, 11 Jun 2014 11:23:09 -0700 (PDT) In-Reply-To: <1402397497-26737-1-git-send-email-ulf.hansson@linaro.org> (Ulf Hansson's message of "Tue, 10 Jun 2014 12:51:13 +0200") Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Ulf Hansson Cc: "Rafael J. Wysocki" , Len Brown , Pavel Machek , linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Alan Stern , Greg Kroah-Hartman , Daniel Lezcano , Tomasz Figa , devicetree@vger.kernel.org, Linus Walleij , Simon Horman , Magnus Damm , Ben Dooks , Kukjin Kim , Stephen Boyd , Philipp Zabel , Mark Brown Ulf Hansson writes: > Parts of this patchset has been posted earlier. To be able to smoothly continue > my work in re-factoring genpd I have collected patches into this patchset. > > The complete patchset is available at the linux-pm_linux-next_genpd branch at: > git.linaro.org/people/ulf.hansson/linux-2.6.git > This branch is based upon Rafael's linux-pm tree's linux-next branch. > > And important note. There are dependencies througout this patchset, which means > the all need to go together. I suggest we use Rafael's tree, thus I seek for > acks from the affected ARM SoC maintainers. At least on the surface, there are at least 3 separate series going on here 1) DT support for genpd 2) various genpd cleanups 3) ux500 support Clearly they are related, but it would be easier to review if a large series like this is broken up into smaller series where the cover letters describe the dependencies between them Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@linaro.org (Kevin Hilman) Date: Wed, 11 Jun 2014 11:23:07 -0700 Subject: [PATCH 00/24] PM / Domains: Generic OF-based support and cleanups In-Reply-To: <1402397497-26737-1-git-send-email-ulf.hansson@linaro.org> (Ulf Hansson's message of "Tue, 10 Jun 2014 12:51:13 +0200") References: <1402397497-26737-1-git-send-email-ulf.hansson@linaro.org> Message-ID: <7hlht3gvas.fsf@paris.lan> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Ulf Hansson writes: > Parts of this patchset has been posted earlier. To be able to smoothly continue > my work in re-factoring genpd I have collected patches into this patchset. > > The complete patchset is available at the linux-pm_linux-next_genpd branch at: > git.linaro.org/people/ulf.hansson/linux-2.6.git > This branch is based upon Rafael's linux-pm tree's linux-next branch. > > And important note. There are dependencies througout this patchset, which means > the all need to go together. I suggest we use Rafael's tree, thus I seek for > acks from the affected ARM SoC maintainers. At least on the surface, there are at least 3 separate series going on here 1) DT support for genpd 2) various genpd cleanups 3) ux500 support Clearly they are related, but it would be easier to review if a large series like this is broken up into smaller series where the cover letters describe the dependencies between them Kevin