From patchwork Fri Aug 10 17:44:42 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 176570 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 755E62C0093 for ; Sat, 11 Aug 2012 03:48:05 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SztGU-00029Z-EM; Fri, 10 Aug 2012 17:44:50 +0000 Received: from na3sys009aog102.obsmtp.com ([74.125.149.69]) by merlin.infradead.org with smtps (Exim 4.76 #1 (Red Hat Linux)) id 1SztGQ-00027n-VD for linux-arm-kernel@lists.infradead.org; Fri, 10 Aug 2012 17:44:47 +0000 Received: from mail-yx0-f178.google.com ([209.85.213.178]) (using TLSv1) by na3sys009aob102.postini.com ([74.125.148.12]) with SMTP ID DSNKUCVIjAOQhCwb0VNe5gQv+dQ0UrvfV7fU@postini.com; Fri, 10 Aug 2012 10:44:46 PDT Received: by yenm2 with SMTP id m2so2117681yen.37 for ; Fri, 10 Aug 2012 10:44:44 -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=NYsrYzKsjeTgDefp3x/2QT2tIC1Zc0UvLmRP9neN8DQ=; b=DqOullj1N3Vmz7mDGU42s4GFl9k+ysFebQhs8dlumrZT/rkgkajvKMDODTT4k+Z3b3 US1WaeXe76KXFmt7WiIH3JUjb5hrCRZ0QxEl4XWNk0gVsc5X6jIEqWH8t/I81Lstm8LS EzrzAk7R7j9RHtKmX+9/HUgwwcG8ncsURb6mZa2qUSZV/ZE1s3ODIC9SbcomgbsobjDJ zaMK5eKc6X71wHMUfNHnXum4xlJMcNM/Xfpmw6JVgtTD66wMZoVmTDnxMTDdTgw9sXz8 CDKy0varm5KyMdK3iKidiyCFOX842+iiRkIHpgoQLHtSq92g8U7uuFH7ttAYCu/Xc6sy xkhw== Received: by 10.66.76.226 with SMTP id n2mr216067paw.67.1344620683902; Fri, 10 Aug 2012 10:44:43 -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 st6sm2388823pbc.58.2012.08.10.10.44.43 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 10 Aug 2012 10:44:43 -0700 (PDT) From: Kevin Hilman To: Tony Lindgren Subject: [GIT PULL] ARM: OMAP: PM fixes for v3.6-rc Organization: Texas Instruments, Inc. Date: Fri, 10 Aug 2012 10:44:42 -0700 Message-ID: <878vdmfxpx.fsf@ti.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 X-Gm-Message-State: ALoCoQnShUnybBnPi05YrxDuW3QlBOr+Rj4oCUhtMSKVonRUjA40FECyzpzKx0cQMkq0cHs3RZYW 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.69 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 Tony, Please pull the following PM related fixes for v3.6-rc. One of them is a fix for drivers/cpufreq/omap-cpufreq.c, but it needs to go along with the arch/arm change. I'm listed in MAINTAINERS for the OMAP CPUfreq driver now, so this should be OK. Kevin The following changes since commit 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee: Linux 3.6-rc1 (2012-08-02 16:38:10 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git for_3.6/fixes/pm for you to fetch changes up to 196449de0c886e64b48d01bd7ee153656db92884: ARM: OMAP4: Register the OPP table only for 4430 device (2012-08-09 08:07:54 -0700) ---------------------------------------------------------------- Kevin Hilman (2): ARM: OMAP3: TWL4030: ensure sys_nirq1 is mux'd and wakeup enabled Revert "ARM: OMAP3: PM: call pre/post transition per powerdomain" Rajendra Nayak (2): cpufreq: OMAP: Handle missing frequency table on SMP systems ARM: OMAP4: Register the OPP table only for 4430 device Santosh Shilimkar (1): ARM: OMAP4: sleep: Save the complete used register stack frame arch/arm/mach-omap2/opp4xxx_data.c | 2 +- arch/arm/mach-omap2/pm34xx.c | 19 ++++--------------- arch/arm/mach-omap2/sleep44xx.S | 8 ++++++-- arch/arm/mach-omap2/twl-common.c | 1 + drivers/cpufreq/omap-cpufreq.c | 4 +++- 5 files changed, 15 insertions(+), 19 deletions(-)