From patchwork Fri Dec 16 11:25:12 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Walmsley X-Patchwork-Id: 131810 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 242FF1007D7 for ; Fri, 16 Dec 2011 22:28: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 1RbVue-0000XK-2r; Fri, 16 Dec 2011 11:25:16 +0000 Received: from utopia.booyaka.com ([72.9.107.138]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1RbVua-0000Wq-Pm for linux-arm-kernel@lists.infradead.org; Fri, 16 Dec 2011 11:25:13 +0000 Received: (qmail 3617 invoked by uid 1019); 16 Dec 2011 11:25:12 -0000 Date: Fri, 16 Dec 2011 04:25:12 -0700 (MST) From: Paul Walmsley To: tony@atomide.com Subject: [GIT PULL] ARM: OMAP3/4: hwmod data changes for 3.3 Message-ID: User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 X-Spam-Note: CRM114 invocation failed X-Spam-Score: -4.1 (----) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-4.1 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record -2.2 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -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 Tony Here are some hwmod data changes for the 3.3 merge window. Note that they have a dependency on the 3.2-rc hwmod data fixes. Once those are merged, I'd be happy to update this pull request on a stable commit. The following changes since commit 91a36bdb3ada99ebf3a613a0dab2d741445ffd7f: ARM: OMAP: hwmod data: fix the panic on Nokia RM-680 during boot (2011-12-15 22:38:37 -0700) are available in the git repository at: git://git.pwsan.com/linux-2.6 hwmod_data_devel_3.3 Benoit Cousson (1): ARM: OMAP: USB: EHCI and OHCI hwmod structures for OMAP4 Keshava Munegowda (1): ARM: OMAP: USB: EHCI and OHCI hwmod structures for OMAP3 Kyle Manna (1): ARM: OMAP: hwmod data: Add support for AM35xx UART4/ttyO3 Paul Walmsley (1): ARM: OMAP3: hwmod data: disable multiblock reads on MMC1/2 on OMAP34xx/35xx <= ES2.1 Shubhrajyoti D (1): ARM: OMAP3+: hwmod data: Add the default clockactivity for I2C arch/arm/mach-omap2/clock3xxx_data.c | 11 + arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 374 +++++++++++++++++++++++++++- arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 217 ++++++++++++++++- arch/arm/mach-omap2/prcm-common.h | 2 + arch/arm/plat-omap/include/plat/irqs.h | 2 +- arch/arm/plat-omap/include/plat/serial.h | 1 + 6 files changed, 594 insertions(+), 13 deletions(-)