From patchwork Wed May 29 16:38:00 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Santosh Shilimkar X-Patchwork-Id: 247325 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:770:15f::2]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id E904C2C02BD for ; Thu, 30 May 2013 02:39:22 +1000 (EST) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UhjP7-0000F8-40; Wed, 29 May 2013 16:39:13 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UhjP4-0002ZM-J1; Wed, 29 May 2013 16:39:10 +0000 Received: from comal.ext.ti.com ([198.47.26.152]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UhjP1-0002Yn-S0 for linux-arm-kernel@lists.infradead.org; Wed, 29 May 2013 16:39:08 +0000 Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id r4TGcjVj022687; Wed, 29 May 2013 11:38:45 -0500 Received: from DLEE71.ent.ti.com (dlee71.ent.ti.com [157.170.170.114]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id r4TGcjZm006114; Wed, 29 May 2013 11:38:45 -0500 Received: from dlelxv22.itg.ti.com (172.17.1.197) by DLEE71.ent.ti.com (157.170.170.114) with Microsoft SMTP Server id 14.2.342.3; Wed, 29 May 2013 11:38:44 -0500 Received: from ula0393909.am.dhcp.ti.com (ula0393909.am.dhcp.ti.com [158.218.103.117]) by dlelxv22.itg.ti.com (8.13.8/8.13.8) with ESMTP id r4TGcikP031446; Wed, 29 May 2013 11:38:44 -0500 From: Santosh Shilimkar To: , Subject: [PATCH 00/14] ARM: OMAP5: hwmod, prm/cm data files and updates for 3.11 Date: Wed, 29 May 2013 12:38:00 -0400 Message-ID: <1369845494-30231-1-git-send-email-santosh.shilimkar@ti.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130529_123908_017778_4A985C24 X-CRM114-Status: GOOD ( 10.71 ) X-Spam-Score: -8.0 (--------) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-8.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high trust [198.47.26.152 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.1 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, Santosh Shilimkar , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Tony, Paul, Here is another attempt to send the SOC data files for OMAP5 based devices. As aligned on list, I have dropped clock data from the series. That means for the boot, one clock data patch needs to be applied. It is available on my git tree in 'out_of_tree/omap5_clk_data' branch. With OMAP5 and AM33XX support is DT only, respective hwmod files are cleaned up to remove iospace information and un-used hwmod. For 3.11 since OMAP4 is also targeted as DT only, its hwmod data files is also cleaned up. Diffstat looks something like below. 27 files changed, 9013 insertions(+), 2764 deletions(-) One can easily notice that the OMAP5 SOC data has significantly come down becasue of iospace and rest of the hwmod clean-up. Thanks to Sricharan, Vaibhav Bedia, Vaibhav H, Rajendra and Benoit for the patches and testing. The following changes since commit e4aa937ec75df0eea0bee03bffa3303ad36c986b: Linux 3.10-rc3 (2013-05-26 16:00:47 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux.git for_3.11/omap5_data_files for you to fetch changes up to 86b6a6dd106973df7f0c097fcb252e9e54b2f971: ARM: OMAP4: hwmod data: Clean up the data file (2013-05-29 11:51:30 -0400) ---------------------------------------------------------------- Benoit Cousson (7): ARM: OMAP5: PRM: Add OMAP54XX register and bitfield files ARM: OMAP5: CM: Add OMAP54XX register and bitfield files ARM: OMAP5: PRCM: Add OMAP54XX local MPU PRCM registers ARM: OMAP5: SCRM: Add OMAP54XX header file. ARM: OMAP5: clockdomain data: Add OMAP54XX data and update the header ARM: OMAP5: powerdomain data: Add OMAP54XX data and update the header ARM: OMAP5: hwmod data: Create initial OMAP5 SOC hwmod data Santosh Shilimkar (5): ARM: OMAP4+: PRM: Move function prototypes to common header for re-use ARM: OMAP4+: CM: Move function prototypes to common header for re-use ARM: OMAP4+: PRCM MPU: Move function prototypes to common header for re-use ARM: OMAP5: voltagedomain data: Add OMAP5 voltage domain data ARM: OMAP5: Enable build and frameowrk initialisations Sricharan R (1): ARM: OMAP4: hwmod data: Clean up the data file Vaibhav Hiremath (1): ARM: AM33XX: hwmod data: irq, dma and addr info clean up arch/arm/mach-omap2/Makefile | 4 + arch/arm/mach-omap2/clockdomain.h | 1 + arch/arm/mach-omap2/clockdomains54xx_data.c | 464 +++++ arch/arm/mach-omap2/cm-regbits-54xx.h | 1737 ++++++++++++++++ arch/arm/mach-omap2/cm1_44xx.h | 7 +- arch/arm/mach-omap2/cm1_54xx.h | 218 ++ arch/arm/mach-omap2/cm2_44xx.h | 7 +- arch/arm/mach-omap2/cm2_54xx.h | 394 ++++ arch/arm/mach-omap2/cm_44xx_54xx.h | 36 + arch/arm/mach-omap2/io.c | 7 + arch/arm/mach-omap2/omap_hwmod.h | 1 + arch/arm/mach-omap2/omap_hwmod_33xx_data.c | 1067 ---------- arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 1661 +-------------- arch/arm/mach-omap2/omap_hwmod_54xx_data.c | 2151 ++++++++++++++++++++ arch/arm/mach-omap2/powerdomain.h | 1 + arch/arm/mach-omap2/powerdomains54xx_data.c | 331 +++ arch/arm/mach-omap2/prcm44xx.h | 6 + arch/arm/mach-omap2/prcm_mpu44xx.h | 14 +- arch/arm/mach-omap2/prcm_mpu54xx.h | 87 + arch/arm/mach-omap2/prcm_mpu_44xx_54xx.h | 36 + arch/arm/mach-omap2/prm-regbits-54xx.h | 2701 +++++++++++++++++++++++++ arch/arm/mach-omap2/prm44xx.h | 33 +- arch/arm/mach-omap2/prm44xx_54xx.h | 58 + arch/arm/mach-omap2/prm54xx.h | 421 ++++ arch/arm/mach-omap2/scrm54xx.h | 231 +++ arch/arm/mach-omap2/voltage.h | 1 + arch/arm/mach-omap2/voltagedomains54xx_data.c | 102 + 27 files changed, 9013 insertions(+), 2764 deletions(-) create mode 100644 arch/arm/mach-omap2/clockdomains54xx_data.c create mode 100644 arch/arm/mach-omap2/cm-regbits-54xx.h create mode 100644 arch/arm/mach-omap2/cm1_54xx.h create mode 100644 arch/arm/mach-omap2/cm2_54xx.h create mode 100644 arch/arm/mach-omap2/cm_44xx_54xx.h create mode 100644 arch/arm/mach-omap2/omap_hwmod_54xx_data.c create mode 100644 arch/arm/mach-omap2/powerdomains54xx_data.c create mode 100644 arch/arm/mach-omap2/prcm_mpu54xx.h create mode 100644 arch/arm/mach-omap2/prcm_mpu_44xx_54xx.h create mode 100644 arch/arm/mach-omap2/prm-regbits-54xx.h create mode 100644 arch/arm/mach-omap2/prm44xx_54xx.h create mode 100644 arch/arm/mach-omap2/prm54xx.h create mode 100644 arch/arm/mach-omap2/scrm54xx.h create mode 100644 arch/arm/mach-omap2/voltagedomains54xx_data.c Acked-by: Paul Walmsley