From patchwork Thu Jul 3 11:58:52 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Brugger X-Patchwork-Id: 4472531 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id CB4FD9F387 for ; Thu, 3 Jul 2014 12:02:55 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 0955D20381 for ; Thu, 3 Jul 2014 12:02:55 +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 4018C202B4 for ; Thu, 3 Jul 2014 12:02:54 +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 1X2ffq-0000hl-Je; Thu, 03 Jul 2014 11:59:34 +0000 Received: from mail-we0-x22f.google.com ([2a00:1450:400c:c03::22f]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1X2ffn-0000Vj-Gu for linux-arm-kernel@lists.infradead.org; Thu, 03 Jul 2014 11:59:32 +0000 Received: by mail-we0-f175.google.com with SMTP id k48so110217wev.34 for ; Thu, 03 Jul 2014 04:59:04 -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; bh=+T+9uMgNBs2cLDpfR3CnjZvmBb9n8aisEY9tsT3VSuQ=; b=w7ImMW4dWPBwPnczzyFyes0CnHZn1GHwpEB13OekMYxUbHPtrwr08L7JM1sBKHLGXY pVMzhnNYkoF8EfiBHmyKbQjBB6/3mboisJFYS1h1MB9qGMlJUS99dTyFO/23+YwOyMrU kJaXGJus09w7pyA0nf6fNib22mBrrxPtu3bPloX0pjaEtlerkIBJ4rBbOoAz2Nfjs0UQ 181t/xis/+fFXU+wls4rX0yDewIpuUnHN5IIC9+H2HU8oYk5acr+5inQ2U9NZQff6f6L iNzpPxh+2CM1g5GPizb0B8Xo6+L6GLIxld1zY0PLn2KhTUb/7n9alS2+OsrS4fS2UeNS v/OA== X-Received: by 10.180.101.39 with SMTP id fd7mr10395415wib.65.1404388744931; Thu, 03 Jul 2014 04:59:04 -0700 (PDT) Received: from localhost.localdomain (36.Red-83-40-50.dynamicIP.rima-tde.net. [83.40.50.36]) by mx.google.com with ESMTPSA id hi4sm61606014wjc.27.2014.07.03.04.59.03 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 03 Jul 2014 04:59:04 -0700 (PDT) From: Matthias Brugger To: linux-kernel@vger.kernel.org Subject: [PATCH] irqchip: gic: Add support for cortex a7 compatible string Date: Thu, 3 Jul 2014 13:58:52 +0200 Message-Id: <1404388732-28890-1-git-send-email-matthias.bgg@gmail.com> X-Mailer: git-send-email 1.7.9.5 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140703_045931_723766_1154F2F2 X-CRM114-Status: UNSURE ( 9.63 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.8 (/) Cc: mark.rutland@arm.com, devicetree@vger.kernel.org, jason@lakedaemon.net, pawel.moll@arm.com, marc.zyngier@arm.com, ijc+uevicetree@hellion.org.uk, grant.likely@secretlab.ca, robh+dt@kernel.org, david.vrabel@citrix.com, galak@codeaurora.org, Matthias Brugger , tglx@linutronix.de, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 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=-1.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=no 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 Patch 0a68214b "ARM: DT: Add binding for GIC virtualization extentions (VGIC)" added the "arm,cortex-a7-gic" compatible string, but the corresponding IRQCHIP_DECLARE was never added to the gic driver. To let real Cortex-A7 SoCs use it, add the necessary declaration to the device driver. Signed-off-by: Matthias Brugger --- drivers/irqchip/irq-gic.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/irqchip/irq-gic.c b/drivers/irqchip/irq-gic.c index c305983..3b66369 100644 --- a/drivers/irqchip/irq-gic.c +++ b/drivers/irqchip/irq-gic.c @@ -1071,6 +1071,7 @@ gic_of_init(struct device_node *node, struct device_node *parent) } 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(cortex_a7_gic, "arm,cortex-a7-gic", gic_of_init); IRQCHIP_DECLARE(msm_8660_qgic, "qcom,msm-8660-qgic", gic_of_init); IRQCHIP_DECLARE(msm_qgic2, "qcom,msm-qgic2", gic_of_init);