Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754956AbaGBPVg (ORCPT ); Wed, 2 Jul 2014 11:21:36 -0400 Received: from mail-bn1lp0144.outbound.protection.outlook.com ([207.46.163.144]:13141 "EHLO na01-bn1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754564AbaGBPVa (ORCPT ); Wed, 2 Jul 2014 11:21:30 -0400 X-WSS-ID: 0N83BZN-07-N2J-02 X-M-MSG: From: To: , , CC: , , , , , , , , , , Suravee Suthikulpanit Subject: [PATCH 1/3 V2] irqchip: gic: Add binding probe for ARM GIC400 Date: Wed, 2 Jul 2014 10:21:06 -0500 Message-ID: <1404314468-7674-2-git-send-email-suravee.suthikulpanit@amd.com> X-Mailer: git-send-email 1.9.0 In-Reply-To: <1404314468-7674-1-git-send-email-suravee.suthikulpanit@amd.com> References: <1404314468-7674-1-git-send-email-suravee.suthikulpanit@amd.com> MIME-Version: 1.0 Content-Type: text/plain X-EOPAttributedMessage: 0 X-Forefront-Antispam-Report: CIP:165.204.84.221;CTRY:US;IPV:NLI;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(6009001)(428002)(199002)(189002)(85306003)(88136002)(53416004)(92726001)(77096002)(86362001)(93916002)(89996001)(95666004)(105586002)(74502001)(85852003)(31966008)(74662001)(33646001)(92566001)(83072002)(87936001)(2201001)(87286001)(86152002)(47776003)(84676001)(229853001)(106466001)(107046002)(99396002)(77156001)(64706001)(83322001)(97736001)(77982001)(102836001)(44976005)(104166001)(19580395003)(101416001)(19580405001)(50226001)(68736004)(4396001)(46102001)(80022001)(81342001)(81542001)(62966002)(20776003)(79102001)(36756003)(21056001)(76176999)(50466002)(48376002)(50986999)(76482001);DIR:OUT;SFP:;SCL:1;SRVR:CY1PR0201MB0923;H:atltwp01.amd.com;FPR:;MLV:sfv;PTR:InfoDomainNonexistent;MX:1;LANG:en; X-Microsoft-Antispam: BCL:0;PCL:0;RULEID: X-Forefront-PRVS: 0260457E99 Authentication-Results: spf=none (sender IP is 165.204.84.221) smtp.mailfrom=Suravee.Suthikulpanit@amd.com; X-OriginatorOrg: amd4.onmicrosoft.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Suravee Suthikulpanit Add new Irqchip declaration for GIC400. This was mentioned in gic binding documentation, but there is not code to support it. Signed-off-by: Suravee Suthikulpanit --- drivers/irqchip/irq-gic.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/irqchip/irq-gic.c b/drivers/irqchip/irq-gic.c index 7e11c9d..adc86de 100644 --- a/drivers/irqchip/irq-gic.c +++ b/drivers/irqchip/irq-gic.c @@ -1071,6 +1071,8 @@ gic_of_init(struct device_node *node, struct device_node *parent) gic_cnt++; return 0; } + +IRQCHIP_DECLARE(arm_gic_400, "arm,gic-400", gic_of_init); IRQCHIP_DECLARE(cortex_a15_gic, "arm,cortex-a15-gic", gic_of_init); IRQCHIP_DECLARE(cortex_a9_gic, "arm,cortex-a9-gic", gic_of_init); IRQCHIP_DECLARE(msm_8660_qgic, "qcom,msm-8660-qgic", gic_of_init); -- 1.9.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/