From patchwork Fri Jun 24 00:37:15 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 101706 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 87CB0B6F83 for ; Fri, 24 Jun 2011 10:37:35 +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 1QZuOj-00036x-2F; Fri, 24 Jun 2011 00:37:25 +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 1QZuOi-0008U1-JT; Fri, 24 Jun 2011 00:37:24 +0000 Received: from na3sys009aog115.obsmtp.com ([74.125.149.238]) by canuck.infradead.org with smtps (Exim 4.76 #1 (Red Hat Linux)) id 1QZuOf-0008Th-9a for linux-arm-kernel@lists.infradead.org; Fri, 24 Jun 2011 00:37:22 +0000 Received: from mail-pz0-f42.google.com ([209.85.210.42]) (using TLSv1) by na3sys009aob115.postini.com ([74.125.148.12]) with SMTP ID DSNKTgPcPah8o2NPXDygdDQQ4A0lvxAylipN@postini.com; Thu, 23 Jun 2011 17:37:21 PDT Received: by pzk37 with SMTP id 37so1656040pzk.29 for ; Thu, 23 Jun 2011 17:37:17 -0700 (PDT) Received: by 10.68.16.8 with SMTP id b8mr1592939pbd.368.1308875837178; Thu, 23 Jun 2011 17:37:17 -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 n8sm1615910pbh.25.2011.06.23.17.37.15 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 23 Jun 2011 17:37:16 -0700 (PDT) From: Kevin Hilman To: Tony Lindgren Subject: [GIT PULL] misc. OMAP PM updates for v3.1 Organization: Texas Instruments, Inc. Date: Thu, 23 Jun 2011 17:37:15 -0700 Message-ID: <87vcvw5akk.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-20110623_203721_559428_B447A38F X-CRM114-Status: GOOD ( 10.44 ) 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.238 listed in list.dnswl.org] Cc: "linux-omap@vger.kernel.org" , linux-arm-kernel@lists.infradead.org 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 misc. OMAP PM updates targetted for v3.1. This branch is based on your 'fixes' branch due to some dependencies. Kevin The following changes since commit b8ce9fb8e18af7466e0b915bb5979322cdace322: Merge branch 'fixes-v3.0-rc3' into devel-fixes (2011-06-14 05:53:42 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git for_3.1/pm-misc Kevin Hilman (4): OMAP3: PM debug: remove sleep_while_idle feature OMAP2: PM debug: remove register dumping OMAP3: PM debug: remove register dumping OMAP2: PM debug: move wakeup timer into clockevent code Nishanth Menon (4): OMAP3+: SR: make notify independent of class OMAP3+: SR: disable interrupt by default OMAP3+: SR: enable/disable SR only on need OMAP3+: SR: fix cosmetic indentation Sanjeev Premi (1): OMAP2+: PM: fix section mismatch in pm_dbg_init() arch/arm/mach-omap2/pm-debug.c | 364 +---------------------------- arch/arm/mach-omap2/pm.h | 9 - arch/arm/mach-omap2/pm24xx.c | 6 +- arch/arm/mach-omap2/pm34xx.c | 6 - arch/arm/mach-omap2/smartreflex.c | 38 ++-- arch/arm/mach-omap2/timer-gp.c | 33 +++- arch/arm/plat-omap/include/plat/dmtimer.h | 1 - 7 files changed, 53 insertions(+), 404 deletions(-)