From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935477AbaH0TPL (ORCPT ); Wed, 27 Aug 2014 15:15:11 -0400 Received: from mail-pa0-f42.google.com ([209.85.220.42]:53677 "EHLO mail-pa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755657AbaH0TPJ (ORCPT ); Wed, 27 Aug 2014 15:15:09 -0400 From: Kevin Hilman To: Nishanth Menon Cc: Santosh Shilimkar , Tony Lindgren , Tero Kristo , Paul Walmsley , , , , Keerthy , =?utf-8?Q?Beno=C3=AEt?= Cousson , daniel.lezcano@linaro.org Subject: Re: [PATCH 00/10] ARM: OMAP5 / DRA7: Add framework for suspend and cpuidle Organization: Deep Root Systems, LLC References: <1408716154-26101-1-git-send-email-nm@ti.com> Date: Wed, 27 Aug 2014 12:15:06 -0700 In-Reply-To: <1408716154-26101-1-git-send-email-nm@ti.com> (Nishanth Menon's message of "Fri, 22 Aug 2014 09:02:24 -0500") Message-ID: <7htx4xbv7p.fsf@paris.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Nishanth Menon writes: > The following series are various fixes and improvements for > supporting suspend-to-ram. This depends on the following for basic functionality: > series 1/6 where powerdomain fixes were involved. I had a look through this series, and it looks good overall. I think Daniel needs to weigh in on the CPUidle driver, otherwise. Reviewed-by: Kevin Hilman I also tested on omap5uevm with the pm_debug/wakeup_timer_seconds patch. Tested-by: Kevin Hilman Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@deeprootsystems.com (Kevin Hilman) Date: Wed, 27 Aug 2014 12:15:06 -0700 Subject: [PATCH 00/10] ARM: OMAP5 / DRA7: Add framework for suspend and cpuidle In-Reply-To: <1408716154-26101-1-git-send-email-nm@ti.com> (Nishanth Menon's message of "Fri, 22 Aug 2014 09:02:24 -0500") References: <1408716154-26101-1-git-send-email-nm@ti.com> Message-ID: <7htx4xbv7p.fsf@paris.lan> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Nishanth Menon writes: > The following series are various fixes and improvements for > supporting suspend-to-ram. This depends on the following for basic functionality: > series 1/6 where powerdomain fixes were involved. I had a look through this series, and it looks good overall. I think Daniel needs to weigh in on the CPUidle driver, otherwise. Reviewed-by: Kevin Hilman I also tested on omap5uevm with the pm_debug/wakeup_timer_seconds patch. Tested-by: Kevin Hilman Kevin