From patchwork Tue Nov 6 00:56:39 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 197375 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 DFF322C00A3 for ; Tue, 6 Nov 2012 11:58:55 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TVXTB-0003DK-UF; Tue, 06 Nov 2012 00:56:46 +0000 Received: from mail-da0-f49.google.com ([209.85.210.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TVXT8-0003D1-B2 for linux-arm-kernel@lists.infradead.org; Tue, 06 Nov 2012 00:56:42 +0000 Received: by mail-da0-f49.google.com with SMTP id q27so2691637daj.36 for ; Mon, 05 Nov 2012 16:56:39 -0800 (PST) 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=NOIe/yaKqdiwX6PlWo5tDXqr2E8IGzeWZHlowQ24abY=; b=MJtXxwr54hQAiBihZEvk+ljVX91UnhMFqFrpbaI/wRdcqJy8NnWn99SpJam+woi3fh jnb/rOUZ5Zbe1O6o19rLxOC8Si4pX4NM9fxWLxnB6dWC7rpbQuc4Du/wrLmSoDZMqG7t 3iyarslpTSbNDEBKblVQx/7OGOAXGyM2UnMo+kxp2RRu4kzoDY/yXriQ7DHPOd1GXMuF S+hvzuxgrtiY8zbEIeC0LWXI/00DOr/1YfmgnwF1Ke4FRi1mKfeZGZBC2tZEqi/8So8x 849ZvHot0dNoM8uRpCv42z79xX1f601FMviezFqCU2r5bg4/+7EbOvYHtUUyccl2urgp vjfA== Received: by 10.68.130.197 with SMTP id og5mr8300306pbb.138.1352163399031; Mon, 05 Nov 2012 16:56:39 -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 sz6sm11354682pbc.52.2012.11.05.16.56.37 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 05 Nov 2012 16:56:38 -0800 (PST) From: Kevin Hilman To: Tony Lindgren Subject: [GIT PULL] ARM: OMAP: PM: few more fixes for v3.7-rc Organization: Deep Root Systems, LLC Date: Mon, 05 Nov 2012 16:56:39 -0800 Message-ID: <87objbczw8.fsf@deeprootsystems.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 X-Gm-Message-State: ALoCoQnLGnMJyyvfH0ValY8VZggOMfcc+stRbUTq2ArMRvmUICUtp/SlOIJUaAVxwf6mAWAzZu+7 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20121105_195642_520155_9BA3932F X-CRM114-Status: GOOD ( 11.56 ) X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.210.49 listed in list.dnswl.org] -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 Hi Tony, Here's a couple more trivial fixes for v3.7-rc. Thanks, Kevin The following changes since commit 6f0c0580b70c89094b3422ba81118c7b959c7556: Linux 3.7-rc2 (2012-10-20 12:11:32 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git tags/for_3.7-rc5-fixes-pm for you to fetch changes up to 73c503cb981394872db41dd5cde385cb5373b4b9: ARM: OMAP4: PM: fix regulator name for VDD_MPU (2012-11-05 16:30:29 -0800) ---------------------------------------------------------------- Minor OMAP PM fixes for v3.7-rc ---------------------------------------------------------------- Kevin Hilman (2): ARM: OMAP2+: PM: add missing newline to VC warning message ARM: OMAP4: PM: fix regulator name for VDD_MPU arch/arm/mach-omap2/twl-common.c | 2 +- arch/arm/mach-omap2/vc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)