[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <158551357212.28353.13991321888756052946.tip-bot2@tip-bot2>
Date: Sun, 29 Mar 2020 20:26:12 -0000
From: tip-bot2 for 周琰杰 (Zhou Yanjie)
<tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: zhouyanjie@...yeetech.com, Marc Zyngier <maz@...nel.org>,
x86 <x86@...nel.org>, LKML <linux-kernel@...r.kernel.org>
Subject: [tip: irq/core] irqchip/ingenic: Add support for TCU of X1000.
The following commit has been merged into the irq/core branch of tip:
Commit-ID: 7d4cac5b7ce5ab87d5f0a2296a118f2eca713f1f
Gitweb: https://git.kernel.org/tip/7d4cac5b7ce5ab87d5f0a2296a118f2eca713f1f
Author: 周琰杰 (Zhou Yanjie) <zhouyanjie@...yeetech.com>
AuthorDate: Tue, 17 Mar 2020 22:42:40 +08:00
Committer: Marc Zyngier <maz@...nel.org>
CommitterDate: Sun, 22 Mar 2020 11:52:52
irqchip/ingenic: Add support for TCU of X1000.
Enable TCU support for Ingenic X1000, which can be supported by
the existing driver.
Signed-off-by: 周琰杰 (Zhou Yanjie) <zhouyanjie@...yeetech.com>
Signed-off-by: Marc Zyngier <maz@...nel.org>
Link: https://lore.kernel.org/r/1584456160-40060-3-git-send-email-zhouyanjie@wanyeetech.com
---
drivers/irqchip/irq-ingenic-tcu.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/irqchip/irq-ingenic-tcu.c b/drivers/irqchip/irq-ingenic-tcu.c
index 6d05cef..7a7222d 100644
--- a/drivers/irqchip/irq-ingenic-tcu.c
+++ b/drivers/irqchip/irq-ingenic-tcu.c
@@ -180,3 +180,4 @@ err_free_tcu:
IRQCHIP_DECLARE(jz4740_tcu_irq, "ingenic,jz4740-tcu", ingenic_tcu_irq_init);
IRQCHIP_DECLARE(jz4725b_tcu_irq, "ingenic,jz4725b-tcu", ingenic_tcu_irq_init);
IRQCHIP_DECLARE(jz4770_tcu_irq, "ingenic,jz4770-tcu", ingenic_tcu_irq_init);
+IRQCHIP_DECLARE(x1000_tcu_irq, "ingenic,x1000-tcu", ingenic_tcu_irq_init);
Powered by blists - more mailing lists