From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH V5 0/7] cpufreq: suspend early/resume late: dpm_{suspend|resume}() Date: Tue, 18 Feb 2014 13:31:24 -0700 Message-ID: <5303C31C.4070607@wwwdotorg.org> References: <52FE71BD.3020103@wwwdotorg.org> <52FE7AFD.2040203@wwwdotorg.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Viresh Kumar Cc: "Rafael J. Wysocki" , Lists linaro-kernel , "cpufreq@vger.kernel.org" , "linux-pm@vger.kernel.org" , Linux Kernel Mailing List , Nishanth Menon , Kgene Kim , jinchoi@broadcom.com, Lan Tianyu , Sebastian Capella , Jonghwan Choi On 02/16/2014 11:02 PM, Viresh Kumar wrote: > On 15 February 2014 01:52, Stephen Warren wrote: >> BTW, I also happened to test these on a Tegra114 system, on which there >> is no cpufreq driver, and this series (applied on top of commit >> 9398a10cd964 Merge tag 'regulator-v3.14-rc2') causes the following >> during suspend: > > Ahh, that's a obvious bug. Following would fix it, thanks: Yes, I tested V6 of the patch series, which incorporates that change, and it's OK.