From patchwork Wed Mar 14 08:38:09 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Walmsley X-Patchwork-Id: 146580 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 B9307B6F62 for ; Wed, 14 Mar 2012 19:40:56 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1S7jin-0006jC-56; Wed, 14 Mar 2012 08:38: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 1S7jik-0006iz-Bk for linux-arm-kernel@lists.infradead.org; Wed, 14 Mar 2012 08:38:11 +0000 Received: (qmail 14177 invoked by uid 1019); 14 Mar 2012 08:38:09 -0000 Date: Wed, 14 Mar 2012 02:38:09 -0600 (MDT) From: Paul Walmsley To: tony@atomide.com Subject: [GIT PULL] ARM: OMAP2+: hwmod: remove link arrays 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 5f43ef65748c19b954756485ddaef657ac71b649: Merge branch 'hwmod_misc_devel_3.4' into MERGE_sr_and_hwmod_data (2012-03-08 21:03:17 -0700) are available in the git repository at: git://git.pwsan.com/linux-2.6 hwmod_remove_link_arrays_cleanup_3.4 for you to fetch changes up to afce19b152eedea0402561087dd939b23b53f3cb: ARM: OMAP2xxx: hwmod data: start to fix the IVA1, IVA2 and DSP (2012-03-08 21:04:50 -0700) The base commit for this pull request is a merge of your SR branch with the 'hwmod_misc_devel_3.4' branch, since this series has dependencies on both of those. - Paul ---------------------------------------------------------------- Paul Walmsley (12): ARM: OMAP2+: hwmod: add _find_mpu_rt_port() ARM: OMAP2+: hwmod: add function to iterate over struct omap_hwmod_ocp_if ARM: OMAP2+: hwmod: consolidate finding the MPU port index and storing it ARM: OMAP2+: hwmod: add support for link registration ARM: OMAP2+: hwmod data: convert to link registration ARM: OMAP: hwmod: remove code support for direct hwmod registration ARM: OMAP2+: hwmod data: remove forward declarations, reorganize ARM: OMAP2xxx: hwmod data: share common hwmods between OMAP2420 and OMAP2430 ARM: OMAP2xxx: hwmod data: share common interface data ARM: OMAP3: hwmod data: fix IVA interface clock ARM: OMAP3: hwmod data: add IVA hard reset lines, main clock, clockdomain ARM: OMAP2xxx: hwmod data: start to fix the IVA1, IVA2 and DSP arch/arm/mach-omap2/omap_hwmod.c | 410 ++- arch/arm/mach-omap2/omap_hwmod_2420_data.c | 1563 +----- arch/arm/mach-omap2/omap_hwmod_2430_data.c | 2316 +++------- .../mach-omap2/omap_hwmod_2xxx_interconnect_data.c | 266 +- arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c | 562 +++ arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 5081 +++++++++----------- arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 4882 ++++++++----------- arch/arm/mach-omap2/omap_hwmod_common_data.h | 71 +- arch/arm/plat-omap/include/plat/omap_hwmod.h | 31 +- 9 files changed, 6341 insertions(+), 8841 deletions(-)