Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1623762 > unrolled thread
| Started by | Andrey Smirnov <andrew.smirnov@gmail.com> |
|---|---|
| First post | 2017-04-14 18:40 +0200 |
| Last post | 2017-04-14 22:30 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] drivers/irqchip: Enable IMX_GPCV2 on i.MX7 by default Andrey Smirnov <andrew.smirnov@gmail.com> - 2017-04-14 18:40 +0200
Re: [PATCH] drivers/irqchip: Enable IMX_GPCV2 on i.MX7 by default Thomas Gleixner <tglx@linutronix.de> - 2017-04-14 19:40 +0200
Re: [PATCH] drivers/irqchip: Enable IMX_GPCV2 on i.MX7 by default Andrey Smirnov <andrew.smirnov@gmail.com> - 2017-04-14 22:30 +0200
| From | Andrey Smirnov <andrew.smirnov@gmail.com> |
|---|---|
| Date | 2017-04-14 18:40 +0200 |
| Subject | [PATCH] drivers/irqchip: Enable IMX_GPCV2 on i.MX7 by default |
| Message-ID | <twcqm-3lJ-21@gated-at.bofh.it> |
Cc: yurovsky@gmail.com Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Jason Cooper <jason@lakedaemon.net> Cc: Marc Zyngier <marc.zyngier@arm.com> Cc: Shawn Guo <shawnguo@kernel.org> Cc: Tyler Baker <tyler.baker@linaro.org> Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> --- drivers/irqchip/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig index 125528f..8d87546 100644 --- a/drivers/irqchip/Kconfig +++ b/drivers/irqchip/Kconfig @@ -250,7 +250,7 @@ config RENESAS_H8S_INTC select IRQ_DOMAIN config IMX_GPCV2 - bool + def_bool y if SOC_IMX7D select IRQ_DOMAIN help Enables the wakeup IRQs for IMX platforms with GPCv2 block -- 2.9.3
[toc] | [next] | [standalone]
| From | Thomas Gleixner <tglx@linutronix.de> |
|---|---|
| Date | 2017-04-14 19:40 +0200 |
| Message-ID | <twdmq-3Wz-17@gated-at.bofh.it> |
| In reply to | #1623762 |
On Fri, 14 Apr 2017, Andrey Smirnov wrote: I can see that the patch enables it by default. But you forgot to tell WHY.
[toc] | [prev] | [next] | [standalone]
| From | Andrey Smirnov <andrew.smirnov@gmail.com> |
|---|---|
| Date | 2017-04-14 22:30 +0200 |
| Message-ID | <twg0W-5Ew-17@gated-at.bofh.it> |
| In reply to | #1623811 |
On Fri, Apr 14, 2017 at 10:31 AM, Thomas Gleixner <tglx@linutronix.de> wrote: > On Fri, 14 Apr 2017, Andrey Smirnov wrote: > > I can see that the patch enables it by default. But you forgot to tell WHY. > Sorry, my bad. Patch with updated (and hopefully explanatory) commit message sent.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web