From patchwork Tue Jul 15 10:33:04 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: pramod.gurav.etc@gmail.com X-Patchwork-Id: 4552841 Return-Path: X-Original-To: patchwork-linux-arm-msm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id DB7759F1D6 for ; Tue, 15 Jul 2014 10:33:34 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 13FDE2012B for ; Tue, 15 Jul 2014 10:33:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 435682012D for ; Tue, 15 Jul 2014 10:33:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932586AbaGOKdP (ORCPT ); Tue, 15 Jul 2014 06:33:15 -0400 Received: from mail-la0-f53.google.com ([209.85.215.53]:49653 "EHLO mail-la0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932585AbaGOKdM (ORCPT ); Tue, 15 Jul 2014 06:33:12 -0400 Received: by mail-la0-f53.google.com with SMTP id gl10so1797374lab.40 for ; Tue, 15 Jul 2014 03:33:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=p7NT12c41ujVRdZD8JmMrxsh4GdLRBK4JUDLz8BEojM=; b=EAxA9JrGWDkmc/j5OYxo41V5n/4ZzdkgJH1e9zMRBTyDrcqR/fVxQiDLb7dkS5N4BV wcIZbDXzE9VuzFJq+PEE6qYcu/WPav0p1EtLC5iqkTmJWe30dUxjJd0Ai3z5lNYSO2lN tAj9bp5gvKQSL/pBbi7IZFVqT/Os9Qge/v7/exnoIyYFsfkB2jSvwsdhaSvOQkr5XhRy EP8QBjL+QuI7dGGbT7gAui1UU5zyjRt6bVB79edFaO6dG4xPCH2NYo+I+tYfwckzBMNx J0/78+mhoslOALRcY5oiva+YP8lzsszbGqSXtYt3ezwk/irkEzxlRtrpaGPNlZJ24r1m KNDQ== MIME-Version: 1.0 X-Received: by 10.152.29.170 with SMTP id l10mr18764484lah.43.1405420384970; Tue, 15 Jul 2014 03:33:04 -0700 (PDT) Received: by 10.152.131.226 with HTTP; Tue, 15 Jul 2014 03:33:04 -0700 (PDT) In-Reply-To: <1403654783-7176-1-git-send-email-sboyd@codeaurora.org> References: <1403654783-7176-1-git-send-email-sboyd@codeaurora.org> Date: Tue, 15 Jul 2014 16:03:04 +0530 Message-ID: Subject: Re: [RFC/PATCH 00/12] Krait clocks + Krait CPUfreq From: pramod gurav To: Stephen Boyd Cc: linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Mike Turquette Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Stephen, On Wed, Jun 25, 2014 at 5:36 AM, Stephen Boyd wrote: > > Stephen Boyd (12): > ARM: Add Krait L2 register accessor functions > clk: Add safe switch hook > clk: qcom: Add support for muxes, dividers, and mux dividers > clk: qcom: Add support for High-Frequency PLLs (HFPLLs) > clk: qcom: Add HFPLL driver > clk: qcom: Add MSM8960's HFPLLs > clk: qcom: Add support for Krait clocks > clk: qcom: Add KPSS ACC/GCC driver > clk: qcom: Add Krait clock controller driver > cpufreq: Add a cpufreq-krait based on cpufreq-cpu0 > cpufreq: Add module to register cpufreq-krait device > ARM: dts: qcom: Add necessary DT data for Krait cpufreq > I have applied all these patches on 3.16-rc3. Compiled with below minor change in drivers/cpufreq/Makefile to get cpufreq-krait.c compiled: # x86 drivers. Tested cpufreq by enabling all governors in kernel. Tests done on DB8074 board and Seen the frequency scaling as expected. > > -- > The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, > hosted by The Linux Foundation > > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ diff --git a/drivers/cpufreq/Makefile b/drivers/cpufreq/Makefile index 6b8917b..8afbea4 100644 --- a/drivers/cpufreq/Makefile +++ b/drivers/cpufreq/Makefile @@ -14,7 +14,7 @@ obj-$(CONFIG_CPU_FREQ_GOV_CONSERVATIVE) += cpufreq_conservative.o obj-$(CONFIG_CPU_FREQ_GOV_COMMON) += cpufreq_governor.o obj-$(CONFIG_GENERIC_CPUFREQ_CPU0) += cpufreq-cpu0.o -obj-$(CONFIG_CPUFREQ_KRAIT) += cpufreq-krait.o +obj-$(CONFIG_GENERIC_CPUFREQ_KRAIT) += cpufreq-krait.o ##################################################################################