From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761998AbdAEB5i (ORCPT ); Wed, 4 Jan 2017 20:57:38 -0500 Received: from cloudserver094114.home.net.pl ([79.96.170.134]:51528 "EHLO cloudserver094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758927AbdAEB5c (ORCPT ); Wed, 4 Jan 2017 20:57:32 -0500 From: "Rafael J. Wysocki" To: Linux PM Cc: Srinivas Pandruvada , LKML Subject: [RFC][PATCH 0/2] cpufreq: intel_pstate: Make it possible to change operation mode on the fly Date: Thu, 05 Jan 2017 02:50:12 +0100 Message-ID: <21825845.nN3skUNMsO@aspire.rjw.lan> User-Agent: KMail/4.14.10 (Linux/4.10.0-rc1+; KDE/4.14.9; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, This two-patch series adds a sysfs attribute to intel_pstate to allow user space to change the way the driver works or disable it altogether. Refer to the changelog of patch [2/2] for details. The patches are on top of the linux-next branch of the linux-pm.git tree. Thanks, Rafael