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: 4552941 Return-Path: X-Original-To: patchwork-linux-arm@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 E34FC9F1D6 for ; Tue, 15 Jul 2014 10:35:22 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 13CEB2012D for ; Tue, 15 Jul 2014 10:35:21 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3DFF5200D0 for ; Tue, 15 Jul 2014 10:35:20 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1X7039-0007Hl-6B; Tue, 15 Jul 2014 10:33:31 +0000 Received: from mail-la0-x22d.google.com ([2a00:1450:4010:c03::22d]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1X7036-00076b-60 for linux-arm-kernel@lists.infradead.org; Tue, 15 Jul 2014 10:33:28 +0000 Received: by mail-la0-f45.google.com with SMTP id ty20so3728886lab.4 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 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140715_033328_414017_F92B4C93 X-CRM114-Status: GOOD ( 17.67 ) X-Spam-Score: -0.1 (/) Cc: linux-arm-msm@vger.kernel.org, Mike Turquette , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=no 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 ##################################################################################