Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751074AbcCCGDe (ORCPT ); Thu, 3 Mar 2016 01:03:34 -0500 Received: from mail-pa0-f43.google.com ([209.85.220.43]:33133 "EHLO mail-pa0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750986AbcCCGDc (ORCPT ); Thu, 3 Mar 2016 01:03:32 -0500 Date: Thu, 3 Mar 2016 11:33:21 +0530 From: Viresh Kumar To: "Rafael J. Wysocki" Cc: Linux PM list , Juri Lelli , Steve Muckle , ACPI Devel Maling List , Linux Kernel Mailing List , Peter Zijlstra , Srinivas Pandruvada , Vincent Guittot , Michael Turquette Subject: Re: [PATCH 4/6] cpufreq: governor: Move abstract gov_tunables code to a seperate file Message-ID: <20160303060321.GK2891@vireshk-i7> References: <2495375.dFbdlAZmA6@vostro.rjw.lan> <5134851.EfvU9zA4LR@vostro.rjw.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5134851.EfvU9zA4LR@vostro.rjw.lan> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 868 Lines: 22 On 02-03-16, 03:10, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > Move abstract code related to struct gov_tunables to a separate (new) > file so it can be shared with (future) goverernors that won't share > more code with "ondemand" and "conservative". > > No intentional functional changes. > > Signed-off-by: Rafael J. Wysocki > --- > drivers/cpufreq/Kconfig | 4 + > drivers/cpufreq/Makefile | 1 > drivers/cpufreq/cpufreq_governor.c | 82 --------------------------- > drivers/cpufreq/cpufreq_governor.h | 6 ++ > drivers/cpufreq/cpufreq_governor_tunables.c | 84 ++++++++++++++++++++++++++++ These aren't governor tunables, isn't it? Tunables were the fields that could be tuned, but this is something else. -- viresh