From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938927AbdAEVa2 (ORCPT ); Thu, 5 Jan 2017 16:30:28 -0500 Received: from mga05.intel.com ([192.55.52.43]:39586 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S938913AbdAEVaU (ORCPT ); Thu, 5 Jan 2017 16:30:20 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,322,1477983600"; d="scan'208";a="1108557140" Message-ID: <1483651787.4497.118.camel@linux.intel.com> Subject: Re: [RFC][PATCH 0/2] cpufreq: intel_pstate: Make it possible to change operation mode on the fly From: Srinivas Pandruvada To: "Rafael J. Wysocki" , Linux PM Cc: LKML Date: Thu, 05 Jan 2017 13:29:47 -0800 In-Reply-To: <21825845.nN3skUNMsO@aspire.rjw.lan> References: <21825845.nN3skUNMsO@aspire.rjw.lan> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.20.5 (3.20.5-1.fc24) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2017-01-05 at 02:50 +0100, Rafael J. Wysocki wrote: > 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. Tested this change and works as described in the change log. So looks fine to me. Thanks, Srinivas