From patchwork Thu Jan 5 14:59:13 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rob Herring X-Patchwork-Id: 134490 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 C93CD1007D7 for ; Fri, 6 Jan 2012 02:02:11 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1Riomo-0002Lg-Eo; Thu, 05 Jan 2012 14:59:22 +0000 Received: from mail-yx0-f177.google.com ([209.85.213.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1Rioml-0002Ki-2E for linux-arm-kernel@lists.infradead.org; Thu, 05 Jan 2012 14:59:20 +0000 Received: by yenl2 with SMTP id l2so174116yen.36 for ; Thu, 05 Jan 2012 06:59:17 -0800 (PST) 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=6VjNc3wgTk5ecF/XmBhw3pF3NDBALe0QEBBBerzTf/U=; b=MeeE8u+3pomrkxyB0tzp0MCrGyAX+IkkPKQZMU6NKMzNPSpyGsEtna5SZTbGkjBcL9 MCA9KYPIlcs+loASVB99tW/044cZ8xAFdz62FbIAlpruFrB2jAubMWz8UVhuJHdFeyMq Cp9mIgwZNgEebP1IDS/7seMdRHzLXW0KOjl6M= Received: by 10.236.116.129 with SMTP id g1mr1933683yhh.107.1325775555883; Thu, 05 Jan 2012 06:59:15 -0800 (PST) Received: from [192.168.1.103] (65-36-72-55.dyn.grandenetworks.net. [65.36.72.55]) by mx.google.com with ESMTPS id q40sm125364211anh.18.2012.01.05.06.59.14 (version=SSLv3 cipher=OTHER); Thu, 05 Jan 2012 06:59:15 -0800 (PST) Message-ID: <4F05BAC1.1000706@gmail.com> Date: Thu, 05 Jan 2012 08:59:13 -0600 From: Rob Herring User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111124 Thunderbird/8.0 MIME-Version: 1.0 To: Grant Likely Subject: [PULL] gpio pl061 for 3.3 X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.5 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.5 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.213.177 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (robherring2[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 0.2 FREEMAIL_ENVFROM_END_DIGIT Envelope-from freemail username ends in digit (robherring2[at]gmail.com) -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -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: "linux-kernel@vger.kernel.org" , "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 Grant, Since it seems irqdomain issues aren't going to get sorted out for 3.3, please pull the pl061 changes which are not dependent on irqdomain. Sorry it is a bit late. The following changes since commit 5f0a6e2d503896062f641639dacfe5055c2f593b: Linux 3.2-rc7 (2011-12-23 21:51:06 -0800) are available in the git repository at: git://sources.calxeda.com/kernel/linux.git gpio-for-grant Rob Herring (5): gpio: pl061: use chained_irq_* functions in irq handler gpio: pl061: convert to use 0 for no irq ARM: realview: convert pl061 no irq to 0 instead of -1 gpio: pl061: convert to use generic irq chip gpio: pl061: remove combined interrupt arch/arm/mach-realview/realview_eb.c | 3 - arch/arm/mach-realview/realview_pb1176.c | 3 - arch/arm/mach-realview/realview_pb11mp.c | 3 - arch/arm/mach-realview/realview_pba8.c | 3 - arch/arm/mach-realview/realview_pbx.c | 3 - drivers/gpio/Kconfig | 1 + drivers/gpio/gpio-pl061.c | 132 ++++++++++-------------------- include/linux/amba/pl061.h | 2 +- 8 files changed, 44 insertions(+), 106 deletions(-) Rob