From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754586AbcKOW75 (ORCPT ); Tue, 15 Nov 2016 17:59:57 -0500 Received: from mga11.intel.com ([192.55.52.93]:42988 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751633AbcKOW74 (ORCPT ); Tue, 15 Nov 2016 17:59:56 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,496,1473145200"; d="scan'208";a="786863043" From: Srinivas Pandruvada To: rjw@rjwysocki.net, morten.rasmussen@arm.com, Juri.Lelli@arm.com, viresh.kumar@linaro.org Cc: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Srinivas Pandruvada Subject: [RFC][PATCH] cpufreq: Support of Energy Performance preference Date: Tue, 15 Nov 2016 14:59:42 -0800 Message-Id: <1479250783-74336-1-git-send-email-srinivas.pandruvada@linux.intel.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This change allows user to provide hints to P-State selection algorithm to be more more performance centric or more energy centric. Even if this change only impacts intel_pstate driver, this change is submitted as RFC to check if we need a generic method in cpufreq to support such configuration. If other SoCs don't allow such configuration, then this change can be only in intel_pstate using local cpufreq attributes as it is implemented now. Srinivas Pandruvada (1): cpufreq: intel_pstate: Support of energy performance hint using HWP drivers/cpufreq/intel_pstate.c | 194 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 194 insertions(+) -- 2.7.4