From patchwork Fri Dec 9 17:47:04 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 130439 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 A528C1007D8 for ; Sat, 10 Dec 2011 04:49:28 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RZ4XS-0007Qj-7f; Fri, 09 Dec 2011 17:47:14 +0000 Received: from na3sys009aog110.obsmtp.com ([74.125.149.203]) by merlin.infradead.org with smtps (Exim 4.76 #1 (Red Hat Linux)) id 1RZ4XN-0007QV-UY for linux-arm-kernel@lists.infradead.org; Fri, 09 Dec 2011 17:47:10 +0000 Received: from mail-gx0-f179.google.com ([209.85.161.179]) (using TLSv1) by na3sys009aob110.postini.com ([74.125.148.12]) with SMTP ID DSNKTuJJmyEnW0/E25w2GShczd9cReVC5GwQ@postini.com; Fri, 09 Dec 2011 09:47:09 PST Received: by mail-gx0-f179.google.com with SMTP id v5so4617695ggn.24 for ; Fri, 09 Dec 2011 09:47:07 -0800 (PST) Received: by 10.100.28.29 with SMTP id b29mr2055302anb.126.1323452827785; Fri, 09 Dec 2011 09:47:07 -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 a7sm25783261ana.5.2011.12.09.09.47.06 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 09 Dec 2011 09:47:07 -0800 (PST) From: Kevin Hilman To: Tony Lindgren Subject: [GIT PULL] OMAP: minor PM cleanups for v3.3 Organization: Texas Instruments, Inc. Date: Fri, 09 Dec 2011 09:47:04 -0800 Message-ID: <87pqfxhc2v.fsf@ti.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 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.203 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 minor PM cleanups for v3.3. Thanks, Kevin The following changes since commit 1ea6b8f48918282bdca0b32a34095504ee65bab5: Linux 3.2-rc1 (2011-11-07 16:16:02 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git for_3.3/cleanup/pm Abhilash K V (1): ARM: OMAP2+: voltage: add check for missing PMIC info in VP init Kevin Hilman (2): ARM: OMAP2+: PM: only register TWL with voltage layer when device is present ARM: OMAP: voltage: cleanup VC/VP error messages Ohad Ben-Cohen (1): ARM: OMAP: omap_device: Expose omap_device_{alloc, delete, register} arch/arm/mach-omap2/pm.c | 6 ++---- arch/arm/mach-omap2/twl-common.c | 11 +++++++++++ arch/arm/mach-omap2/twl-common.h | 3 +++ arch/arm/mach-omap2/vc.c | 5 ++--- arch/arm/mach-omap2/vp.c | 6 ++++++ arch/arm/plat-omap/include/plat/omap_device.h | 7 +++++++ arch/arm/plat-omap/omap_device.c | 13 +++---------- 7 files changed, 34 insertions(+), 17 deletions(-)