From patchwork Fri Jul 6 00:30: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: 169301 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 403322C01D3 for ; Fri, 6 Jul 2012 10:36:00 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SmwSC-0001F1-Ny; Fri, 06 Jul 2012 00:31:26 +0000 Received: from na3sys009aog114.obsmtp.com ([74.125.149.211]) by merlin.infradead.org with smtps (Exim 4.76 #1 (Red Hat Linux)) id 1SmwRz-0001Cc-5c for linux-arm-kernel@lists.infradead.org; Fri, 06 Jul 2012 00:31:13 +0000 Received: from mail-yw0-f46.google.com ([209.85.213.46]) (using TLSv1) by na3sys009aob114.postini.com ([74.125.148.12]) with SMTP ID DSNKT/YxptaRtiAaOSMuS9yGaqN/v1nQKd8D@postini.com; Thu, 05 Jul 2012 17:31:11 PDT Received: by yhmm54 with SMTP id m54so10258111yhm.5 for ; Thu, 05 Jul 2012 17:30:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:organization:date:message-id:user-agent :mime-version:content-type:x-gm-message-state; bh=yRFTkQbJU5RiXtCyHv54YZD7wSKCBP61kXIyFSu7V9c=; b=E1wIEK9QwdyATF9u9QfsnbiXg3hGJkXh7Lksu6L23xJkXNl78WVORnXBQhFoAIIniR whvEfjEehYigmF/vNHOmo6F1Yzat1a2dpMr603udB28kuFp2onyTEkrxjhWoxcJMu/4f q4CpmWn6KmuVqURWo8/cg4AqgKywiu3+yZKNuEgVvjnRC6kL/+upNU4dmx39EtguaT54 dj3f4xtzlEzSldEPQKfTaT8YuDqyaKopY4pf/pbsjKb2uc8c9rPQozuRq8dDH/tqixu8 EsLQZewcDRmNYV2J6AsHAuW7yTcTLUvnJmVWk507YFQC2CSnSycesfPkuULCKGxeuNmk AY8A== Received: by 10.66.73.132 with SMTP id l4mr41171378pav.30.1341534629374; Thu, 05 Jul 2012 17:30:29 -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 gh9sm8159403pbc.20.2012.07.05.17.30.28 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 05 Jul 2012 17:30:28 -0700 (PDT) From: Kevin Hilman To: Tony Lindgren Subject: [GIT PULL] OMAP: PM: one more fix for 3.5-rc Organization: Texas Instruments, Inc. Date: Thu, 05 Jul 2012 17:30:41 -0700 Message-ID: <877guhenny.fsf@ti.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 X-Gm-Message-State: ALoCoQkih0nhxYwdwuMZxXQYGMEMS1UlgHkvW+0ONvoj5KKWeQzOPzY8cL7cN79zgWkmq/iCtXZ1 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.211 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: Paul Walmsley , linux-omap , Benoit Cousson , 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 Tony, Hopefully this is the last one. This one fixes a problem where the CORE power domain does not hit retention during suspend. This has been known since v3.5 came out, but there has been some discussion about the proper fix. The solution has now been agreed upon, so I'd like to see this make it for v3.5-rc. Thanks, Kevin The following changes since commit 6887a4131da3adaab011613776d865f4bcfb5678: Linux 3.5-rc5 (2012-06-30 16:08:57 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git for_3.5/fixes/pm-3 for you to fetch changes up to 006c7f18449a06027b0165e938c67b3a029813c9: ARM: OMAP2+: hwmod code/clockdomain data: fix 32K sync timer (2012-07-05 17:25:38 -0700) ---------------------------------------------------------------- Paul Walmsley (1): ARM: OMAP2+: hwmod code/clockdomain data: fix 32K sync timer arch/arm/mach-omap2/clockdomain.h | 4 +++ arch/arm/mach-omap2/clockdomains2xxx_3xxx_data.c | 1 + arch/arm/mach-omap2/clockdomains44xx_data.c | 2 +- arch/arm/mach-omap2/omap_hwmod.c | 32 ++++++++++++++++------ 4 files changed, 30 insertions(+), 9 deletions(-)