From patchwork Thu Mar 15 17:08:29 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 147046 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 5B6E0B6EF3 for ; Fri, 16 Mar 2012 04:11:20 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1S8EAE-00022h-RM; Thu, 15 Mar 2012 17:08:34 +0000 Received: from mail-ey0-f177.google.com ([209.85.215.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1S8EAC-00022U-R7 for linux-arm-kernel@lists.infradead.org; Thu, 15 Mar 2012 17:08:33 +0000 Received: by eaak13 with SMTP id k13so2003686eaa.36 for ; Thu, 15 Mar 2012 10:08:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :content-type:content-transfer-encoding:x-gm-message-state; bh=dVvAXWIKiBJ2Bue6WEg4MbO+6RmgaYb394Q9gSZajaQ=; b=HSLdxOiG6pYu09cC51Xi3v0/M16tsbVRRqKIHYb9CR7puOBrt/TFhpcZ9wl/FP0JGd Y5O58oaSUQv6rX2hjzJxLTFerbE5wiuRCqcJ31Ki0Rx6Rf1N3Q0EoyOCy+62iRmKp0Ya G8jlrCjTVCps9BxcM1vxVCmvrzarzyzNH2LE2S55Gh3R+slaJXxovjVNo4M3e/vwVHb1 KEb/GB8xNAi3yuNS+7dWD1Kzcqxxj84rHZsp2N/35QaIml/txWrQUuDSqjP8oL2SrFCn nAlXC8YhwNgtAjBGR1DYDBi4HBIAswDmuRlHxPVQaCd03HiOMjzhwSnxA8MLOcrxMyyj jJww== Received: by 10.14.200.129 with SMTP id z1mr1067966een.124.1331831311054; Thu, 15 Mar 2012 10:08:31 -0700 (PDT) Received: from [192.168.0.140] (cpc1-aztw13-0-0-cust473.18-1.cable.virginmedia.com. [77.102.241.218]) by mx.google.com with ESMTPS id v15sm9020169eem.1.2012.03.15.10.08.29 (version=SSLv3 cipher=OTHER); Thu, 15 Mar 2012 10:08:29 -0700 (PDT) Message-ID: <4F62220D.1090106@linaro.org> Date: Thu, 15 Mar 2012 17:08:29 +0000 From: Lee Jones User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: Arnd Bergmann Subject: [GIT PULL] [for v3.4] Pull request containing ux500 DT enablement X-Gm-Message-State: ALoCoQm1aNBRWlXEW1aacikZ4DwzFwu5UocttzoSNkOF0M4ie0H1byia/tdnmiAV0QdYR5uy8lR+ X-Spam-Note: CRM114 invocation failed 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 [209.85.215.177 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Linus Walleij , "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 The following changes since commit fff9a13341312c8d0f06e04c1345e855528b03da: ARM: ux500: CONFIG: Enable Device Tree support for future endeavours (2012-03-15 16:33:54 +0000) are available in the git repository at: git://git.linaro.org/people/ljones/linux-3.0-ux500.git device-tree-snowball-ux500 Arnd Bergmann (3): ARM: ux500: Initial Device Tree support for Snowball ARM: ux500: combine the board init functions for DT boot ARM: ux500: split dts file for snowball into generic part Lee Jones (5): ARM: ux500: db8500: list most devices in the snowball device tree ARM: ux500: Enable Cortex-A9 GIC (Generic Interrupt Controller) in Device Tree ARM: ux500: Enable PL011 AMBA UART Controller for Device Tree ARM: ux500: Enable PL310 Level 2 Cache Controller in Device Tree ARM: ux500: Enable PL022 SSP Controller in Device Tree arch/arm/boot/dts/db8500.dtsi | 269 ++++++++++++++++++++++++++++++++++++ arch/arm/boot/dts/snowball.dts | 139 +++++++++++++++++++ arch/arm/mach-ux500/Makefile.boot | 1 + arch/arm/mach-ux500/board-mop500.c | 99 +++++++++++++- arch/arm/mach-ux500/cache-l2x0.c | 7 +- arch/arm/mach-ux500/cpu.c | 12 ++- 6 files changed, 523 insertions(+), 4 deletions(-) create mode 100644 arch/arm/boot/dts/db8500.dtsi create mode 100644 arch/arm/boot/dts/snowball.dts