From patchwork Thu Jul 7 16:29:11 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 103693 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 D27BBB6F00 for ; Fri, 8 Jul 2011 02:29:24 +1000 (EST) Received: from canuck.infradead.org ([134.117.69.58]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QerS2-0004q0-B6; Thu, 07 Jul 2011 16:29:18 +0000 Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1QerS1-0007f8-Vg; Thu, 07 Jul 2011 16:29:17 +0000 Received: from mho-04-ewr.mailhop.org ([204.13.248.74] helo=mho-02-ewr.mailhop.org) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QerRz-0007en-5R for linux-arm-kernel@lists.infradead.org; Thu, 07 Jul 2011 16:29:16 +0000 Received: from c-98-234-237-12.hsd1.ca.comcast.net ([98.234.237.12] helo=localhost.localdomain) by mho-02-ewr.mailhop.org with esmtpa (Exim 4.72) (envelope-from ) id 1QerRx-0004KU-Uv; Thu, 07 Jul 2011 16:29:14 +0000 Received: from Mutt by mutt-smtp-wrapper.pl 1.2 (www.zdo.com/articles/mutt-smtp-wrapper.shtml) 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: U2FsdGVkX19pvXETmbOOl111bTds/riV Date: Thu, 7 Jul 2011 09:29:11 -0700 From: Tony Lindgren To: Arnd Bergmann Subject: [GIT PULL] omap board updates for v3.1 merge window Message-ID: <20110707162911.GL5783@atomide.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20110707_122915_290129_0A0A7CEF X-CRM114-Status: GOOD ( 12.07 ) X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [204.13.248.74 listed in list.dnswl.org] 0.0 UNPARSEABLE_RELAY Informational: message has unparseable relay lines Cc: Thomas Gleixner , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Nicolas Pitre X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.12 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 Arnd, Please pull omap board updates from: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git devel-board These are currently on top of the fixes you pulled earlier but could be also rebased on the earlier cleanup if you prefer that. Please note that the board-cm-t35.c change will need a minor fix when merging with the atag_offset patch series. In MACHINE_START the .boot_params needs to be replaced with .atag_offset = 0x100. Also note that this series is missing the Nook Color board support as that one is waiting on the machine_id patch. Regards, Tony The following changes since commit fdcc205fb9ba006bcd37f72e1b1b904704257351: Tony Lindgren (1): Merge branch 'iommu-for-tony' of git://github.com/ohadbc/omap-iommu into devel-fixes are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git devel-board Ameya Palande (1): omap: rx51: Platform support for lp5523 led chip Igor Grinberg (1): arm: omap3: cm-t35: add support for cm-t3730 Joel A Fernandes (1): OMAP3: beagle: add support for beagleboard xM revision C Kalle Jokiniemi (1): OMAP3: rx-51: Add full regulator definitions Shubhrajyoti Datta (1): OMAP4: Keyboard: Mux changes in the board file Silesh C V (1): omap: 4430SDP: Register the card detect GPIO properly Vishal Mahaveer (1): omap: blaze: add mmc5/wl1283 device support arch/arm/mach-omap2/Kconfig | 6 +- arch/arm/mach-omap2/board-4430sdp.c | 149 +++++++++++++++++++++++- arch/arm/mach-omap2/board-cm-t35.c | 77 ++++++++++--- arch/arm/mach-omap2/board-omap3beagle.c | 78 ++++++++----- arch/arm/mach-omap2/board-rx51-peripherals.c | 135 +++++++++++++++++++++ arch/arm/mach-omap2/devices.c | 3 +- arch/arm/plat-omap/include/plat/omap4-keypad.h | 3 +- arch/arm/plat-omap/include/plat/uncompress.h | 1 + 8 files changed, 405 insertions(+), 47 deletions(-)