Message ID | 87wr7mecdi.fsf@ti.com |
---|---|
State | New |
Headers | show
Return-Path: <linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org> 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 <incoming-imx@patchwork.ozlabs.org>; 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 <linux-arm-kernel@lists.infradead.org>; 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 <khilman@ti.com> To: Tony Lindgren <tony@atomide.com> 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-omap@vger.kernel.org>, linux-arm-kernel <linux-arm-kernel@lists.infradead.org> X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 |
* Kevin Hilman <khilman@ti.com> [120216 12:13]: > Hi Tony, > > Here's a couple more OMAP PM fixes for v3.3-rc Thanks pulled into fixes. Tony