From patchwork Wed Mar 7 20:20:41 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 145340 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 0A1EAB6F98 for ; Thu, 8 Mar 2012 07:23:11 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1S5NLr-0000WF-ES; Wed, 07 Mar 2012 20:20:47 +0000 Received: from na3sys009aog123.obsmtp.com ([74.125.149.149]) by merlin.infradead.org with smtp (Exim 4.76 #1 (Red Hat Linux)) id 1S5NLo-0000W0-8J for linux-arm-kernel@lists.infradead.org; Wed, 07 Mar 2012 20:20:44 +0000 Received: from mail-iy0-f170.google.com ([209.85.210.170]) (using TLSv1) by na3sys009aob123.postini.com ([74.125.148.12]) with SMTP ID DSNKT1fDGjPXpDYz24JfwLMgvJeC7R4O6jmi@postini.com; Wed, 07 Mar 2012 12:20:44 PST Received: by mail-iy0-f170.google.com with SMTP id h11so9116208iae.15 for ; Wed, 07 Mar 2012 12:20:42 -0800 (PST) Received: by 10.50.194.233 with SMTP id hz9mr13524594igc.11.1331151642415; Wed, 07 Mar 2012 12:20:42 -0800 (PST) Received: from localhost (c-24-19-7-36.hsd1.wa.comcast.net. [24.19.7.36]) by mx.google.com with ESMTPS id ut8sm18498396igc.11.2012.03.07.12.20.41 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 07 Mar 2012 12:20:41 -0800 (PST) From: Kevin Hilman To: Dave Jones , cpufreq@vger.kernel.org Subject: [GIT PULL] cpufreq: OMAP updates for v3.4 Organization: Texas Instruments, Inc. Date: Wed, 07 Mar 2012 12:20:41 -0800 Message-ID: <87y5rci2na.fsf@ti.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 X-Gm-Message-State: ALoCoQkkzDxY1btKmPPqGhCXQge4S11lHI4ksT1kjaotUfyJw76NTa2XAmt22wTUSQONvvm3y0F8 X-Spam-Note: CRM114 invocation failed X-Spam-Score: -4.2 (----) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-4.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, medium trust [74.125.149.149 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: linux-omap , linux-arm-kernel X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Dave, Please pull the following OMAP CPUfreq driver changes for v3.4. Thanks, Kevin The following changes since commit b01543dfe67bb1d191998e90d20534dc354de059: Linux 3.3-rc4 (2012-02-18 15:53:33 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git for_3.4/cpufreq for you to fetch changes up to 42daffd2d6c665716d442d518022ecaad17ddf64: cpufreq: OMAP: specify range for voltage scaling (2012-03-02 13:55:57 -0800) ---------------------------------------------------------------- Afzal Mohammed (1): cpufreq: OMAP: specify range for voltage scaling Kevin Hilman (1): cpufreq: OMAP: scale voltage along with frequency Russell King (1): cpufreq: OMAP driver depends CPUfreq tables drivers/cpufreq/Kconfig.arm | 5 +++ drivers/cpufreq/Makefile | 2 +- drivers/cpufreq/omap-cpufreq.c | 72 +++++++++++++++++++++++++++++++++++++--- 3 files changed, 73 insertions(+), 6 deletions(-)