From patchwork Wed Dec 14 19:39:44 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 131462 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 040431007D7 for ; Thu, 15 Dec 2011 06:42:11 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RaugJ-0008A2-9z; Wed, 14 Dec 2011 19:39:59 +0000 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1Raug8-00089l-Q1 for linux-arm-kernel@lists.infradead.org; Wed, 14 Dec 2011 19:39:49 +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 1Raug7-000BLG-6P; Wed, 14 Dec 2011 19:39:47 +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: U2FsdGVkX1/H5bFs4+wSUSROcboT8V8k Date: Wed, 14 Dec 2011 11:39:44 -0800 From: Tony Lindgren To: Arnd Bergmann , Olof Johansson Subject: [GIT PULL] omap board changes for v3.3 merge window Message-ID: <20111214193944.GJ32251@atomide.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-Spam-Note: CRM114 invocation failed X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 UNPARSEABLE_RELAY Informational: message has unparseable relay lines -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 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: , 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 & Olof, Please pull omap board changes from: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap board This contains minimal changes to support new omap variants and features using existing board-*.c files. These depend on the soc branch that I posted a pull request for just before this one. Regards, Tony The following changes since commit 4390f5b2cb1f568c1d4b3e5bbf57158f6809627a: Hemant Pedanekar (1): ARM: OMAP: TI814X: Add cpu type macros and detection support are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap board Aaro Koskinen (1): ARM: OMAP3: rx51: enable tsc2005 touchscreen Hemant Pedanekar (1): ARM: OMAP: TI814X: Create board support and enable build for TI8148 EVM Igor Dmitriev (1): ARM: OMAP3: sdram-nokia: add 200 MHz memory timings info Igor Grinberg (5): ARM: OMAP3: cm-t35: Add regulator for ads7846 touchscreen ARM: OMAP3: cm-t35: Use correct DSS regulator supply ARM: OMAP3: cm-t35: enable audio ARM: OMAP3: cm-t35: Add reset for USB hub ARM: OMAP3: cm-t35: fix mux mode for DSS pins Peter Ujfalusi (2): ARM: OMAP4: devices: Register OMAP4 DMIC platform device ARM: OMAP4: board-4430sdp: Register platform device for digimic codec arch/arm/mach-omap2/Kconfig | 5 ++ arch/arm/mach-omap2/Makefile | 1 + arch/arm/mach-omap2/board-4430sdp.c | 6 ++ arch/arm/mach-omap2/board-cm-t35.c | 82 ++++++++++++++++++-------- arch/arm/mach-omap2/board-rx51-peripherals.c | 46 ++++++++++++++- arch/arm/mach-omap2/board-ti8168evm.c | 22 +++++-- arch/arm/mach-omap2/devices.c | 22 +++++++ arch/arm/mach-omap2/sdram-nokia.c | 25 ++++++++- arch/arm/plat-omap/include/plat/uncompress.h | 3 + 9 files changed, 179 insertions(+), 33 deletions(-)