From patchwork Thu Mar 8 04:06:15 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Walmsley X-Patchwork-Id: 145447 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 0C82AB6EE6 for ; Thu, 8 Mar 2012 15:08:47 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1S5UcN-0003lM-CW; Thu, 08 Mar 2012 04:06:19 +0000 Received: from utopia.booyaka.com ([72.9.107.138]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1S5UcJ-0003ky-Td for linux-arm-kernel@lists.infradead.org; Thu, 08 Mar 2012 04:06:16 +0000 Received: (qmail 22112 invoked by uid 1019); 8 Mar 2012 04:06:15 -0000 Date: Wed, 7 Mar 2012 21:06:15 -0700 (MST) From: Paul Walmsley To: tony@atomide.com Subject: [GIT PULL] ARM: OMAP2+: hwmod data: cleanup in preparation for link array removal 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 b8a633451951d149494076393698880453bf6bfe: ARM: OMAP: hwmod: add softreset delay field and OMAP4 data (2012-02-28 03:46:31 -0700) are available in the git repository at: git://git.pwsan.com/linux-2.6 hwmod_data_cleanup_3.4 for you to fetch changes up to a2d4b88dd32b02e8b5088e0d64b3c102c0852210: ARM: OMAP2+: hwmod: extend OCP_* register offsets from 16 to 32 bits (2012-02-28 03:49:34 -0700) (This branch is based on the 'hwmod_code_cleanup_3.4' branch, pull req sent previously) - Paul ---------------------------------------------------------------- Paul Walmsley (9): ARM: OMAP2/3: hwmod data: update old names ARM: OMAP3: hwmod data: fix interfaces for the MMC hwmods ARM: OMAP3: hwmod data: add DSS->L3 interconnect for 3430ES1 ARM: OMAP3: hwmod data: GPTIMER12 is attached to a separate interconnect ARM: OMAP36xx: hwmod data: fix SmartReflex interface data ARM: OMAP4: hwmod data: remove bandgap hwmod ARM: OMAP4: hwmod data: add OCP_USER_DSP; mark omap44xx_dsp__iva appropriately ARM: OMAP4: hwmod data: uncomment some "excluded" hwmods ARM: OMAP2+: hwmod: extend OCP_* register offsets from 16 to 32 bits arch/arm/mach-omap2/omap_hwmod_2420_data.c | 4 +- arch/arm/mach-omap2/omap_hwmod_2430_data.c | 6 +- arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 137 ++++++++++++++++++++------ arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 39 +------- arch/arm/plat-omap/include/plat/omap_hwmod.h | 7 +- 5 files changed, 121 insertions(+), 72 deletions(-)