From patchwork Thu Mar 8 04:02:13 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Walmsley X-Patchwork-Id: 145446 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 D1672B6EEE for ; Thu, 8 Mar 2012 15:04:44 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1S5UYT-0003C5-Qy; Thu, 08 Mar 2012 04:02:17 +0000 Received: from utopia.booyaka.com ([72.9.107.138]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1S5UYQ-0003Bc-Ed for linux-arm-kernel@lists.infradead.org; Thu, 08 Mar 2012 04:02:14 +0000 Received: (qmail 21808 invoked by uid 1019); 8 Mar 2012 04:02:13 -0000 Date: Wed, 7 Mar 2012 21:02:13 -0700 (MST) From: Paul Walmsley To: tony@atomide.com Subject: [GIT PULL] ARM: OMAP2+: hwmod/timer: first set of cleanups for 3.4 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 b01543dfe67bb1d191998e90d20534dc354de059: Linux 3.3-rc4 (2012-02-18 15:53:33 -0800) are available in the git repository at: git://git.pwsan.com/linux-2.6 hwmod_code_cleanup_3.4 for you to fetch changes up to b8a633451951d149494076393698880453bf6bfe: ARM: OMAP: hwmod: add softreset delay field and OMAP4 data (2012-02-28 03:46:31 -0700) - Paul ---------------------------------------------------------------- Fernando Guzman Lugo (1): ARM: OMAP: hwmod: add softreset delay field and OMAP4 data Paul Walmsley (8): ARM: OMAP2+: hwmod: control all hardreset lines attached to a hwmod ARM: OMAP4: hwmod data: remove pseudo-hwmods associated with hardreset lines ARM: OMAP2+: hwmod: reorganize and document the setup process ARM: OMAP2+: hwmod: revise hardreset behavior ARM: OMAP2+: hwmod: ensure that SYSCONFIG bits are reprogrammed after a reset ARM: OMAP2+: hwmod: provide a function to return the address space of the MPU RT ARM: OMAP2+: hwmod: add omap_hwmod_get_resource_byname() ARM: OMAP2+: timer: use a proper interface to get hwmod data arch/arm/mach-omap2/omap_hwmod.c | 674 +++++++++++++++++++------- arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 119 +---- arch/arm/mach-omap2/timer.c | 15 +- arch/arm/plat-omap/include/plat/omap_hwmod.h | 6 +- 4 files changed, 544 insertions(+), 270 deletions(-)