[<prev] [next>] [day] [month] [year] [list]
Message-ID: <tip-26c21dd9885a2d8a4f4d539917c4877ffd399286@git.kernel.org>
Date: Wed, 30 Sep 2015 12:06:34 -0700
From: tip-bot for Ulrich Hecht <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: hpa@...or.com, geert+renesas@...der.be, marc.zyngier@....com,
tglx@...utronix.de, ulrich.hecht+renesas@...il.com,
linux-kernel@...r.kernel.org, mingo@...nel.org,
jason@...edaemon.net
Subject: [tip:irq/core] irqchip/renesas-intc-irqpin:
r8a7778 IRLM setup support
Commit-ID: 26c21dd9885a2d8a4f4d539917c4877ffd399286
Gitweb: http://git.kernel.org/tip/26c21dd9885a2d8a4f4d539917c4877ffd399286
Author: Ulrich Hecht <ulrich.hecht+renesas@...il.com>
AuthorDate: Wed, 30 Sep 2015 12:03:07 +0200
Committer: Thomas Gleixner <tglx@...utronix.de>
CommitDate: Wed, 30 Sep 2015 21:02:22 +0200
irqchip/renesas-intc-irqpin: r8a7778 IRLM setup support
Works the same as on r8a7779.
Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@...il.com>
Signed-off-by: Geert Uytterhoeven <geert+renesas@...der.be>
Cc: Jason Cooper <jason@...edaemon.net>
Cc: Marc Zyngier <marc.zyngier@....com>
Link: http://lkml.kernel.org/r/1443607387-19147-1-git-send-email-geert+Brenesas@glider.be
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
---
drivers/irqchip/irq-renesas-intc-irqpin.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/drivers/irqchip/irq-renesas-intc-irqpin.c b/drivers/irqchip/irq-renesas-intc-irqpin.c
index 9525335..c325806 100644
--- a/drivers/irqchip/irq-renesas-intc-irqpin.c
+++ b/drivers/irqchip/irq-renesas-intc-irqpin.c
@@ -361,14 +361,16 @@ static const struct irq_domain_ops intc_irqpin_irq_domain_ops = {
.xlate = irq_domain_xlate_twocell,
};
-static const struct intc_irqpin_irlm_config intc_irqpin_irlm_r8a7779 = {
+static const struct intc_irqpin_irlm_config intc_irqpin_irlm_r8a777x = {
.irlm_bit = 23, /* ICR0.IRLM0 */
};
static const struct of_device_id intc_irqpin_dt_ids[] = {
{ .compatible = "renesas,intc-irqpin", },
+ { .compatible = "renesas,intc-irqpin-r8a7778",
+ .data = &intc_irqpin_irlm_r8a777x },
{ .compatible = "renesas,intc-irqpin-r8a7779",
- .data = &intc_irqpin_irlm_r8a7779 },
+ .data = &intc_irqpin_irlm_r8a777x },
{},
};
MODULE_DEVICE_TABLE(of, intc_irqpin_dt_ids);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists