From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH/RESEND #3 1/7] OMAP3+: PM: SR: add suspend/resume handlers Date: Wed, 23 Nov 2011 12:01:46 -0800 Message-ID: <87ty5ua9qt.fsf@ti.com> References: <1321346765-16633-1-git-send-email-balbi@ti.com> <1321346765-16633-2-git-send-email-balbi@ti.com> <87vcqj62gd.fsf@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: In-Reply-To: (Nishanth Menon's message of "Fri, 18 Nov 2011 18:35:53 -0600") Sender: linux-kernel-owner@vger.kernel.org To: "Menon, Nishanth" Cc: Felipe Balbi , Tony Lindgren , Linux ARM Kernel Mailing List , Linux Kernel Mailing List , Linux OMAP Mailing List , Andrew Morton List-Id: linux-omap@vger.kernel.org "Menon, Nishanth" writes: > On Wed, Nov 16, 2011 at 18:02, Kevin Hilman wrote: >> Felipe Balbi writes: >> >>> From: Nishanth Menon >>> >>> SmartReflex should be disabled while entering low power mode due to >>> the following reasons: >> [...] >> >> Nishanth, in the end, didn't you decide to drop this patch? >> > > Yes, I did eventually, once we implemented DVFS for GPU, Ducati, HSI, > and other drivers, there was no real way to ensure sequence of suspend > sequencing even after moving this to suspend_noirq. some of the other > reasons: OK, thanks for the clarification. Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@ti.com (Kevin Hilman) Date: Wed, 23 Nov 2011 12:01:46 -0800 Subject: [PATCH/RESEND #3 1/7] OMAP3+: PM: SR: add suspend/resume handlers In-Reply-To: (Nishanth Menon's message of "Fri, 18 Nov 2011 18:35:53 -0600") References: <1321346765-16633-1-git-send-email-balbi@ti.com> <1321346765-16633-2-git-send-email-balbi@ti.com> <87vcqj62gd.fsf@ti.com> Message-ID: <87ty5ua9qt.fsf@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org "Menon, Nishanth" writes: > On Wed, Nov 16, 2011 at 18:02, Kevin Hilman wrote: >> Felipe Balbi writes: >> >>> From: Nishanth Menon >>> >>> SmartReflex should be disabled while entering low power mode due to >>> the following reasons: >> [...] >> >> Nishanth, in the end, didn't you decide to drop this patch? >> > > Yes, I did eventually, once we implemented DVFS for GPU, Ducati, HSI, > and other drivers, there was no real way to ensure sequence of suspend > sequencing even after moving this to suspend_noirq. some of the other > reasons: OK, thanks for the clarification. Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753053Ab1KWUBz (ORCPT ); Wed, 23 Nov 2011 15:01:55 -0500 Received: from na3sys009aog116.obsmtp.com ([74.125.149.240]:42165 "EHLO na3sys009aog116.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750990Ab1KWUBx (ORCPT ); Wed, 23 Nov 2011 15:01:53 -0500 From: Kevin Hilman To: "Menon\, Nishanth" Cc: Felipe Balbi , Tony Lindgren , Linux ARM Kernel Mailing List , Linux Kernel Mailing List , Linux OMAP Mailing List , Andrew Morton Subject: Re: [PATCH/RESEND #3 1/7] OMAP3+: PM: SR: add suspend/resume handlers Organization: Texas Instruments, Inc. References: <1321346765-16633-1-git-send-email-balbi@ti.com> <1321346765-16633-2-git-send-email-balbi@ti.com> <87vcqj62gd.fsf@ti.com> Date: Wed, 23 Nov 2011 12:01:46 -0800 In-Reply-To: (Nishanth Menon's message of "Fri, 18 Nov 2011 18:35:53 -0600") Message-ID: <87ty5ua9qt.fsf@ti.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org "Menon, Nishanth" writes: > On Wed, Nov 16, 2011 at 18:02, Kevin Hilman wrote: >> Felipe Balbi writes: >> >>> From: Nishanth Menon >>> >>> SmartReflex should be disabled while entering low power mode due to >>> the following reasons: >> [...] >> >> Nishanth, in the end, didn't you decide to drop this patch? >> > > Yes, I did eventually, once we implemented DVFS for GPU, Ducati, HSI, > and other drivers, there was no real way to ensure sequence of suspend > sequencing even after moving this to suspend_noirq. some of the other > reasons: OK, thanks for the clarification. Kevin