[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1471854220-17833-1-git-send-email-marc.zyngier@arm.com>
Date: Mon, 22 Aug 2016 09:23:36 +0100
From: Marc Zyngier <marc.zyngier@....com>
To: Thomas Gleixner <tglx@...utronix.de>
Cc: John Stultz <john.stultz@...aro.org>,
Linus Walleij <linus.walleij@...aro.org>,
Jon Hunter <jonathanh@...dia.com>,
Fabio Estevam <fabio.estevam@....com>,
Sudeep Holla <sudeep.holla@....com>,
Jason Cooper <jason@...edaemon.net>,
David Daney <david.daney@...ium.com>,
Lorenzo Pieralisi <lorenzo.pieralisi@....com>,
<linux-kernel@...r.kernel.org>
Subject: [PULL] irqchip fixes for 4.8-rc4
Hi Thomas,
Please find below a handful of fixes targetted at the current
cycle. The most important thing is a fix for the trigger configuration
on chained irqchip (please see the discussion here[1] for
details). The rest is the usual GIC churn, nothing massively critical.
Please pull!
Thanks,
M.
[1] https://lkml.org/lkml/2016/7/30/3
The following changes since commit 694d0d0bb2030d2e36df73e2d23d5770511dbc8d:
Linux 4.8-rc2 (2016-08-14 19:11:36 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git tags/irqchip-for-4.8-rc4
for you to fetch changes up to 7611da865c1060b2a7c87a15de663a59035747f8:
irqchip/gicv3-its: Disable the ITS before initializing it (2016-08-19 09:47:07 +0100)
----------------------------------------------------------------
genirq/irqchip fixes for 4.8-rc4
- A critical fix for chained irqchip where we failed to configure
the cascade interrupt trigger
- A GIC fix for self-IPI in SMP-on-UP configurations
- A PM fix for GICv3
- A initialization fix the the GICv3 ITS, triggered by kexec
----------------------------------------------------------------
David Daney (1):
irqchip/gicv3-its: Disable the ITS before initializing it
Marc Zyngier (2):
genirq: Correctly configure the trigger on chained interrupts
irqchip/gic: Allow self-SGIs for SMP on UP configurations
Sudeep Holla (1):
irqchip/gicv3: Remove disabling redistributor and group1 non-secure interrupts
drivers/irqchip/irq-gic-v3-its.c | 7 ++++++-
drivers/irqchip/irq-gic-v3.c | 11 +++++++++--
drivers/irqchip/irq-gic.c | 7 +++++++
kernel/irq/chip.c | 11 +++++++++++
4 files changed, 33 insertions(+), 3 deletions(-)
Powered by blists - more mailing lists