From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758004Ab3BGKmt (ORCPT ); Thu, 7 Feb 2013 05:42:49 -0500 Received: from mail-wi0-f178.google.com ([209.85.212.178]:63468 "EHLO mail-wi0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757316Ab3BGKmo (ORCPT ); Thu, 7 Feb 2013 05:42:44 -0500 MIME-Version: 1.0 In-Reply-To: <1360170133-5066-1-git-send-email-dirk.brandewie@gmail.com> References: <1360170133-5066-1-git-send-email-dirk.brandewie@gmail.com> Date: Thu, 7 Feb 2013 16:12:42 +0530 X-Google-Sender-Auth: nO-dFzIUsk2MFptW-9MPLBnSlzw Message-ID: Subject: Re: [PATCH 0/5] Add P state driver for Intel Core Processors From: Viresh Kumar To: dirk.brandewie@gmail.com, "Rafael J. Wysocki" Cc: linux-kernel@vger.kernel.org, cpufreq@vger.kernel.org, Amit Kucheria Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 6, 2013 at 10:32 PM, wrote: > From: Dirk Brandewie > > This driver implements a scaling driver with an internal governor for > Intel Core processors. The driver follows the same model as the > Transmeta scaling driver (longrun.c) and implements the setpolicy() > instead of target(). Scaling drivers that implement setpolicy() are > assmuned to implement internal governors by the cpufreq core. All the > logic for selecting the current P state is contained within the driver > no external governor is used by the cpufreq core. Hi Dirk, All look good now :) Acked-by: Viresh Kumar @Rafael: I wasn't sure if these would apply over my patches without any conflicts and so i applied them in my repo. Added my Acked-by's and fixed a minor thing in one of the patches (as mentioned in the other mail). You can pick these from: dirk-patches http://git.linaro.org/gitweb?p=people/vireshk/linux.git;a=shortlog;h=refs/heads/dirk-patches