From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752198AbaBRUSi (ORCPT ); Tue, 18 Feb 2014 15:18:38 -0500 Received: from avon.wwwdotorg.org ([70.85.31.133]:53653 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751600AbaBRUSg (ORCPT ); Tue, 18 Feb 2014 15:18:36 -0500 Message-ID: <5303C018.1020707@wwwdotorg.org> Date: Tue, 18 Feb 2014 13:18:32 -0700 From: Stephen Warren User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 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 Subject: Re: [PATCH V5 0/7] cpufreq: suspend early/resume late: dpm_{suspend|resume}() References: <52FE71BD.3020103@wwwdotorg.org> <2869027.iYHxWOSS2C@vostro.rjw.lan> <52FEAECA.5080905@wwwdotorg.org> In-Reply-To: X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/17/2014 02:20 AM, Viresh Kumar wrote: > On 15 February 2014 05:33, Stephen Warren wrote: >> On 02/14/2014 03:23 PM, Rafael J. Wysocki wrote: > >>> Well, it would be good to verify which part, then. >> >> Patch 2/7 appears to stop that message from being printed during >> suspend, and perhaps reduce the number of times it's printed during >> resume. Patch 7/7 stops the message being printed at all. >> >> Looking at patch 7, I wonder if it's simply because tegra_target() was >> modified never to return -EBUSY, so the bug is still there, but it's >> just been hidden. > > No, the bug is removed now. Its hidden in current linus/master :) I'm not sure what that means; I still see the message: cpufreq: __cpufreq_driver_target: Failed to change cpu frequency: -16 ... in Linus's tree (805937cf45f9 "Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4").