From mboxrd@z Thu Jan 1 00:00:00 1970 From: Viresh Kumar Subject: Re: [PATCH v2 3/10] cpufreq: governor: New data type for management part of dbs_data Date: Fri, 4 Mar 2016 11:22:10 +0530 Message-ID: <20160304055210.GC27109@vireshk-i7> References: <2495375.dFbdlAZmA6@vostro.rjw.lan> <2409306.qzzMXcm4dm@vostro.rjw.lan> <1575114.qm03ypD4vK@vostro.rjw.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pa0-f48.google.com ([209.85.220.48]:35913 "EHLO mail-pa0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750903AbcCDFwZ (ORCPT ); Fri, 4 Mar 2016 00:52:25 -0500 Received: by mail-pa0-f48.google.com with SMTP id fi3so26822560pac.3 for ; Thu, 03 Mar 2016 21:52:25 -0800 (PST) Content-Disposition: inline In-Reply-To: <1575114.qm03ypD4vK@vostro.rjw.lan> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org 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 , Ingo Molnar On 04-03-16, 04:01, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > In addition to fields representing governor tunables, struct dbs_data > contains some fields needed for the management of objects of that > type. As it turns out, that part of struct dbs_data may be shared > with (future) governors that won't use the common code used by > "ondemand" and "conservative", so move it to a separate struct type > and modify the code using struct dbs_data to follow. > > Signed-off-by: Rafael J. Wysocki > --- > > Changes from the previous version: > - The new data type is called gov_attr_set now (instead of gov_tunables) > and some variable names etc have been changed to follow. Acked-by: Viresh Kumar -- viresh