From patchwork Wed Oct 5 16:41:05 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rob Herring X-Patchwork-Id: 117895 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 7A489B6FAF for ; Thu, 6 Oct 2011 03:41:29 +1100 (EST) Received: from canuck.infradead.org ([2001:4978:20e::1]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1RBUX1-0003J3-Dx; Wed, 05 Oct 2011 16:41:20 +0000 Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RBUX0-0003sz-VP; Wed, 05 Oct 2011 16:41:18 +0000 Received: from mail-gy0-f177.google.com ([209.85.160.177]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1RBUWt-0003qu-Ff for linux-arm-kernel@lists.infradead.org; Wed, 05 Oct 2011 16:41:13 +0000 Received: by gyg13 with SMTP id 13so2137535gyg.36 for ; Wed, 05 Oct 2011 09:41:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :content-type:content-transfer-encoding; bh=tgUmsq6+ooOsKOvIXBRlp0kbZVqGBpKJ/kYWQsu5zwA=; b=LU3v0rdnQVVJ6yWIvxg0a343hN8svFEULrWX8D5kQTbiwNMR0+QJumJCZSQYpFDLbV dl/XDMH/WqafvbHQUxmHoDKN8Z/3H7lAMaT0ZZPVkwsXbJFJ0xbUNGxh5j0s35LrVu/H nVkwcZkY8sGzx9T78lfYLppsNJfcPifF6rNZg= Received: by 10.236.181.196 with SMTP id l44mr14778480yhm.37.1317832868317; Wed, 05 Oct 2011 09:41:08 -0700 (PDT) Received: from [172.17.28.11] ([173.226.190.126]) by mx.google.com with ESMTPS id w50sm3137615yhi.2.2011.10.05.09.41.06 (version=SSLv3 cipher=OTHER); Wed, 05 Oct 2011 09:41:06 -0700 (PDT) Message-ID: <4E8C88A1.4090308@gmail.com> Date: Wed, 05 Oct 2011 11:41:05 -0500 From: Rob Herring User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: Grant Likely Subject: [PULL] Devicetree for 3.2 X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20111005_124111_621755_0CF2213D X-CRM114-Status: GOOD ( 10.38 ) X-Spam-Score: -0.7 (/) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (-0.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.160.177 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (robherring2[at]gmail.com) 0.1 FREEMAIL_ENVFROM_END_DIGIT Envelope-from freemail username ends in digit (robherring2[at]gmail.com) -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: devicetree-discuss , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.12 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 Grant, Please pull for 3.2. These commits don't have any dependencies and are not dependencies for me, so they don't need to go in thru arm-soc. Rob The following changes since commit 976d167615b64e14bc1491ca51d424e2ba9a5e84: Linux 3.1-rc9 (2011-10-04 18:11:50 -0700) are available in the git repository at: git://git.jdl.com/software/linux-3.0.git for-grant Rob Herring (4): MAINTAINERS: update devicetree maintainers of/irq: of_irq_find_parent: check for parent equal to child devicetree: Add ARM pl061 gpio controller binding doc devicetree: Add ARM pl022 spi controller binding doc .../devicetree/bindings/gpio/pl061-gpio.txt | 10 ++++++++++ .../devicetree/bindings/spi/spi_pl022.txt | 12 ++++++++++++ MAINTAINERS | 2 ++ drivers/of/irq.c | 14 +++++++------- 4 files changed, 31 insertions(+), 7 deletions(-) create mode 100644 Documentation/devicetree/bindings/gpio/pl061-gpio.txt create mode 100644 Documentation/devicetree/bindings/spi/spi_pl022.txt