From patchwork Thu Apr 17 16:16:45 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Gardner X-Patchwork-Id: 339979 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id E04A0140099; Fri, 18 Apr 2014 02:16:59 +1000 (EST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1Waozd-0000Hm-HC; Thu, 17 Apr 2014 16:16:53 +0000 Received: from mail.tpi.com ([74.45.170.26]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1WaozX-0000HY-Mc for kernel-team@lists.ubuntu.com; Thu, 17 Apr 2014 16:16:47 +0000 Received: from [10.0.2.8] (host-174-45-39-7.hln-mt.client.bresnan.net [174.45.39.7]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mail.tpi.com (Postfix) with ESMTP id BF11B352870; Thu, 17 Apr 2014 09:16:48 -0700 (PDT) Message-ID: <534FFE6D.4030407@canonical.com> Date: Thu, 17 Apr 2014 10:16:45 -0600 From: Tim Gardner User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Mauricio Faria de Oliveira Subject: ACK: [trusty] [PATCH 0/3] cpufreq: powernv References: <1397749021-2322-1-git-send-email-mauricfo@linux.vnet.ibm.com> In-Reply-To: <1397749021-2322-1-git-send-email-mauricfo@linux.vnet.ibm.com> Cc: kernel-team@lists.ubuntu.com X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: kernel-team-bounces@lists.ubuntu.com Note that this also changes behavior for powerpc64-smp. I assume that has been tested ? We also need the attached config patch for packaging. rtg From 69f18f9a25d8b92c8f183edd5ac9986f7c4701a9 Mon Sep 17 00:00:00 2001 From: Tim Gardner Date: Thu, 17 Apr 2014 16:09:17 +0000 Subject: [PATCH] UBUNTU: [Config] CONFIG_POWERNV_CPUFREQ=m Signed-off-by: Tim Gardner --- debian.master/config/config.common.ubuntu | 1 + 1 file changed, 1 insertion(+) diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index 570c2ac..5167ade 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -4926,6 +4926,7 @@ CONFIG_POWER4=y # CONFIG_POWER5_CPU is not set # CONFIG_POWER6_CPU is not set CONFIG_POWERCAP=y +CONFIG_POWERNV_CPUFREQ=m CONFIG_POWERNV_MSI=y CONFIG_POWER_AVS=y CONFIG_POWER_AVS_OMAP=y -- 1.9.1