From patchwork Mon Jan 9 16:34:53 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Cousson, Benoit" X-Patchwork-Id: 135069 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 B1129B6FBE for ; Tue, 10 Jan 2012 03:37: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 1RkIBa-0002hP-Md; Mon, 09 Jan 2012 16:35:03 +0000 Received: from bear.ext.ti.com ([192.94.94.41]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1RkIBW-0002h7-UT for linux-arm-kernel@lists.infradead.org; Mon, 09 Jan 2012 16:34:59 +0000 Received: from dlep26.itg.ti.com ([157.170.170.121]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id q09GYuMC025332; Mon, 9 Jan 2012 10:34:56 -0600 Received: from DLEE74.ent.ti.com (localhost [127.0.0.1]) by dlep26.itg.ti.com (8.13.8/8.13.8) with ESMTP id q09GYuuM029602; Mon, 9 Jan 2012 10:34:56 -0600 (CST) Received: from dlelxv22.itg.ti.com (172.17.1.197) by DLEE74.ent.ti.com (157.170.170.8) with Microsoft SMTP Server id 14.1.323.3; Mon, 9 Jan 2012 10:34:55 -0600 Received: from [137.167.125.104] (cnc0919096.emea.dhcp.ti.com [137.167.125.104]) by dlelxv22.itg.ti.com (8.13.8/8.13.8) with ESMTP id q09GYsl0021639; Mon, 9 Jan 2012 10:34:55 -0600 Message-ID: <4F0B172D.6020105@ti.com> Date: Mon, 9 Jan 2012 17:34:53 +0100 From: "Cousson, Benoit" Organization: Texas Instruments User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: tony Lindgren Subject: [GIT PULL] ARM: OMAP3+: Add DT support for i2c, twl6030 and EVM X-Spam-Note: CRM114 invocation failed X-Spam-Score: -4.2 (----) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-4.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, medium trust [192.94.94.41 listed in list.dnswl.org] -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: Grant Likely , "devicetree-discuss@lists.ozlabs.org" , linux-omap , Rob Herring , "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, If this is not too late, could you please pull the various OMAP device tree patches? This series assume that all the drivers adaptation to DT are already merged and is based on my previous interrupt controller series. It means it has a strong dependency with i2c tree, mfd tree and rtc tree. I added as well the patch from Vaibhav for EVM early DT support. Thanks, Benoit The following changes since commit 89f504c5376bb09bd08bb3a3fe4c80949a594069: Benoit Cousson (1): ARM: OMAP2+: board-generic: Use of_irq_init API are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt.git for_3.3/dt_i2c_twl_evm Benoit Cousson (9): ARM: OMAP2+: pm: Do not init statically the SR and voltage layer with DT arm/dts: OMAP4: Add i2c controller nodes arm/dts: OMAP3: Add i2c controller nodes arm/dts: twl6030: Add DTS file for twl6030 PMIC arm/dts: twl4030: Add DTS file for twl4030 PM + Audio IC arm/dts: omap4-panda: Add twl6030 and i2c EEPROM arm/dts: omap4-sdp: Add twl6030, i2c3 and i2c4 devices arm/dts: omap3-beagle: Add twl4030 and i2c EEPROM ARM: OMAP2+: board-generic: Remove i2c static init Vaibhav Hiremath (1): arm/dts: Add support for TI OMAP3 EVM board arch/arm/boot/dts/omap3-beagle.dts | 29 +++++++++++++++++++ arch/arm/boot/dts/omap3-evm.dts | 20 +++++++++++++ arch/arm/boot/dts/omap3.dtsi | 21 ++++++++++++++ arch/arm/boot/dts/omap4-panda.dts | 34 ++++++++++++++++++++++ arch/arm/boot/dts/omap4-sdp.dts | 53 +++++++++++++++++++++++++++++++++++ arch/arm/boot/dts/omap4.dtsi | 28 ++++++++++++++++++ arch/arm/boot/dts/twl4030.dtsi | 21 ++++++++++++++ arch/arm/boot/dts/twl6030.dtsi | 22 ++++++++++++++ arch/arm/mach-omap2/board-generic.c | 48 +------------------------------ arch/arm/mach-omap2/pm.c | 8 +++++ 10 files changed, 238 insertions(+), 46 deletions(-) create mode 100644 arch/arm/boot/dts/omap3-evm.dts create mode 100644 arch/arm/boot/dts/twl4030.dtsi create mode 100644 arch/arm/boot/dts/twl6030.dtsi