| Submitter | Tony Lindgren |
|---|---|
| Date | March 8, 2012, 8:53 p.m. |
| Message ID | <pull-1331240009-558004> |
| Download | mbox |
| Permalink | /patch/145621/ |
| State | New |
| Headers | show
Return-Path: <linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org> 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 A2D91B6F9D for <incoming-imx@patchwork.ozlabs.org>; Fri, 9 Mar 2012 07:56:24 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1S5kLD-0000iE-3R; Thu, 08 Mar 2012 20:53:39 +0000 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1S5kL8-0000hg-EH for linux-arm-kernel@lists.infradead.org; Thu, 08 Mar 2012 20:53:34 +0000 Received: from c-98-234-237-12.hsd1.ca.comcast.net ([98.234.237.12] helo=localhost.localdomain) by mho-01-ewr.mailhop.org with esmtpa (Exim 4.72) (envelope-from <tony@atomide.com>) id 1S5kL6-00044z-Du; Thu, 08 Mar 2012 20:53:32 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 98.234.237.12 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19c6P2fp+L7t22AhHU51ebx MIME-Version: 1.0 Content-Disposition: inline X-Mailer: MIME::Lite 3.027 (F2.77; T1.30; A2.06; B3.08; Q3.08) Date: Thu, 8 Mar 2012 12:53:29 -0800 From: Tony Lindgren <tony@atomide.com> To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net> Subject: [GIT PULL 1/7] non-critical fixes part3 for upcoming merge window Message-Id: <pull-1331240009-558004> X-Spam-Note: CRM114 invocation failed X-Spam-Score: -1.3 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.3 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [204.13.248.71 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.6 INVALID_MSGID Message-Id is not valid, according to RFC 2822 Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 Olof, Here are two more pre-emptive fixes for upcoming merge window to pull into arm-soc/next/fixes-non-critical. Now with the fixes finallny out of the way after all the cleanup related changes, as a reply to this pull request I'm posting some more pull requests for cleanup and some minor board changes. Regards, Tony The following changes since commit 9cf793f9b8b1ba9414e2a7591b2e911885f85a27: Kevin Hilman (1): ARM: OMAP: convert omap_device_build() and callers to __init are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap fixes-non-critical-part3 Tony Lindgren (2): ARM: OMAP2+: Fix section warnings for hsmmc_init_one ARM: OMAP2+: Fix build for omap4 only builds with missing include of linux/bug.h arch/arm/mach-omap2/hsmmc.c | 2 +- arch/arm/mach-omap2/powerdomain44xx.c | 1 + arch/arm/mach-omap2/vc.c | 1 + 3 files changed, 3 insertions(+), 1 deletions(-)