From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH 00/14] PM: SoC idle support using PM domains Date: Tue, 26 Jul 2016 15:08:49 -0700 Message-ID: References: <1466624209-27432-1-git-send-email-lina.iyer@linaro.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from mail-pf0-f174.google.com ([209.85.192.174]:35815 "EHLO mail-pf0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932429AbcGZWIw (ORCPT ); Tue, 26 Jul 2016 18:08:52 -0400 Received: by mail-pf0-f174.google.com with SMTP id x72so3682623pfd.2 for ; Tue, 26 Jul 2016 15:08:51 -0700 (PDT) In-Reply-To: <1466624209-27432-1-git-send-email-lina.iyer@linaro.org> (Lina Iyer's message of "Wed, 22 Jun 2016 13:36:35 -0600") Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Lina Iyer Cc: ulf.hansson@linaro.org, rjw@rjwysocki.net, linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, geert@linux-m68k.org, k.kozlowski@samsung.com, andy.gross@linaro.org, sboyd@codeaurora.org, linux-arm-msm@vger.kernel.org, lorenzo.pieralisi@arm.com, ahaslam@baylibre.com, mtitinger@baylibre.com Lina Iyer writes: > Hi all, > > Changes since RFC-v3: > - Reorganize the patches. Documentations have their own patch. > - Moved code around with PSCI OS initiated so they would not have compiler > errors in other configuration. > - Minor bug fixes with genpd power_on functionality. > - Rebased on top of 4.7-rc1 This is looking good. I've had a quick look through this, as well as tested it on apq8016-sbc (dragon 410c.) Seems the main thing left to resolve is the DT description. Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@baylibre.com (Kevin Hilman) Date: Tue, 26 Jul 2016 15:08:49 -0700 Subject: [PATCH 00/14] PM: SoC idle support using PM domains In-Reply-To: <1466624209-27432-1-git-send-email-lina.iyer@linaro.org> (Lina Iyer's message of "Wed, 22 Jun 2016 13:36:35 -0600") References: <1466624209-27432-1-git-send-email-lina.iyer@linaro.org> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Lina Iyer writes: > Hi all, > > Changes since RFC-v3: > - Reorganize the patches. Documentations have their own patch. > - Moved code around with PSCI OS initiated so they would not have compiler > errors in other configuration. > - Minor bug fixes with genpd power_on functionality. > - Rebased on top of 4.7-rc1 This is looking good. I've had a quick look through this, as well as tested it on apq8016-sbc (dragon 410c.) Seems the main thing left to resolve is the DT description. Kevin