Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933832Ab3E1Jo3 (ORCPT ); Tue, 28 May 2013 05:44:29 -0400 Received: from mail-oa0-f49.google.com ([209.85.219.49]:35748 "EHLO mail-oa0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933797Ab3E1Jo1 (ORCPT ); Tue, 28 May 2013 05:44:27 -0400 MIME-Version: 1.0 In-Reply-To: <20130528084035.13afa583@amdc308.digital.local> References: <1367590072-10496-1-git-send-email-jonghwa3.lee@samsung.com> <8856294.KaD55h4g0a@vostro.rjw.lan> <41528879.GuKxJgVhIe@vostro.rjw.lan> <20130528084035.13afa583@amdc308.digital.local> Date: Tue, 28 May 2013 15:14:26 +0530 Message-ID: Subject: Re: [RFC v2 0/3][TESTS] LAB: Support for Legacy Application Booster governor - tests results From: Viresh Kumar To: Lukasz Majewski Cc: "Rafael J. Wysocki" , Jonghwa Lee , "linux-kernel@vger.kernel.org" , "cpufreq@vger.kernel.org" , "linux-pm@vger.kernel.org" , Vicent Guittot , Daniel Lezcano , MyungJoo Ham , Lukasz Majewski 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: 1744 Lines: 39 On 28 May 2013 12:10, Lukasz Majewski wrote: > On 27 May 2013 17:30, Rafael J. Wysocki wrote: >> On Monday, May 27, 2013 06:54:49 PM Viresh Kumar wrote: >> > On 27 May 2013 17:30, Rafael J. Wysocki wrote: >> I was talking about /sys/devices/system/cpu/cpufreq/boost that >> appears to have been added by commit 615b730 (acpi-cpufreq: Add >> support for disabling dynamic overclocking). >> >> That's in acpi-cpufreq, but since that setting seems to be generally >> useful, it may be a good idea to move it to the core somehow. Problem is in breaking existing cpufreq userspace for this driver. Is this allowed? > I think that Viresh wanted to add "boost" option to > /sys/devices/system/cpu/cpuX/cpufreq/ to be able to control boost > at separate cores (policies). > > The localization, which you have proposed: > /sys/devices/system/cpu/cpufreq/boost > > implies, that boost is a global feature (enabled for all cores and for > all available policies). > > Which approach shall be used then? We can use: get_governor_parent_kobj() to get the best location for boost. But I had some other issues in mind: - boost is governor dependent.. i.e. It is only required for ondemand governor (And LAB if it makes it to mainline :) ).. Other governors doesn't need it. So, it would be better to add it in governor's directory. - This will break existing users of acpi-cpufreq driver. @Rafael: Please suggest what to do here. -- 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/