From patchwork Fri May 17 16:11:43 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lorenzo Pieralisi X-Patchwork-Id: 244680 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 6BA3E2C00DC for ; Sat, 18 May 2013 02:12:27 +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 1UdNGY-0003Zf-7Z; Fri, 17 May 2013 16:12:22 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UdNGU-000190-Em; Fri, 17 May 2013 16:12:18 +0000 Received: from service87.mimecast.com ([91.220.42.44]) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UdNGR-00018H-86 for linux-arm-kernel@lists.infradead.org; Fri, 17 May 2013 16:12:16 +0000 Received: from cam-owa2.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Fri, 17 May 2013 17:11:49 +0100 Received: from e102568-lin.cambridge.arm.com ([10.1.255.212]) by cam-owa2.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 17 May 2013 17:11:46 +0100 Date: Fri, 17 May 2013 17:11:43 +0100 From: Lorenzo Pieralisi To: grant.likely@linaro.org, rob.herring@calxeda.com Subject: [GIT PULL] ARM DT topology bindings Message-ID: <20130517161143.GA4855@e102568-lin.cambridge.arm.com> MIME-Version: 1.0 User-Agent: Mutt/1.5.21 (2010-09-15) X-OriginalArrivalTime: 17 May 2013 16:11:46.0997 (UTC) FILETIME=[3B07AE50:01CE5319] X-MC-Unique: 113051717114900201 Content-Disposition: inline X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130517_121215_482941_E6B37DE0 X-CRM114-Status: UNSURE ( 8.71 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [91.220.42.44 listed in list.dnswl.org] -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: Mark Rutland , devicetree-discuss@lists.ozlabs.org, Will Deacon , Dave Martin , 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 Hi Grant, Rob, since it looks like we reached agreement on DT topology bindings for ARM please pull the bindings documentation so that code relying on the topology to be published and set in stone can be released and can stabilize. The topology documentation relies on updates to the cpus/cpu nodes bindings that I have just posted: http://lists.infradead.org/pipermail/linux-arm-kernel/2013-May/169083.html I do not know if you prefer to merge both documents at once or we can merge this document first waiting for the other patchset to get merged, please let me know. Thank you very much indeed, Lorenzo The following changes since commit f722406faae2d073cc1d01063d1123c35425939e: Linux 3.10-rc1 (2013-05-11 17:14:08 -0700) are available in the git repository at: git://linux-arm.org/linux-2.6-lp.git dt-topology for you to fetch changes up to 9cb1b6c8d59f09e51c87ac812b83d0350151ed3b: Documentation: DT: arm: define CPU topology bindings (2013-05-17 16:40:12 +0100) ---------------------------------------------------------------- Lorenzo Pieralisi (1): Documentation: DT: arm: define CPU topology bindings Documentation/devicetree/bindings/arm/topology.txt | 492 +++++++++++++++++++++ 1 file changed, 492 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/topology.txt