From mboxrd@z Thu Jan 1 00:00:00 1970 From: guoren@kernel.org Subject: [PATCH 09/10] dt-bindings: csky,apb-intc: Add vector irq mode Date: Tue, 29 Jan 2019 20:24:28 +0800 Message-ID: <1548764669-16656-9-git-send-email-guoren@kernel.org> References: <1548764669-16656-1-git-send-email-guoren@kernel.org> Return-path: In-Reply-To: <1548764669-16656-1-git-send-email-guoren@kernel.org> Sender: linux-kernel-owner@vger.kernel.org To: arnd@arndb.de, robh+dt@kernel.org, marc.zyngier@arm.com Cc: linux-kernel@vger.kernel.org, guoren@kernel.org, linux-arch@vger.kernel.org, Guo Ren List-Id: linux-arch.vger.kernel.org From: Guo Ren Add csky,support-vector-irq for irq-csky-apb-intc. Signed-off-by: Guo Ren --- .../devicetree/bindings/interrupt-controller/csky,apb-intc.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/interrupt-controller/csky,apb-intc.txt b/Documentation/devicetree/bindings/interrupt-controller/csky,apb-intc.txt index 63bc9dc..0f9fa88 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/csky,apb-intc.txt +++ b/Documentation/devicetree/bindings/interrupt-controller/csky,apb-intc.txt @@ -37,6 +37,9 @@ intc node bindings definition - csky,support-pulse-signal: Usage: select Description: to support pulse signal flag + - csky,support-vector-irq: + Usage: select + Description: to support vector irq mode Examples: --------- -- 2.7.4 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.29.99]:36110 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728976AbfA2MZS (ORCPT ); Tue, 29 Jan 2019 07:25:18 -0500 From: guoren@kernel.org Subject: [PATCH 09/10] dt-bindings: csky,apb-intc: Add vector irq mode Date: Tue, 29 Jan 2019 20:24:28 +0800 Message-ID: <1548764669-16656-9-git-send-email-guoren@kernel.org> In-Reply-To: <1548764669-16656-1-git-send-email-guoren@kernel.org> References: <1548764669-16656-1-git-send-email-guoren@kernel.org> Sender: linux-arch-owner@vger.kernel.org List-ID: To: arnd@arndb.de, robh+dt@kernel.org, marc.zyngier@arm.com Cc: linux-kernel@vger.kernel.org, guoren@kernel.org, linux-arch@vger.kernel.org, Guo Ren Message-ID: <20190129122428.cdwA4us57K02KitD9DvmzuN5o7cZqXHhXopbz1rfvaQ@z> From: Guo Ren Add csky,support-vector-irq for irq-csky-apb-intc. Signed-off-by: Guo Ren --- .../devicetree/bindings/interrupt-controller/csky,apb-intc.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/interrupt-controller/csky,apb-intc.txt b/Documentation/devicetree/bindings/interrupt-controller/csky,apb-intc.txt index 63bc9dc..0f9fa88 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/csky,apb-intc.txt +++ b/Documentation/devicetree/bindings/interrupt-controller/csky,apb-intc.txt @@ -37,6 +37,9 @@ intc node bindings definition - csky,support-pulse-signal: Usage: select Description: to support pulse signal flag + - csky,support-vector-irq: + Usage: select + Description: to support vector irq mode Examples: --------- -- 2.7.4