From patchwork Thu Feb 16 20:45:13 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 141686 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (unknown [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 DE24B1007D4 for ; Fri, 17 Feb 2012 07:47:39 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1Ry8Cg-0000uV-JC; Thu, 16 Feb 2012 20:45:22 +0000 Received: from na3sys009aog120.obsmtp.com ([74.125.149.140]) by merlin.infradead.org with smtps (Exim 4.76 #1 (Red Hat Linux)) id 1Ry8Cd-0000ti-7X for linux-arm-kernel@lists.infradead.org; Thu, 16 Feb 2012 20:45:20 +0000 Received: from mail-pw0-f51.google.com ([209.85.160.51]) (using TLSv1) by na3sys009aob120.postini.com ([74.125.148.12]) with SMTP ID DSNKTz1q2yFrD8HiVldcrYpX3RTCr4AaVSZq@postini.com; Thu, 16 Feb 2012 12:45:19 PST Received: by pbbrp2 with SMTP id rp2so3919192pbb.24 for ; Thu, 16 Feb 2012 12:45:14 -0800 (PST) Received: by 10.68.234.166 with SMTP id uf6mr11951949pbc.133.1329425114803; Thu, 16 Feb 2012 12:45:14 -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 l8sm3162315pbd.62.2012.02.16.12.45.12 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 16 Feb 2012 12:45:14 -0800 (PST) From: Kevin Hilman To: Tony Lindgren Subject: [GIT PULL] ARM: OMAP: PM fixes for 3.3-rc Organization: Texas Instruments, Inc. Date: Thu, 16 Feb 2012 12:45:13 -0800 Message-ID: <87wr7mecdi.fsf@ti.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 X-Gm-Message-State: ALoCoQlbftYmgkJrCB1plK2h8yHj1cvKTOBsG1JM5PS3V7MjDB78CPgRlm771yTdH7epTBEs/69x 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.140 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 Hi Tony, Here's a couple more OMAP PM fixes for v3.3-rc Kevin The following changes since commit d65b4e98d7ea3038b767b70fe8be959b2913f16d: Linux 3.3-rc3 (2012-02-08 19:21:53 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git for_3.3/fixes/pm for you to fetch changes up to 03e4fd6eb25e6b46536ecdb0d1b7d33d46b15480: ARM: OMAP4: cpuidle: Fix the C-state reporting to cpuidle governor. (2012-02-14 10:59:26 -0800) ---------------------------------------------------------------- NeilBrown (1): ARM: OMAP: add RCU locking to omap2_set_init_voltage. Santosh Shilimkar (1): ARM: OMAP4: cpuidle: Fix the C-state reporting to cpuidle governor. arch/arm/mach-omap2/cpuidle44xx.c | 5 ++--- arch/arm/mach-omap2/pm.c | 3 +++ 2 files changed, 5 insertions(+), 3 deletions(-)