From patchwork Fri Sep 16 16:50:18 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 114995 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 50222B6F81 for ; Sat, 17 Sep 2011 02:50:33 +1000 (EST) Received: from canuck.infradead.org ([2001:4978:20e::1]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1R4bcR-0001n1-RS; Fri, 16 Sep 2011 16:50:27 +0000 Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1R4bcR-0002Lr-EN; Fri, 16 Sep 2011 16:50:27 +0000 Received: from na3sys009aog126.obsmtp.com ([74.125.149.155]) by canuck.infradead.org with smtps (Exim 4.76 #1 (Red Hat Linux)) id 1R4bcN-0002Lb-Lx for linux-arm-kernel@lists.infradead.org; Fri, 16 Sep 2011 16:50:24 +0000 Received: from mail-yw0-f49.google.com ([209.85.213.49]) (using TLSv1) by na3sys009aob126.postini.com ([74.125.148.12]) with SMTP ID DSNKTnN+TQG8rEE1eH1AG29dd68d+1w7jg3E@postini.com; Fri, 16 Sep 2011 09:50:23 PDT Received: by mail-yw0-f49.google.com with SMTP id 9so3466009ywf.36 for ; Fri, 16 Sep 2011 09:50:21 -0700 (PDT) Received: by 10.236.192.231 with SMTP id i67mr16194878yhn.87.1316191821187; Fri, 16 Sep 2011 09:50:21 -0700 (PDT) Received: from localhost (c-24-19-7-36.hsd1.wa.comcast.net. [24.19.7.36]) by mx.google.com with ESMTPS id z23sm8224310yhl.1.2011.09.16.09.50.19 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 16 Sep 2011 09:50:20 -0700 (PDT) From: Kevin Hilman To: Tony Lindgren Subject: [GIT PULL] OMAP PM cleanup for v3.2 Organization: Texas Instruments, Inc. Date: Fri, 16 Sep 2011 09:50:18 -0700 Message-ID: <87y5xoqvn9.fsf@ti.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) MIME-Version: 1.0 X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20110916_125023_982262_34EE5A61 X-CRM114-Status: UNSURE ( 9.90 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.3 (--) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (-2.3 points) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, medium trust [74.125.149.155 listed in list.dnswl.org] Cc: linux-omap , linux-arm-kernel X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.12 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 Tony, Please pull the following PM cleanups for v3.2 Kevin The following changes since commit fcb8ce5cfe30ca9ca5c9a79cdfe26d1993e65e0c: Linux 3.1-rc3 (2011-08-22 11:42:53 -0700) are available in the git repository at: git://gitorious.org/khilman/linux-omap-pm.git for_3.2/pm-cleanup Johan Hovold (2): OMAP2+: PM: fix typos in misc. comment and error messages OMAP2+: PM: clean up error messages: replace printk with pr_err. Kevin Hilman (1): OMAP3: PM: fix UART handling when using no_console_suspend Michael Jones (1): OMAP2: PM debug: remove leftover debug code arch/arm/mach-omap2/pm.c | 22 ++++++++++------------ arch/arm/mach-omap2/pm24xx.c | 27 --------------------------- arch/arm/mach-omap2/pm34xx.c | 2 +- 3 files changed, 11 insertions(+), 40 deletions(-)