From patchwork Mon Mar 12 23:41:40 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Cousson, Benoit" X-Patchwork-Id: 146313 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 1BEDBB6F9D for ; Tue, 13 Mar 2012 12:12:13 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1S7GFM-00085b-68; Tue, 13 Mar 2012 01:09:52 +0000 Received: from devils.ext.ti.com ([198.47.26.153]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1S7Es4-0006EO-Hf for linux-arm-kernel@lists.infradead.org; Mon, 12 Mar 2012 23:41:45 +0000 Received: from dlep26.itg.ti.com ([157.170.170.121]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id q2CNfgab029315; Mon, 12 Mar 2012 18:41:42 -0500 Received: from DFLE70.ent.ti.com (localhost [127.0.0.1]) by dlep26.itg.ti.com (8.13.8/8.13.8) with ESMTP id q2CNfgh9013601; Mon, 12 Mar 2012 18:41:42 -0500 (CDT) Received: from dlelxv22.itg.ti.com (172.17.1.197) by dfle70.ent.ti.com (128.247.5.40) with Microsoft SMTP Server id 14.1.323.3; Mon, 12 Mar 2012 18:41:42 -0500 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 q2CNffn9019094; Mon, 12 Mar 2012 18:41:41 -0500 Message-ID: <4F5E89B4.4010505@ti.com> Date: Tue, 13 Mar 2012 00:41:40 +0100 From: "Cousson, Benoit" Organization: Texas Instruments User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: tony Lindgren Subject: [GIT PULL] ARM: OMAP: i2c, gpio, spi and regulator DTS updates X-Spam-Note: CRM114 invocation failed X-Spam-Score: -6.9 (------) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-6.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high trust [198.47.26.153 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: linux-omap , "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, Here are the remaining DTS patches for 3.4. Ideally all the driver DT adaptation should have been merged before that one. This series is based on your lo/dt-part2 branch. Thanks, Benoit The following changes since commit 328ae2cb50af2f96b6061eb462aa92966a462bbc: Ilya Yanok (1): arm/dts: mt_ventoux: very basic support for TeeJet Mt.Ventoux board are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt.git for_3.4/dts/all Benoit Cousson (11): 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 arm/dts: OMAP4: Add gpio nodes arm/dts: OMAP3: Add gpio nodes arm/dts: OMAP4: Add SPI controller nodes arm/dts: OMAP3: Add SPI controller nodes arm/dts: omap4-sdp: Add ks8851 ethernet SPI device Rajendra Nayak (1): arm/dts: twl: Pass regulator data from dt arch/arm/boot/dts/omap3-beagle.dts | 35 ++++++++++++++ arch/arm/boot/dts/omap3.dtsi | 86 +++++++++++++++++++++++++++++++++++ arch/arm/boot/dts/omap4-panda.dts | 34 ++++++++++++++ arch/arm/boot/dts/omap4-sdp.dts | 73 +++++++++++++++++++++++++++++ arch/arm/boot/dts/omap4.dtsi | 86 +++++++++++++++++++++++++++++++++++ arch/arm/boot/dts/twl4030.dtsi | 39 ++++++++++++++++ arch/arm/boot/dts/twl6030.dtsi | 86 +++++++++++++++++++++++++++++++++++ arch/arm/mach-omap2/board-generic.c | 37 +-------------- arch/arm/mach-omap2/devices.c | 4 +- arch/arm/mach-omap2/gpio.c | 8 +++- 10 files changed, 450 insertions(+), 38 deletions(-) create mode 100644 arch/arm/boot/dts/twl4030.dtsi create mode 100644 arch/arm/boot/dts/twl6030.dtsi