Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753360Ab3C0OhT (ORCPT ); Wed, 27 Mar 2013 10:37:19 -0400 Received: from mail-ob0-f181.google.com ([209.85.214.181]:48439 "EHLO mail-ob0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751937Ab3C0OhR (ORCPT ); Wed, 27 Mar 2013 10:37:17 -0400 MIME-Version: 1.0 In-Reply-To: References: <0823a96fea2d8284b7d83cee390dd5973fdaaa94.1362381470.git.viresh.kumar@linaro.org> <2565053.YP0dCLmaW9@vostro.rjw.lan> <20130326152059.GA1698@jshin-Toonie> <20130326194832.GB24945@jshin-Toonie> Date: Wed, 27 Mar 2013 20:07:15 +0530 Message-ID: Subject: Re: [PATCH V3 2/4] cpufreq: governor: Implement per policy instances of governors From: Viresh Kumar To: Jacob Shin Cc: "Rafael J. Wysocki" , cpufreq@vger.kernel.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, linaro-kernel@lists.linaro.org, robin.randhawa@arm.com, Steve.Bannister@arm.com, Liviu.Dudau@arm.com, charles.garcia-tobin@arm.com, Arvind Chauhan Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1756 Lines: 44 On 27 March 2013 17:05, Viresh Kumar wrote: > On 27 March 2013 15:34, Viresh Kumar wrote: >> I am still stuck at a issue, which i am not able to fix. >> - cat of */cpufreq/ondemand/** isn't showing anything on console, but all >> pointers are correctly set and i can see the right values with printk() > > The culprit is the part where i changed prototypes of all show/store functions. > I am still trying to understand how that part works, and will fix it soon. It seems i have broken some other stuff too with this patch: commit 63173d01761a442ac5a7c73de996acbe9b0b3da7 Author: Viresh Kumar Date: Wed Feb 6 15:37:37 2013 +0530 cpufreq: Get rid of "struct global_attr" We don't need to keep two structures for file attributes, global_attr and freq_attr. Lets use freq_attr only for cpufreq core and drivers. Signed-off-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- drivers/cpufreq/acpi-cpufreq.c | 9 ++++----- drivers/cpufreq/intel_pstate.c | 20 ++++++++++---------- include/linux/cpufreq.h | 16 ---------------- Atleast both acpi-cpufreq and intel_pstate (including cpufreq as a whole). :( And i don't want to post any more fixups now.. they are huge and will create more confusion.. Rather i will send next version of my patchset and ask Rafael to drop earlier patches. Will cc you, please try them at your end. -- viresh -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/