| Submitter | Rob Herring |
|---|---|
| Date | Feb. 14, 2012, 10:27 p.m. |
| Message ID | <4F3ADFE7.4090409@gmail.com> |
| Download | mbox |
| Permalink | /patch/141209/ |
| State | New |
| Headers | show
Return-Path: <linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org> X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (unknown [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 A1C13B6FD9 for <incoming-imx@patchwork.ozlabs.org>; Wed, 15 Feb 2012 09:29:46 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RxQqs-0007td-UN; Tue, 14 Feb 2012 22:27:58 +0000 Received: from mail-yw0-f49.google.com ([209.85.213.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1RxQqo-0007t7-Oi for linux-arm-kernel@lists.infradead.org; Tue, 14 Feb 2012 22:27:55 +0000 Received: by yhjj56 with SMTP id j56so409905yhj.36 for <linux-arm-kernel@lists.infradead.org>; Tue, 14 Feb 2012 14:27:53 -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=ODUvIRU4YtsGpncEx4LHXEvPl27A/BNG5s+OsTt0O94=; b=A78OMWUH3xttMWAOFR/8hOcPmxfYSyKnC1NkoFTmKW6OKzWS3RluoO7imm0yOXMsxl 39d1upU3GkP3vX9XYRpGlA9ykAPdjx8mGjMks5Kl+R7AtdU1CYzlPzi9fjMzRpii2FiG Y1Qq5moqpyAZLkohne6YS/XgPK9YsDmfwGBj8= Received: by 10.101.149.16 with SMTP id b16mr9295581ano.41.1329258473792; Tue, 14 Feb 2012 14:27:53 -0800 (PST) Received: from [172.17.28.11] ([173.226.190.126]) by mx.google.com with ESMTPS id d5sm1749258anm.22.2012.02.14.14.27.52 (version=SSLv3 cipher=OTHER); Tue, 14 Feb 2012 14:27:53 -0800 (PST) Message-ID: <4F3ADFE7.4090409@gmail.com> Date: Tue, 14 Feb 2012 16:27:51 -0600 From: Rob Herring <robherring2@gmail.com> User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111229 Thunderbird/9.0 MIME-Version: 1.0 To: Grant Likely <grant.likely@secretlab.ca> Subject: [PULL] generic irq chip and pl061 irqdomain support 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.49 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-kernel@vger.kernel.org>, "linux-arm-kernel@lists.infradead.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: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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. This is based on your current branch which you have said you plan to rebase, so feel free to rebase these as you need to. This has been tested on highbank and i.MX5. The following changes since commit 98ecf5260207e45ad587a5dc16c39f5ede467a45: irq_domain/microblaze: Convert microblaze to use irq_domains (2012-02-05 23:02:26 -0700) are available in the git repository at: git://sources.calxeda.com/kernel/linux.git irqdomain-for-grant Rob Herring (3): ARM: kconfig: always select IRQ_DOMAIN irq: add irq_domain support to generic-chip gpio: pl061: enable interrupts with DT style binding .../devicetree/bindings/gpio/pl061-gpio.txt | 15 ++ arch/arm/Kconfig | 2 +- arch/arm/common/Kconfig | 2 - drivers/gpio/gpio-pl061.c | 48 ++++--- include/linux/irq.h | 15 ++ kernel/irq/generic-chip.c | 152 +++++++++++++++++--- 6 files changed, 186 insertions(+), 48 deletions(-) Rob