From patchwork Tue May 20 21:09:27 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rob Herring X-Patchwork-Id: 4212991 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 7DAE7BEEAB for ; Tue, 20 May 2014 21:13:27 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id A697220320 for ; Tue, 20 May 2014 21:13:26 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id DF5442035D for ; Tue, 20 May 2014 21:13:25 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WmrIm-0004Nj-It; Tue, 20 May 2014 21:10:24 +0000 Received: from mail-oa0-x233.google.com ([2607:f8b0:4003:c02::233]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WmrIb-0003D4-Jc for linux-arm-kernel@lists.infradead.org; Tue, 20 May 2014 21:10:15 +0000 Received: by mail-oa0-f51.google.com with SMTP id n16so1211256oag.38 for ; Tue, 20 May 2014 14:09:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=QRchG0NixO+BZjgDWPqXIj0fguDaV3cQWYdddXh3MWA=; b=iTAaE3eClh3oTkITkGV32rL9+VpAIEqPL2WQomDfhRp8Aoe3H634fUDpjQWvCk0ACZ l71TYg2OHE6lpqlkoM6jhKzzAgQyb82zBt+nEKYBAkNVd7uLDlhX5v8761GLzMnqSWpb JdkxXo2tjQvwn1YiQtZT5OmOdeZyoQ6ePTDspTYFU+xGNkO6lNryBN95Mtz03cvAZrYL TvMqmSLBWz6fCWhToiDiAwzyCwWW/AFgDPFi3e1zfnvvGpw1opcH2XI3KrfdliDTK44o G7NjsGtA/0DTnEOFAv2WkWsg3BOMT+PhWqKbTpLSZLnELkLKtlo6eKaQeKo2BSvYgZyC AdWg== X-Received: by 10.60.47.77 with SMTP id b13mr15050950oen.40.1400620191285; Tue, 20 May 2014 14:09:51 -0700 (PDT) Received: from localhost.localdomain (66-90-144-10.dyn.grandenetworks.net. [66.90.144.10]) by mx.google.com with ESMTPSA id qp6sm39817593obb.14.2014.05.20.14.09.50 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 20 May 2014 14:09:50 -0700 (PDT) From: Rob Herring To: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org Subject: [PATCH 01/10] dt/bindings: add passthru-mask property to versatile-fpga-irq Date: Tue, 20 May 2014 16:09:27 -0500 Message-Id: <1400620176-7239-2-git-send-email-robherring2@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1400620176-7239-1-git-send-email-robherring2@gmail.com> References: <1400620176-7239-1-git-send-email-robherring2@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140520_141013_706755_41C8C779 X-CRM114-Status: UNSURE ( 9.92 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.1 (/) Cc: Mark Rutland , Rob Herring , Pawel Moll , Ian Campbell , linus.walleij@linaro.org, arm@kernel.org, Kumar Gala X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-2.4 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Rob Herring Add a passthru-mask property for setting interrupts which are passed through directly to a primary controller. Signed-off-by: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Ian Campbell Cc: Kumar Gala --- Documentation/devicetree/bindings/arm/versatile-fpga-irq.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/versatile-fpga-irq.txt b/Documentation/devicetree/bindings/arm/versatile-fpga-irq.txt index c9cf605..956b71d 100644 --- a/Documentation/devicetree/bindings/arm/versatile-fpga-irq.txt +++ b/Documentation/devicetree/bindings/arm/versatile-fpga-irq.txt @@ -34,3 +34,6 @@ Optional properties: - interrupts: if the FPGA IRQ controller is cascaded, i.e. if its IRQ output is simply connected to the input of another IRQ controller, then the parent IRQ shall be specified in this property. +- passthru-mask: a u32 number representing a bit mas determining which of + the interrupts are directly passed through to the primary interrupt + controller.