From patchwork Mon Mar 5 22:02:08 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 144783 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 C016FB6FA2 for ; Tue, 6 Mar 2012 09:04:25 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1S4fyy-0004f4-Fb; Mon, 05 Mar 2012 22:02:16 +0000 Received: from na3sys009aog104.obsmtp.com ([74.125.149.73]) by merlin.infradead.org with smtps (Exim 4.76 #1 (Red Hat Linux)) id 1S4fyu-0004dj-7r for linux-arm-kernel@lists.infradead.org; Mon, 05 Mar 2012 22:02:13 +0000 Received: from mail-pz0-f47.google.com ([209.85.210.47]) (using TLSv1) by na3sys009aob104.postini.com ([74.125.148.12]) with SMTP ID DSNKT1U34YUxw5C8f4XUxsh5wB5idsX1ZCKn@postini.com; Mon, 05 Mar 2012 14:02:12 PST Received: by mail-pz0-f47.google.com with SMTP id o14so5733728dad.6 for ; Mon, 05 Mar 2012 14:02:09 -0800 (PST) Received-SPF: pass (google.com: domain of khilman@ti.com designates 10.68.191.168 as permitted sender) client-ip=10.68.191.168; Authentication-Results: mr.google.com; spf=pass (google.com: domain of khilman@ti.com designates 10.68.191.168 as permitted sender) smtp.mail=khilman@ti.com Received: from mr.google.com ([10.68.191.168]) by 10.68.191.168 with SMTP id gz8mr52885346pbc.37.1330984929385 (num_hops = 1); Mon, 05 Mar 2012 14:02:09 -0800 (PST) Received: by 10.68.191.168 with SMTP id gz8mr45348282pbc.37.1330984929315; Mon, 05 Mar 2012 14:02:09 -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 o7sm14364720pbq.8.2012.03.05.14.02.08 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 05 Mar 2012 14:02:08 -0800 (PST) From: Kevin Hilman To: Tony Lindgren Subject: [GIT PULL] ARM: OMAP: SR cleanups for v3.4 Organization: Texas Instruments, Inc. Date: Mon, 05 Mar 2012 14:02:08 -0800 Message-ID: <87wr6yiu5b.fsf@ti.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 X-Gm-Message-State: ALoCoQl2quF49X0Z4ANcHbS65ojXayR6mQU0vEWeZdNH1Vtqgw0tDTytDnxwNaL8mhA4udhJcwnl 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.73 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 , Jean Pihet , 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 Hi Tony, Please pull the SmartReflex cleanups for v3.4. Due to a minor conflict with the devexit patches in your randconfig branch, this is based there (actually randconfig~2 which is the actual dependency.) Special thanks to Jean Pihet for collecting and coordinating all these fixups. Kevin The following changes since commit 149f1d5c8d2fd6879cdf93ca70f1cb745e698a1e: ARM: OMAP2+: Fix devexit for smartreflex when CONFIG_HOTPLUG is not set (2012-02-24 08:24:46 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git for_3.4/cleanup/sr for you to fetch changes up to 63371faf9198302c7ebd41e7fbe78eb6b57bba86: ARM: OMAP3+: SmartReflex: fix error handling (2012-03-05 11:29:27 -0800) ---------------------------------------------------------------- Felipe Balbi (4): ARM: OMAP3+: SmartReflex: add missing platform_set_drvdata() ARM: OMAP3+: SmartReflex: move late_initcall() closer to its argument ARM: OMAP3+: SmartReflex: misc cleanups ARM: OMAP3+: SmartReflex: micro-optimization for sanity check Jean Pihet (2): ARM: OMAP3+: SmartReflex: fix the use of debugfs_create_* API ARM: OMAP3+: SmartReflex: fix error handling Nishanth Menon (6): ARM: OMAP3+: SmartReflex: fix err interrupt disable sequence ARM: OMAP3+: SmartReflex Class3: disable errorgen before disable VP ARM: OMAP3+: SmartReflex: Add a shutdown hook ARM: OMAP3+: SmartReflex: Fix status masking in ERRCONFIG register ARM: OMAP3+: SmartReflex: clear ERRCONFIG_VPBOUNDINTST only on a need ARM: OMAP3+: hwmod: add SmartReflex IRQs Shweta Gulati (1): ARM: OMAP3+: SmartReflex: use voltage domain name in device attributes arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 31 +++- arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 19 ++- arch/arm/mach-omap2/smartreflex-class3.c | 1 + arch/arm/mach-omap2/smartreflex.c | 227 +++++++++++++++++++------- arch/arm/mach-omap2/smartreflex.h | 10 ++ arch/arm/mach-omap2/sr_device.c | 11 +- arch/arm/plat-omap/include/plat/omap_hwmod.h | 2 - 7 files changed, 229 insertions(+), 72 deletions(-)