From patchwork Wed Jan 25 21:24:08 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Walmsley X-Patchwork-Id: 137864 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 654AAB6EFF for ; Thu, 26 Jan 2012 08:26:15 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RqAKD-0007zR-82; Wed, 25 Jan 2012 21:24:13 +0000 Received: from utopia.booyaka.com ([72.9.107.138]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1RqAK8-0007yw-Uw for linux-arm-kernel@lists.infradead.org; Wed, 25 Jan 2012 21:24:10 +0000 Received: (qmail 26556 invoked by uid 1019); 25 Jan 2012 21:24:08 -0000 Date: Wed, 25 Jan 2012 14:24:08 -0700 (MST) From: Paul Walmsley To: tony@atomide.com Subject: [GIT PULL] ARM: OMAP: hwmod/PRCM/OMAP2xxx fixes 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: -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 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -0.0 SPF_PASS SPF: sender matches SPF record -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 The following changes since commit dcd6c92267155e70a94b3927bce681ce74b80d1f: Linux 3.3-rc1 (2012-01-19 15:04:48 -0800) are available in the git repository at: git://git.pwsan.com/linux-2.6 omap_fixes_a_3.3rc Ilya Yanok (1): ARM: OMAP3: hwmod data: register dss hwmods after dss_core Paul Walmsley (2): ARM: OMAP2+: io: fix compilation breakage on 2420-only configs ARM: OMAP2/3: PRM: fix missing plat/irqs.h build breakage Peter Ujfalusi (1): ARM: OMAP4: hwmod data: Add names for DMIC memory address space Tomi Valkeinen (2): ARM: OMAP2+: hwmod data: split omap2/3 dispc hwmod class ARM: OMAP3: hwmod data: add SYSC_HAS_ENAWAKEUP for dispc arch/arm/mach-omap2/io.c | 4 +- .../mach-omap2/omap_hwmod_2xxx_3xxx_ipblock_data.c | 21 -------- arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c | 22 ++++++++ arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 54 +++++++++++++++++--- arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 2 + arch/arm/mach-omap2/prm2xxx_3xxx.c | 1 + 6 files changed, 75 insertions(+), 29 deletions(-)